1
0
mirror of https://github.com/django/django.git synced 2024-12-27 11:35:53 +00:00
django/django
2005-07-16 21:21:02 +00:00
..
bin Set executable bit on django-admin.py 2005-07-16 06:00:19 +00:00
conf Added ADMIN_MEDIA_PREFIX setting instead of hard-coding /m/ 2005-07-16 16:38:28 +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 Fixed #39 -- Thanks for the research, deelan! 2005-07-16 21:10:25 +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 Created django.contrib and moved comments into it 2005-07-14 18:20:03 +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 Added ADMIN_MEDIA_PREFIX setting instead of hard-coding /m/ 2005-07-16 16:38:28 +00:00
tests Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
utils Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
views Changed delete_stage admin view to run strip_tags on repr() of object to be deleted 2005-07-16 21:21:02 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00