.. |
bin
|
Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and removed some code that was checking for its existance in settings before accessing it.
|
2007-11-19 05:59:58 +00:00 |
conf
|
Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE
|
2007-12-01 19:23:49 +00:00 |
contrib
|
Fixed #6081 -- Removed unused code. Thanks, Ben Slavin.
|
2007-12-01 18:10:14 +00:00 |
core
|
Fixed some type checks in the development server. Fixed #6063.
|
2007-11-30 18:28:19 +00:00 |
db
|
Fixed #5996 -- Add a pyscopg2 convertor for SafeUnicode -> unicode. Thanks, remco@diji.biz
|
2007-12-01 22:26:24 +00:00 |
dispatch
|
Fixed #5664 -- Added a Jython workaround for some assumptions in the signal
|
2007-10-21 18:26:24 +00:00 |
forms
|
Changed django.forms to remove duplicate code and import from django.oldforms instead
|
2006-12-22 01:44:34 +00:00 |
http
|
Small docstring edit in django/http/utils.py from [6662]
|
2007-12-01 17:33:14 +00:00 |
middleware
|
Fixed #5813 -- Taught the CacheMiddleware to respect any max-age HTTP header
|
2007-11-29 16:57:18 +00:00 |
newforms
|
Simplified the newforms error_messages setting code from [6625]
|
2007-12-01 16:50:48 +00:00 |
oldforms
|
Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359
|
2007-11-14 12:58:53 +00:00 |
shortcuts
|
Fixed #5483 -- Removed django.shortcuts.load_and_render, which was replaced a long time ago
|
2007-09-15 04:52:48 +00:00 |
template
|
Edited docs/serialization.txt changes from [6645]
|
2007-12-01 16:58:52 +00:00 |
templatetags
|
Fixed #5969 -- Corrected a problem introduced in [6682].
|
2007-11-18 03:36:03 +00:00 |
test
|
Corrected a docstring in django.test.TestCase to match the actual behavior.
|
2007-11-23 10:51:17 +00:00 |
utils
|
Fixed #6021 -- Removed some brain damage from SafeString. Not quite sure what I
|
2007-12-01 20:08:45 +00:00 |
views
|
Edited docstring from [6505] -- single spaces separate sentences, not double spaces.
|
2007-11-30 05:14:09 +00:00 |
__init__.py
|
Fixed #5215 -- Added Subversion revision number to Django version string. Thanks for the patch, Deryck Hodge
|
2007-08-21 03:08:02 +00:00 |