| Age | Commit message (Collapse) | Author |
|
Thanks Keryn Knight.
|
|
|
|
`makemessages`.
Refs #17008.
|
|
|
|
prefetch_related() docs.
|
|
Refs #18681.
This also starts the deprecation of ModelAdmin.declared_fieldsets
|
|
to django.contrib.auth views
refs #5298 and refs #8342
|
|
Thanks Loic Bistuer for the review.
|
|
Thanks AtomicSpark.
|
|
|
|
|
|
Thanks Daniele Procida for the suggestion and edits.
|
|
Forward-port of 3493f18d78 from master.
|
|
|
|
list of choices.
|
|
customizing the logic policy.
Thanks ejucovy and lasko for work on the patch.
|
|
|
|
|
|
|
|
|
|
Thanks CollinAnderson for the report.
|
|
used in production.
|
|
output styles.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was a shim for pre-Python 2.7 support.
|
|
|
|
an exception).
|
|
|
|
|
|
the contrib app.
|
|
|
|
|
|
customizations. Thanks to akaihola, Ramiro Morales and vdboor for their work on the patch.
|
|
|
|
Thanks CollinAnderson for the report.
|
|
|
|
Additionally this patch solves the orthogonal problem that specialized
`QuerySet` like `ValuesQuerySet` didn't inherit from the current `QuerySet`
type. This wasn't an issue until now because we didn't officially support
custom `QuerySet` but it became necessary with the introduction of this new
feature.
Thanks aaugustin, akaariai, carljm, charettes, mjtamlyn, shaib and timgraham
for the reviews.
|
|
|
|
|
|
|
|
Thanks gcbirzan for the report.
|
|
|
|
Thanks simonb for the report.
|
|
any choices set by formfield_for_choice_field are still subject
to model validation of the model field's choices attribute
|
|
|