This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
b97178f7ec
django1
/
django
/
conf
History
Aljosa Mohorovic
88f5167142
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@10721
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-08 16:20:28 +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
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@10721
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-08 16:20:28 +00:00
project_template
Reverted 10094 and 10095 (in favour of solution that will hopefully land for beta 2)
2009-03-23 23:02:46 +00:00
urls
Fixed
#6354
-- Fixed url in `django/conf/urls/shortcut.py` to work with non-integer primary keys (refs
#2033
) and made use of the URL file in the admin urls.
2008-01-28 05:36:44 +00:00
__init__.py
Fixed
#8193
: all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's '`importlib` back for inclusion in Django. Thanks for the patch-from-the-future, Brett!
2009-03-18 16:55:59 +00:00
global_settings.py
Made default MIDDLEWARE_CLASSES same as in project_template.
2009-03-23 23:20:40 +00:00