django1/django/contrib
Jon Dufresne 1845bc1d10 Refs #26315 -- Cleaned up argparse options in commands.
* Removed type coercion. Options created by argparse are already coerced
  to the correct type.
* Removed fallback default values. Options created by argparse already
  have a default value.
* Used direct indexing. Options created by argparse are always set. This
  eliminates the need to use dict.get().
2016-03-05 13:19:29 -05:00
..
admin Fixed #26229 -- Improved check for model admin check admin.E124 2016-03-01 08:20:14 -05:00
admindocs Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
auth Refs #26315 -- Cleaned up argparse options in commands. 2016-03-05 13:19:29 -05:00
contenttypes Fixed #26226 -- Made related managers honor the queryset used for prefetching their results. 2016-03-02 16:10:18 -05:00
flatpages Fixed #26176 -- Fixed E123 flake8 warnings. 2016-02-05 15:11:07 -05:00
gis Fixed #26266 -- Output the primary key in the GeoJSON serializer properties 2016-02-24 16:10:46 +01:00
humanize Updated translations from Transifex 2015-12-31 15:53:02 +01:00
messages Used getattr() to simplify contrib.messages.api. 2015-09-26 20:04:09 -04:00
postgres Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values 2016-02-16 21:07:05 +01:00
redirects Updated translations from Transifex 2015-12-31 15:53:02 +01:00
sessions Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent requests. 2016-02-26 18:56:56 -05:00
sitemaps Fixed #25989 -- Corrected sitemap's Last-Modified header to use the latest lastmod of all sitemaps. 2016-01-23 08:48:31 -05:00
sites Removed unneeded hint=None/obj=None in system check messages. 2016-02-12 13:01:25 -05:00
staticfiles Refs #26315 -- Cleaned up argparse options in commands. 2016-03-05 13:19:29 -05:00
syndication Fixed #25806 -- Removed name mangling from syndication.Feed's _get_dynamic_attr(). 2015-11-25 17:46:58 -05:00
__init__.py