.. |
bin
|
Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into django-admin.py.
|
2008-07-06 06:39:44 +00:00 |
conf
|
Fixed #8625 -- Updated Hebrew translation from Meir Kriheli.
|
2008-08-28 05:16:48 +00:00 |
contrib
|
Improvements to [8608] to fix an infinite loop (for exclude(generic_relation)).
|
2008-08-28 05:00:23 +00:00 |
core
|
Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoin of files uploaded by the built-in file storage system. Thanks, dcwatson.
|
2008-08-27 22:21:14 +00:00 |
db
|
Improvements to [8608] to fix an infinite loop (for exclude(generic_relation)).
|
2008-08-28 05:00:23 +00:00 |
dispatch
|
Fixed #8285: signal handlers that aren't functions work under DEBUG. This slightly loosens the sanity check, but things that are valid under production shouldn't fail under debug.
|
2008-08-25 18:24:05 +00:00 |
forms
|
Corrected a couple of typos in docstrings of methods in BaseFormSet.
|
2008-08-27 15:39:00 +00:00 |
http
|
Fixed #7494 -- Fixed build_absolute_url() for some types of (uncommon) URLs.
|
2008-08-23 17:28:12 +00:00 |
middleware
|
Fixed #7379: fixed a subtle corner case involving URL encoding in `CommonMiddleware`
|
2008-08-27 20:29:58 +00:00 |
shortcuts
|
Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exception, rather than an assertion error. Thanks, Gary Wilson and cheeming.
|
2007-12-02 18:21:07 +00:00 |
template
|
Fixed #7201 -- Fixed the timeuntil filter to work correctly with timezone-aware
|
2008-08-26 08:08:55 +00:00 |
templatetags
|
Fixed #7460 -- Made the "cache" template tag always generate keys that can be
|
2008-08-25 04:52:55 +00:00 |
test
|
Fixed #7416: Modified test client to preserve session when a user logs in. Thanks to lakin.wecker@gmail.com for the report and Eric Holscher for the patch and test case.
|
2008-08-15 12:08:29 +00:00 |
utils
|
Fixed #8584 -- Fixed a case where the wrong locale might be made active in the
|
2008-08-27 05:10:20 +00:00 |
views
|
Fixed #8287: the debug page now shows the actual requested URL even if you've messed with request.path. Patch from Giuliani Vito Ivan.
|
2008-08-27 19:59:29 +00:00 |
__init__.py
|
Bumped version number for 1.0 Beta 2 release.
|
2008-08-27 12:18:02 +00:00 |