1
0
mirror of https://github.com/django/django.git synced 2024-12-26 19:16:11 +00:00
django/django
2006-05-31 12:34:05 +00:00
..
bin MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
conf Added note to default manage.py that a 'missing settings.py' message may be caused by an ImportError in the settings file 2006-05-30 02:47:33 +00:00
contrib Added support to django/contrib/auth/handlers/modpython.py for setting DJANGO_SETTINGS_MODULE via a PythonOption instead of SetEnv 2006-05-31 02:09:07 +00:00
core Fixed #2015 -- Fixed sqlinitialdata regexp to handle empty string insertions. Thanks, Steven Armstrong 2006-05-30 01:11:27 +00:00
db Fixed #1584 - auto_now_add fields now work when saving multiple times. 2006-05-29 17:08:58 +00:00
dispatch MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
forms Fixed #1477 -- Made maxlength overridablef for URLField formfield 2006-05-09 16:04:03 +00:00
http MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
middleware Fixed #1707 -- LocaleMiddleware now sets Content-Language header. Thanks, ubernostrum 2006-05-05 03:19:16 +00:00
shortcuts Fixed #2048 - get_object_or_404 now allows *args as well. Thanks, Joeboy 2006-05-31 12:34:05 +00:00
template Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django.conf.settings.configure() to set settings manually if you don't have a settings module. Thanks, Malcolm Tredinnick, Luke Plant, Fredrik Lundh 2006-05-16 21:28:06 +00:00
templatetags fixed #1660: added support functions and tags for bidi language support 2006-05-16 07:35:20 +00:00
utils Fixed #2021 -- Improved Atom feed by outputting rel=alternate. Thanks, Ned Batchelder 2006-05-30 01:12:52 +00:00
views Negligible code cleanup for the sake of clarity. 2006-05-23 19:34:43 +00:00
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00