.. |
bin
|
Fixed #2748 -- Turned daily_cleanup.py into something that will run against the
|
2006-09-26 13:08:16 +00:00 |
conf
|
Fixed #2934: greatly improved the accuracy if the isExistingURL check. Also introduced a new setting, URL_VALIDATOR_USER_AGENT, which is the User-Agent that the validator will use to check for URL existance. Thanks, Jeremy.
|
2006-11-07 02:20:08 +00:00 |
contrib
|
Fixed #2972: prepopulate_from now works with multiple slugs on the same field. Thanks, Archatas.
|
2006-11-07 02:04:06 +00:00 |
core
|
Fixed #2364: added NumberIsInRange validator. Thanks, Matt McClanahan.
|
2006-11-07 04:29:07 +00:00 |
db
|
Fixed #2923: FileFields can now be modified on windows. Thanks, radek.
|
2006-11-07 02:25:49 +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 #2560 -- Add close() support to HttpResponse iterators. Thanks, Ivan
|
2006-09-22 12:32:00 +00:00 |
middleware
|
Improved detection of whether a URL is internal or not for the purpose
|
2006-09-26 18:49:28 +00:00 |
newforms
|
Implemented [4035] (improvement in URL validation) in django.newforms
|
2006-11-07 02:32:33 +00:00 |
shortcuts
|
Added *args to get_list_or_404, too (refs #2048).
|
2006-05-31 12:36:01 +00:00 |
template
|
Fixed #2343: Library.inclusion_tag now accepts a list of template names along with a single name. Thanks, mderk@yandex.ru
|
2006-11-07 04:13:06 +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 #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 |
__init__.py
|
Changed django.VERSION from 0.95 to to 0.96-pre
|
2006-07-30 00:59:59 +00:00 |