django1/django/contrib
Loic Bistuer 4c3bfe9053 Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().
Thanks Anssi Kääriäinen, Marc Tamlyn, and Tim Graham for the reviews.
2015-01-30 22:02:58 +07:00
..
admin Fixed #24053 -- Removed admin CSS & images for IE6 & 7. 2015-01-27 07:48:11 -05:00
admindocs Updated en translation catalogs 2015-01-17 11:19:37 +01:00
auth Fixed typos in code comments. 2015-01-20 12:18:03 -05:00
contenttypes Fixed #24210 -- Cleaned up relational fields __init__(). 2015-01-27 22:35:49 +07:00
flatpages Isolated a flatpages test; refs #11505. 2015-01-22 15:25:47 -05:00
gis Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet(). 2015-01-30 22:02:58 +07:00
humanize Updated en translation catalogs 2015-01-17 11:19:37 +01:00
messages Updated en translation catalogs 2015-01-17 11:19:37 +01:00
postgres Fixed #24170 -- Implemented decompress for BaseRangeField widgets 2015-01-22 19:36:15 +00:00
redirects Updated en translation catalogs 2015-01-17 11:19:37 +01:00
sessions Fixed #24223 -- Prevented a session test from leaking. 2015-01-29 14:36:01 -05:00
sitemaps Removed contrib.flatpages.FlatPageSitemap per deprecation timeline; refs #23884. 2015-01-17 14:40:22 -05:00
sites Removed contrib.sites.models.RequestSite/get_current_site() aliases. 2015-01-18 13:36:32 -05:00
staticfiles Fixed #23701 -- Removed an unneeded check in collectstatic. 2014-10-22 13:11:37 -04:00
syndication Deprecated passing a Context to a generic Template.render. 2015-01-12 21:01:34 +01:00
webdesign Avoided using private API get_template_from_string. 2014-10-31 11:38:53 +01:00
__init__.py