0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/django
2006-08-27 12:24:59 +00:00
..
bin Fixed small security hole in bin/compile-messages.py by escaping the .po filename in os.system() call. Announcement forthcoming 2006-08-16 06:28:13 +00:00
conf Added USE_I18N setting to default settings.py created for startproject command 2006-08-18 03:42:28 +00:00
contrib Fixed #2581 -- Added populate_xheaders() call to flatpage view. Thanks for the patch, dummy@habmalnefrage.de 2006-08-23 02:05:05 +00:00
core Fixed #2577 -- Made isSlug() validator translation-aware. Thanks for the patch, henrik_kroeger@arcor.de 2006-08-21 17:43:34 +00:00
db Fixed #2513 -- Changed LazyDate.__get_value__() to return date objects, not datetime objects 2006-08-12 05:18:25 +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 #1767 -- boolean fields may now have validators! Thanks, Joseph. 2006-07-28 00:13:10 +00:00
http Fixed #2503 -- Fixed HttpResponse.delete_cookie() to work properly. It now takes path and domain as optional keyword arguments. 2006-08-09 15:40:24 +00:00
middleware Fixed #2541 -- Added helpful error message for CacheMiddleware in the case of CACHE_ANONYMOUS_ONLY=True and uninstalled/unordered AuthenticationMiddleware. Thanks, dummy@habmalnefrage.de 2006-08-18 03:31:13 +00:00
shortcuts Added *args to get_list_or_404, too (refs #2048). 2006-05-31 12:36:01 +00:00
template Fixed incorrect error message in django.template.loaders.filesystem if you pass in template_dirs=None. Thanks, Martin Glueck 2006-08-13 01:49:11 +00:00
templatetags Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
test Refs #2333 - Added test framework. This includes doctest and unittest finders, Django-specific doctest and unittest wrappers, and a pseudo-client that can be used to stimulate and test views. 2006-08-27 12:24:59 +00:00
utils Fixed #2330 -- Added hack to stop KeyErrors from being thrown by the autoreloading development server if USE_I18N=False 2006-07-28 22:13:34 +00:00
views Fixed #2471 -- Got date-based generic views working with SQLite DateFields. Thanks for the patch, Steven Armstrong 2006-08-21 17:40:54 +00:00
__init__.py Changed django.VERSION from 0.95 to to 0.96-pre 2006-07-30 00:59:59 +00:00