| Age | Commit message (Collapse) | Author |
|
ModelAdmin.raw_id_fields.
Regression in 2f9861d823620da7ecb291a8f005f53da12b1e89.
Thanks Carel Burger for the report and fix.
Backport of docs552abffab16cbdff571486b683e7e7ef12e46066 from master
|
|
Backport of 525dc283a68c0d47f5eb2192cc4a20111d561ae0 from master
|
|
RelatedFieldWidgetWrapper.value_omitted_from_data().
Backport of fd75c8f2b7070774f6e90f408cb5cddf65b8734e from master
|
|
wrapped widget.
Backport of fb7e0e01af5364987de7fc95ae4d66e22130f2bc from master
|
|
Thanks Carl Meyer and Tim Graham for contributing to the patch.
|
|
|
|
|
|
|
|
|
|
|
|
http://bugs.python.org/issue27364
|
|
|
|
|
|
|
|
formfield_overrides.
Useful for overriding the DateTimeField widget.
|
|
|
|
|
|
Browser names should be passed as a comma separated list to the --selenium flag.
Thanks Tim Graham, Simon Charette and Moritz Sichert for review and discussion.
|
|
|
|
|
|
|
|
raw_id_fields.
|
|
|
|
|
|
|
|
This was fixed by 4a438e400b7ce0ab9d0b6876196cbe8d620a4171.
|
|
Thanks to Tim Graham for the review.
|
|
It looks like browsers have fixed the reported issue.
|
|
test_ForeignKey_using_to_field
|
|
This allows setting a Content-Security-Policy HTTP header
(refs #15727).
Special thanks to blighj, the original author of this patch.
|
|
This is useful for certain language translations.
|
|
|
|
|
|
the negative side of UTC.
|
|
|
|
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
Made URL application namespaces be set in the included URLconf and
instance namespaces in the call to include(). Deprecated other ways
to set application and instance namespaces.
|
|
|
|
Thanks Aymeric Augustin and Florian Apolloner for work on the patch.
|
|
Field.rel is now deprecated. Rel objects have now also remote_field
attribute. This means that self == self.remote_field.remote_field.
In addition, made the Rel objects a bit more like Field objects. Still,
marked ManyToManyFields as null=True.
|
|
|
|
|
|
|
|
|
|
Refs #15779. This will allow easier admin URL changes, when needed.
Thanks Simon Charette for the review.
|
|
|