1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/django
2011-05-04 22:56:20 +00:00
..
bin Fixed #14419 -- Enhanced the help text of the makemessages management command. Thanks lsaffre for the report and suggestions and gruszczy for the patch. 2011-01-25 01:39:39 +00:00
conf Fixed #15920 -- Removed COMMENTS_BANNED_USERS_GROUP setting in favor of the established comments app customization. Thanks, Daniel Lindsley. 2011-04-29 15:11:17 +00:00
contrib Tiny grammar fix in createsuperuser command. 2011-05-04 22:56:20 +00:00
core Fixed #5925 -- Added new lazily evaluated version of django.core.urlresolvers.reverse. Thanks, SmileyChris, Preston Timmons and Julien Phalip. 2011-04-29 11:49:59 +00:00
db Fixed #5931 -- Added __repr__ to db fields. Thanks, Thomas Güttler, emulbreh and magopian. 2011-05-03 11:51:37 +00:00
dispatch Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch. 2011-03-28 02:11:19 +00:00
forms Fixed #13770 -- Extended BooleanField form field to also clean u'false' to False. Thanks, jordanb and Claude Paroz. 2011-05-03 11:52:30 +00:00
http Advanced deprecation on CompatCookie. 2011-04-02 08:40:38 +00:00
middleware Removed deprecated CsrfResponseMiddleware, and corresponding tests and docs 2011-03-30 17:34:26 +00:00
shortcuts
template Fixed #14262 -- Added new assignment_tag as a simple way to assign the result of a template tag to a context variable. Thanks, Julien Phalip. 2011-05-03 11:52:42 +00:00
templatetags Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00
test Fixes #15814 -- Added a test util to abstract the process of using a test template loader 2011-04-17 04:52:17 +00:00
utils Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00
views Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00
__init__.py Django is now 1.4 pre-alpha. 2011-04-30 22:51:48 +00:00