1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/django/contrib
Jannis Leidel e7514e4978 Merge pull request #942 from stephrdev/trac-18000
Fixed #18000 -- Moved the code to handle goto requests to an extra WizardView method.
2013-03-23 05:29:28 -07:00
..
admin Fixed #16350 -- Forced capitalization in template. 2013-03-22 22:41:13 +01:00
admindocs Merged contrib translations from 1.5 branch 2013-02-26 21:51:06 +01:00
auth Fixed #17051 -- Removed some 'invalid' field error messages 2013-03-14 17:03:43 +01:00
comments Deprecated django.contrib.comments. 2013-03-11 15:38:40 -05:00
contenttypes Fixed #20084 -- Provided option to validate formset max_num on server. 2013-03-21 01:27:24 -07:00
flatpages Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to custom User models. 2013-03-23 09:57:48 +08:00
formtools Merge pull request #942 from stephrdev/trac-18000 2013-03-23 05:29:28 -07:00
gis Fixed #18003 -- Preserved tracebacks when re-raising errors. 2013-03-19 15:42:39 -07:00
humanize Fix 20061: remove out of date comment. 2013-03-16 18:55:24 +01:00
messages Fixed #16319 -- added SuccessMessageMixin to contrib.messages 2013-03-19 21:02:55 -07:00
redirects Merged contrib translations from 1.5 branch 2013-02-26 21:51:06 +01:00
sessions Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00
sitemaps Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to custom User models. 2013-03-23 09:57:48 +08:00
sites Fixed #15363 -- Renamed and normalized to get_queryset the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
staticfiles Fixed #19526 2013-02-23 23:05:22 +01:00
syndication Stopped using non-standard __globals__ and __code__ attributes. 2013-03-17 10:44:28 +01:00
webdesign Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
__init__.py