django1/django
Adrian Holovaty 4c327b9c86 Lightly refactored django.utils.dateformat to make it use less code. Also integrated some of Sune's improvements from the #479 patch, including support for backslash escaping. Also vastly improved template docs for the {% now %} tag
git-svn-id: http://code.djangoproject.com/svn/django/trunk@969 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-20 05:30:11 +00:00
..
bin Fixed #357 -- Added a '--pythonpath' option to django-admin. Thanks for the patch, Hugo 2005-10-06 17:22:23 +00:00
conf Removed duplicate LANGUAGE_CODE from project_template/settings. Thanks, EspenG 2005-10-19 16:10:31 +00:00
contrib Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune 2005-10-20 04:20:52 +00:00
core Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune 2005-10-20 04:20:52 +00:00
middleware Fixed #647 -- Fixed cache middleware not to expect _cache_update_cache, in case of 404s and 500s. Thanks, Eugene 2005-10-19 13:44:55 +00:00
models Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middleware. See BackwardsIncompatibleChanges for a full list of changes and information on how to update your code. 2005-10-19 01:09:05 +00:00
parts Fixed small bug in parts.auth.formfields.AuthenticationForm 2005-08-16 23:16:55 +00:00
templatetags Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middleware. See BackwardsIncompatibleChanges for a full list of changes and information on how to update your code. 2005-10-19 01:09:05 +00:00
utils Lightly refactored django.utils.dateformat to make it use less code. Also integrated some of Sune's improvements from the #479 patch, including support for backslash escaping. Also vastly improved template docs for the {% now %} tag 2005-10-20 05:30:11 +00:00
views Removed django.views.admin. Everything has been moved to django.contrib.admin.views. Refs #627 2005-10-18 04:59:26 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00