MCPcopy
hub / github.com/django/django / PartialArticleFormWithSlug

Class PartialArticleFormWithSlug

tests/model_forms/tests.py:1825–1828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1823 )
1824
1825 class PartialArticleFormWithSlug(forms.ModelForm):
1826 class Meta:
1827 model = Article
1828 fields = ("headline", "slug", "pub_date")
1829
1830 w_royko = Writer.objects.create(name="Mike Royko")
1831 art = Article.objects.create(

Callers 1

test_subset_fieldsMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_subset_fieldsMethod · 0.68