1
0
mirror of https://github.com/django/django.git synced 2024-12-27 19:46:22 +00:00
django/django/conf
2010-02-21 23:39:45 +00:00
..
app_template Fixed #9963 - Added a trivial tests.py file to the files produced by "startapp". 2009-01-06 05:27:39 +00:00
locale Fixed #12868 - Updated French format file. Thanks stephaner and claudep. 2010-02-21 23:37:01 +00:00
project_template Fixed #12675 - Add the admin app to the project template settings.py for consistency with the urls.py. Thanks, stephanhoyer. 2010-02-21 23:39:45 +00:00
urls Fixed #10061 -- Added namespacing for named URLs - most importantly, for the admin site, where the absence of this facility was causing problems. Thanks to the many people who contributed to and helped review this patch. 2009-07-16 16:16:13 +00:00
__init__.py Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion 2010-01-10 18:36:20 +00:00
global_settings.py Fixed #10260 - Refactored internationalization documentation. Thanks, Ramiro Morales. 2010-02-16 12:12:53 +00:00