This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
django
/
conf
History
Georg Bauer
9aa1235779
fixes
#997
- updated 'sr' translation
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@1549
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-05 16:28:29 +00:00
..
app_template
Changed 'django-admin.py startapp' application template to use views.py instead of views package, for simplicity. Updated tutorial to reflect the change.
2005-11-16 02:00:23 +00:00
locale
fixes
#997
- updated 'sr' translation
2005-12-05 16:28:29 +00:00
project_template
Fixed
#603
-- Added template debugging errors to pretty error-page output, if TEMPLATE_DEBUG setting is True. Also refactored FilterParser for a significant speed increase and changed the template_loader interface so that it returns information about the loader. Taken from new-admin. Thanks rjwittams and crew
2005-11-23 23:10:17 +00:00
urls
Completely refactored legacy RSS framework to the new django.contrib.syndication package. Also added Atom support, changed the way feeds are registered and added documentation for the whole lot. This is backwards-incompatible, but the RSS framework had not yet been documented, so this should only affect tinkerers and WorldOnline.
Fixes
#329
,
#498
,
#502
and
#554
. Thanks for various patches/ideas to alastair, ismael, hugo, eric moritz and garthk
2005-11-12 03:44:53 +00:00
__init__.py
Imported Django from private SVN repository (created from r. 8825)
2005-07-13 01:25:57 +00:00
global_settings.py
Fixed
#603
-- Added template debugging errors to pretty error-page output, if TEMPLATE_DEBUG setting is True. Also refactored FilterParser for a significant speed increase and changed the template_loader interface so that it returns information about the loader. Taken from new-admin. Thanks rjwittams and crew
2005-11-23 23:10:17 +00:00
settings.py
Entries in INSTALLED_APPS can now be of the form "django.contrib.*", which
2005-11-11 02:52:16 +00:00