django1/django/contrib
Jon Dufresne 7bbb5161ea Removed implicit default store_true/false argparse args.
argparse automatically sets the default value for store_true/false
arguments to its opposite.
2017-04-01 20:03:56 -04:00
..
admin Fixed #27942 -- Prevented admin from adding "add" buttons to all tables in inlines. 2017-03-30 10:39:59 -04:00
admindocs Refs #23919 -- Removed some Python 2 compatibility code and comments. 2017-03-27 13:12:27 -04:00
auth Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
contenttypes Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
flatpages Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
gis Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
humanize Refs #27795 -- Removed force_text from the template layer 2017-02-07 17:14:02 +01:00
messages Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
postgres Simplified handling of expressions in StatAggregate. 2017-03-23 13:05:59 -04:00
redirects Imported django.http classes instead of django.http. 2017-02-27 14:47:11 -05:00
sessions Refs #27656 -- Updated remaining docstring verbs according to PEP 257. 2017-03-04 10:02:06 -05:00
sitemaps Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__(). 2017-02-28 11:48:07 -05:00
sites Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
staticfiles Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
syndication Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
__init__.py