django1/django/contrib
humbertotm 747ff7a30b Fixed #29385 -- Made admindocs ModelDetailView show model properties.
Original patch by bkaluza. Tests and docs by humbertotm.
2018-06-03 21:00:28 -04:00
..
admin Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable. 2018-06-01 10:41:05 -04:00
admindocs Fixed #29385 -- Made admindocs ModelDetailView show model properties. 2018-06-03 21:00:28 -04:00
auth Fixed #28044 -- Unified the logic for createsuperuser's interactive and --noinput modes. 2018-05-29 08:41:32 -04:00
contenttypes Fixed #28988 -- Fixed queries when a GenericRelation is used with multi-table inheritance. 2018-03-12 22:42:48 -04:00
flatpages Updated translations from Transifex 2018-02-28 20:06:52 +01:00
gis Fixed #29460 -- Added support for GEOS 3.6. 2018-05-31 11:35:59 -04:00
humanize Updated translation catalogs 2018-05-17 12:09:40 +02:00
messages Fixed #27863 -- Added support for the SameSite cookie flag. 2018-04-13 20:58:31 -04:00
postgres Updated translation catalogs 2018-05-17 12:09:40 +02:00
redirects Updated translations from Transifex 2018-02-28 20:06:52 +01:00
sessions Fixed #27863 -- Added support for the SameSite cookie flag. 2018-04-13 20:58:31 -04:00
sitemaps Refs #23919 -- Removed obsolete __init__.py files in management command directories. 2018-01-03 11:02:26 -05:00
sites Updated translations from Transifex 2018-02-28 20:06:52 +01:00
staticfiles Fixed #29353 -- Made StaticFilesHandler return a 404 response when settings.DEBUG is False 2018-04-25 10:38:13 +02:00
syndication Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
__init__.py