.. |
bin
|
Fixed #4899 -- Fixed a problem on Windows when generating message catalogs (caused by [5722]). Thanks, Ramiro Morales.
|
2007-08-11 07:01:46 +00:00 |
conf
|
Fixed #5197 -- Updated Spanish translation. Thanks, Mario Gonzalez.
|
2007-08-19 14:06:54 +00:00 |
contrib
|
Fixed #5292 -- Changed CSRF middleware to check for request.method == 'POST' instead of request.POST dictionary not being empty. Thanks, Jakub Wilk
|
2007-09-03 06:18:48 +00:00 |
core
|
Fixed #5319 -- Changed terminal colors in django.core.management.colors not to be used under Jython. Thanks, Marty Alchin
|
2007-09-02 17:05:13 +00:00 |
db
|
Fixed #5263 -- Updated docstring for sqlite3 backend. Thanks, Paul Bx
|
2007-09-02 20:04:44 +00:00 |
dispatch
|
|
|
forms
|
|
|
http
|
Fixed #4947 -- Avoid displaying uploaded file contents in the debug web page. Based on a patch from eibaan@gmail.com.
|
2007-08-12 12:02:08 +00:00 |
middleware
|
Fixed #4994 -- Send back set-cookie headers in "not modified" responses. Well spotted, colin@owlfish.com.
|
2007-08-12 13:10:45 +00:00 |
newforms
|
Fixed #5095 -- newforms now checks for EnvironmentError when importing settings. Thanks, SmileyChris
|
2007-08-12 03:07:34 +00:00 |
oldforms
|
Fixed #5015 -- Typo fix in oldforms. Thanks, teyc@cognoware.com.
|
2007-08-12 03:29:07 +00:00 |
shortcuts
|
Changed docstring additions from [5744] to use active verbs ('returns' instead of 'return')
|
2007-07-25 03:12:31 +00:00 |
template
|
Fixed #3184 -- Changed the unordered_list template filter to use a more simple format, while maintaining backwards compatibility with the old format. unordered_list now works with a simple list of items. Thanks for the patch, SmileyChris.
|
2007-08-26 01:11:20 +00:00 |
templatetags
|
|
|
test
|
Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks for the patch, Ivan Sagalaev.
|
2007-08-31 11:37:28 +00:00 |
utils
|
Fixed #5237 -- Added an optional 'path' argument to get_svn_revision(). Thanks, django@poelzi.org
|
2007-08-24 03:53:04 +00:00 |
views
|
Fixed #5085 -- In generic views, set the default name for the slug field to 'slug'. Thanks, Trevor Caira.
|
2007-08-12 12:59:41 +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 |