django1/django/contrib
Daniel Wiesmann c078021555 Refs #24840 -- Added GDALRaster Warp and transform methods
Thanks to Tim Graham for the review.
2015-06-24 18:31:22 +02:00
..
admin Refs #25006 -- Added a '6 p.m.' option to the admin's time picker. 2015-06-22 07:24:57 -04:00
admindocs Fixed #24979 -- Removed usage of inspect.getargspec(). 2015-06-15 13:43:22 -04:00
auth Fixed #25009 -- Allowed User.objects.create_user(...,is_staff=True) to work. 2015-06-22 11:34:26 -04:00
contenttypes Updated translations from Transifex 2015-04-30 14:29:08 +02:00
flatpages Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
gis Refs #24840 -- Added GDALRaster Warp and transform methods 2015-06-24 18:31:22 +02:00
humanize Updated translations from Transifex 2015-04-30 14:29:08 +02:00
messages Removed translations from contrib.messages 2015-03-18 09:30:20 +01:00
postgres Fixed #24894 -- Added contrib.postgres.functions.TransactionNow 2015-06-15 14:03:17 -04:00
redirects Updated translations from Transifex 2015-04-30 14:29:08 +02:00
sessions Fixed #24915 -- Added stricter session key validation 2015-06-06 20:04:20 -04:00
sitemaps Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
sites Fixed #24834 -- Fixed get_current_site() when Host header contains port. 2015-06-18 10:18:12 -04:00
staticfiles Fixed #24890 -- Added warning to collectstatic when static files have clashing names 2015-06-13 20:34:24 -04:00
syndication Fixed #24728 -- Renamed mime_type to content_type for syndication feeds 2015-06-04 13:24:18 -04:00
webdesign Moved contrib.webdesign tests out of contrib. 2015-02-11 12:30:07 -05:00
__init__.py