django1/django/contrib
Rodrigo Pinheiro Marques de Araújo 30a389bd77 Fixed #28898 -- Corrected admin check to allow a OneToOneField in ModelAdmin.autocomplete_fields. 2017-12-13 02:39:27 -05:00
..
admin Fixed #28898 -- Corrected admin check to allow a OneToOneField in ModelAdmin.autocomplete_fields. 2017-12-13 02:39:27 -05:00
admindocs Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
auth Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
contenttypes Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
flatpages Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05:00
gis Fixed #28896 -- Reallowed filtering a queryset with GeometryField=None. 2017-12-12 17:12:04 -10:00
humanize Fixed #28877 -- Made ordinal template filter results more localizable. 2017-12-06 09:42:58 -05:00
messages Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
postgres Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
redirects Updated contrib translations from Transifex 2017-12-01 21:51:30 +01:00
sessions Made session loading in cached_db engine more DRY. 2017-12-08 10:51:16 -05:00
sitemaps Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
sites Updated contrib translations from Transifex 2017-12-01 21:51:30 +01:00
staticfiles Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:03 -05:00
syndication Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
__init__.py