1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/django
2006-08-05 01:48:33 +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 #61 -- No more editing hashes when creating users via the admin. Created a special-case 'Add user' admin view. The change form still displays the hash, for the moment. 2006-08-04 04:18:12 +00:00
core Fixed #2467 -- Improved model validator to check date_hierarchy. Thanks, Simon Greenhill 2006-08-02 15:05:51 +00:00
db Refs #1796 -- Fixed a problem when creating models with relations to 2006-08-01 21:15:41 +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 #2092: added a "is_secure()" method to HttpRequest which correctly handles the subtleties of mod_python's interaction with os.environ. This one's been bugging me for about a *year*, so many many thanks to k.shaposhnikov@gmail.com for figuring it out, and Tim Shaffer for pointing out this ticket. 2006-07-21 16:20:22 +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
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 #2433 -- Added allow_future option to date-based generic views 2006-07-27 16:36:02 +00:00
__init__.py Changed django.VERSION from 0.95 to to 0.96-pre 2006-07-30 00:59:59 +00:00