django1/django
Adrian Holovaty a8705cec47 Fixed #2524 -- Added i18n hooks in create_update generic views. Thanks, mir@noris.de
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-11 19:17:46 +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 #2485 -- Added comment to project_template/settings.py that says to use absolute paths, not relative paths 2006-08-05 01:48:33 +00:00
contrib Fixed #2500 -- Fixed bug in admin related-object pop-up window when using a primary key value that isn't an integer. Thanks, Gary Wilson and deryck@samba.org 2006-08-11 05:31:08 +00:00
core Changed inspectdb to *not* trim trailing 's' from database table name to create class name, because Django no longer does that as of magic-removal 2006-08-11 15:32:35 +00:00
db Fixed #2458 -- DB API now properly escapes backslashes, so you don't have to double-escape them. Thanks, tom@eggdrop.ch 2006-08-11 05:20:31 +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 Fixed #2503 -- Fixed HttpResponse.delete_cookie() to work properly. It now takes path and domain as optional keyword arguments. 2006-08-09 15:40:24 +00:00
middleware Fixed #2449 -- gzip middleware no longer gzips Javascript. Thanks for the prob, ubernostrum 2006-07-31 21:31:35 +00:00
shortcuts Added *args to get_list_or_404, too (refs #2048). 2006-05-31 12:36:01 +00:00
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 #2330 -- Added hack to stop KeyErrors from being thrown by the autoreloading development server if USE_I18N=False 2006-07-28 22:13:34 +00:00
views Fixed #2524 -- Added i18n hooks in create_update generic views. Thanks, mir@noris.de 2006-08-11 19:17:46 +00:00
__init__.py Changed django.VERSION from 0.95 to to 0.96-pre 2006-07-30 00:59:59 +00:00