django1/django/contrib
Russell Keith-Magee 20da67d325 Cleaned up a repr() hack that caused problems on Python3. 2014-03-04 09:50:09 +08:00
..
admin Cleaned up a repr() hack that caused problems on Python3. 2014-03-04 09:50:09 +08:00
admindocs Took advantage of the new get_model API. Refs #21702. 2014-01-26 13:08:05 +01:00
auth Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
comments Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
contenttypes Fixed #16727 -- Added protocol-relative URL support to contenttypes.views.shortcut. 2014-03-03 22:57:06 +01:00
flatpages Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
formtools Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
gis Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
humanize Removed unused import in humanize tests. 2014-02-09 16:30:08 -05:00
messages Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
redirects Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
sessions Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
sitemaps Suppressed the `if Site._meta.installed` pattern. 2014-02-01 20:38:15 +01:00
sites Edited contrib.sites check messages for grammar and consistency. 2014-03-03 14:27:22 +08:00
staticfiles Reworked the detection of local storages for the collectstatic command. 2014-02-12 11:00:01 -05:00
syndication Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
webdesign Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
__init__.py