django/django
Nicola Larosa 97da73a98c Fixes #8227. Thanks, marcob.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-12 06:29:01 +00:00
..
bin
conf Fixes #8227. Thanks, marcob. 2008-08-12 06:29:01 +00:00
contrib Added a couple of extra syndication tests, and generally sanitized the existing ones. Refs #6547. 2008-08-11 20:49:19 +00:00
core Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, who diagnosed the problem and pointed the way to a fix. 2008-08-11 16:51:18 +00:00
db Added savepoint protection to get_or_create() to avoid problems on PostgreSQL. 2008-08-12 05:59:43 +00:00
dispatch Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: 2008-08-10 21:10:47 +00:00
forms Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: 2008-08-10 21:10:47 +00:00
http Fixed #8092, #3828 -- Removed dictionary access for request objects so that GET and POST data doesn't "overwrite" request attributes when used in templates (since dictionary lookup is performed before attribute lookup). This is backwards-incompatible if you were using the request object for dictionary access to the combined GET and POST data, but you should use `request.REQUEST` for that instead. 2008-08-03 19:55:26 +00:00
middleware Split CacheMiddleware up into two parts -- an update-cache and a fetch-from-cache middleware. This lets you run each half of the cache middleware at the correct time to avoid bad interactions between the cache middleware and other middleware that must modify the cache key (like the locale middleware). 2008-08-09 15:07:45 +00:00
oldforms
shortcuts
template Fixed #8031 - url tag no longer silences NoReverseMatch exceptions since this is very rarely useful 2008-08-05 14:16:13 +00:00
templatetags
test Fixed #5461 -- Refactored the database backend code to use classes for the creation and introspection modules. Introduces a new validation module for DB-specific validation. This is a backwards incompatible change; see the wiki for details. 2008-08-11 12:11:25 +00:00
utils Added a number of callbacks to SyndicationFeed for adding custom attributes and elements to feeds. Refs #6547. 2008-08-11 22:22:26 +00:00
views Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: 2008-08-10 21:10:47 +00:00
__init__.py Changed the version number to not include a space. 2008-08-08 22:05:36 +00:00