.. |
bin
|
Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into django-admin.py.
|
2008-07-06 06:39:44 +00:00 |
conf
|
Closes #8973. Updated Telugu Translation. Thanks Thejaswi Puthraya.
|
2008-09-09 16:07:06 +00:00 |
contrib
|
Changed the app-level links on the admin index page to include trailing slashes, to be consistent with the rest of the links
|
2008-09-16 06:01:47 +00:00 |
core
|
Fixed #9092 -- Improved validation of app/project names by startapp/startproject so that it doesn't allow names to start with a number.
|
2008-09-16 05:39:49 +00:00 |
db
|
Fixed a typo so that cloning UpdateQuery objects won't fail mysteriously.
|
2008-09-11 02:02:06 +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
|
Fixed #8841 -- Fixed a case of ForeignKeys to models constructed with
|
2008-09-03 22:45:33 +00:00 |
http
|
Fixed #8278: fixed `QueryDict.update(QueryDict)`. Thanks, julien.
|
2008-08-29 16:49:19 +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 #7027: template tags now corectly break tokens around strings marked for translation.
|
2008-08-31 18:28:06 +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 #8636: Corrected the test client to use the string '80' in the request META, rather than the integer 80. Thanks to Adam Lofts for the report and fix.
|
2008-08-28 11:52:50 +00:00 |
utils
|
Changed the reverse() call for creating URLs to convert a "." in the reg-exp
|
2008-09-03 17:53:45 +00:00 |
views
|
Moved the bulk of the shortcut() function in django/views/defaults.py to a new module, django/contrib/contenttypes/views.py. As a result, django/views/defaults.py no longer relies on django.contrib.contenttypes. Of course, the shortcut() function is still available in the former module, for backwards compatibility. See the new FutureBackwardsIncompatibleChanges wiki page.
|
2008-09-10 05:56:34 +00:00 |
__init__.py
|
Fixed #9016 -- Changed VERSION from 1.0.final to 1.0.post-release-SVN, which should suffice until we create a 1.0.x branch
|
2008-09-16 06:05:53 +00:00 |