django/django
Malcolm Tredinnick e1f1bda3c7 Fixed #8614 -- Typo fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8933 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-03 18:44:19 +00:00
..
bin
conf Closes #8842 - Updated German translation, thanks Florian Sening. 2008-09-03 18:05:43 +00:00
contrib Fixed #8614 -- Typo fix. 2008-09-03 18:44:19 +00:00
core Fixed #8726 -- When doing reverse URL resolving, make sure we're consistently 2008-08-31 22:47:25 +00:00
db Fixed #7588 -- Inherit fields from concrete ancestor classes via abstract base 2008-09-03 18:38:43 +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 #8828 -- Trimmed some trailing whitespace that might have been causing a 2008-09-03 06:22:28 +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
template Fixed #7027: template tags now corectly break tokens around strings marked for translation. 2008-08-31 18:28:06 +00:00
templatetags
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 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 to rc1. 2008-09-03 00:20:17 +00:00