.. |
bin
|
Fixed #2748 -- Turned daily_cleanup.py into something that will run against the
|
2006-09-26 13:08:16 +00:00 |
conf
|
Fixed #2980 -- Changed project_template/urls.py to use new-style URLconf. Thanks for the patch, ymasuda
|
2006-11-27 00:38:09 +00:00 |
contrib
|
Fixed #3106 -- Typo in sitemap ping_google method. Thanks, Bastian Kleineidam.
|
2006-12-07 00:02:02 +00:00 |
core
|
Changed Flup (FastCGI) backend to set debug=False, to turn off tracebacks in case of error. Thanks, Jared Kuolt
|
2006-12-07 03:04:22 +00:00 |
db
|
Fixes #2993, Refs #2918 -- Reverted [3960]; [3960] fixed a potential data validation problem for SQLite, but broke usage of LazyDate. The proper fix is to complete the model validators to catch _all_ invalid inputs.
|
2006-11-26 02:38:04 +00:00 |
dispatch
|
Part 3 of pedant day: replaced all tabs in Django with spaces. Python the way Guido intended it, baby!
|
2006-07-21 20:48:17 +00:00 |
forms
|
Fixed #2899: added defaults for data and error_dict params to FormWrapper. Thanks, john@sneeu.com.
|
2006-11-06 22:56:23 +00:00 |
http
|
Fixed #3080 -- Fixed bug in delete_cookie() method. Thanks, nowell strite
|
2006-11-29 16:44:10 +00:00 |
middleware
|
Fixed #3052: GZIP middleware now correctly reports Content-Length. Thanks, simonbun.
|
2006-11-22 20:31:09 +00:00 |
newforms
|
newforms: Form.as_ul() no longer puts hidden fields between <li>s. Similar to [4175], which was the same thing for Form.as_table(). Refs #3101
|
2006-12-07 06:17:06 +00:00 |
shortcuts
|
Added *args to get_list_or_404, too (refs #2048).
|
2006-05-31 12:36:01 +00:00 |
template
|
Template system now supports variables whose str() returns a Unicode object with non-ascii characters. Thanks, gabor
|
2006-12-05 19:48:46 +00:00 |
templatetags
|
Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instead of empty string, for stricter compliance with Python library reference. Thanks for the patch, Yasushi Masuda
|
2006-10-30 20:50:27 +00:00 |
test
|
Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instead of empty string, for stricter compliance with Python library reference. Thanks for the patch, Yasushi Masuda
|
2006-10-30 20:50:27 +00:00 |
utils
|
Fixed #2823 -- Fixed Python 2.3 compatibility problem pointed out by Alex Dedul.
|
2006-09-26 10:08:03 +00:00 |
views
|
Fixed #3072 -- Fixed docstring in object_detail() generic view. Thanks, Matt McClanahan
|
2006-11-27 23:38:49 +00:00 |
__init__.py
|
Changed django.VERSION from 0.95 to to 0.96-pre
|
2006-07-30 00:59:59 +00:00 |