django/django
Jacob Kaplan-Moss a55fa029f7 Fixed #1767 -- boolean fields may now have validators! Thanks, Joseph.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3467 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-28 00:13:10 +00:00
..
bin Fixed a bunch of spurious imports, typos, and other small errors turned up by a pass through PyFlakes. This covers about the first third of the errors. 2006-07-21 17:11:13 +00:00
conf Fixed a bunch of spurious imports, typos, and other small errors turned up by a pass through PyFlakes. This covers about the first third of the errors. 2006-07-21 17:11:13 +00:00
contrib Fixed #2375 -- Changed password_reset auth view to make e-mail template name variable. Thanks, treborhudson@gmail.com 2006-07-27 17:48:35 +00:00
core Changed output of django-admin.py --version to use a hyphen instead of parenthesis, to be clearer 2006-07-27 17:03:35 +00:00
db Fixed #1767 -- boolean fields may now have validators! Thanks, Joseph. 2006-07-28 00:13:10 +00:00
dispatch Part 3 of pedant day: replaced all tabs in Django with spaces. Python the way Guido intended it, baby! 2006-07-21 20:48:17 +00:00
forms Fixed #1767 -- boolean fields may now have validators! Thanks, Joseph. 2006-07-28 00:13:10 +00:00
http
middleware Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
shortcuts
template Fixed #1650: the {% extends %} tag now can extend a Template object passed into the context. Thanks, clelland@gmail.com. 2006-07-27 23:23:55 +00:00
templatetags Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
utils Fixed #2408 -- Added get_language_from_request() to trans_null.py. Thanks, ubernostrum 2006-07-27 16:38:32 +00:00
views Fixed #2433 -- Added allow_future option to date-based generic views 2006-07-27 16:36:02 +00:00
__init__.py