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
History
Adrian Holovaty
b68c478aa5
Added 'django-admin.py runserver', which starts a lightweight development server running Django on a local port
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@174
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18 15:25:58 +00:00
..
bin
Added 'django-admin.py runserver', which starts a lightweight development server running Django on a local port
2005-07-18 15:25:58 +00:00
conf
More installation streamlining/automation: Added adminapplist templatetag library and changed the default admin index.html template to display all installed apps that have admins
2005-07-16 23:38:12 +00:00
contrib
Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old code will still work.
2005-07-15 17:09:01 +00:00
core
Added 'django-admin.py runserver', which starts a lightweight development server running Django on a local port
2005-07-18 15:25:58 +00:00
middleware
Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old code will still work.
2005-07-15 17:09:01 +00:00
models
Changed models.auth.LogEntry.get_admin_url NOT to be hard-coded with an initial slash
2005-07-17 17:44:57 +00:00
parts
Changed many-to-many API to be get_FOO_list instead of get_FOOs
2005-07-14 03:17:09 +00:00
templatetags
More installation streamlining/automation: Added adminapplist templatetag library and changed the default admin index.html template to display all installed apps that have admins
2005-07-16 23:38:12 +00:00
tests
Imported Django from private SVN repository (created from r. 8825)
2005-07-13 01:25:57 +00:00
utils
Added WSGI support. Created core.handlers package. Moved ALL mod_python-specific code to django.core.handlers.modpython. Note that django.core.handler is still a valid mod_python handler but IS DEPRECATED. Use django.core.handlers.modpython, instead.
2005-07-18 06:30:26 +00:00
views
Fixed path to icon_searchbox.png
2005-07-17 16:14:29 +00:00
__init__.py
Imported Django from private SVN repository (created from r. 8825)
2005-07-13 01:25:57 +00:00