django1/django
Adrian Holovaty c727729183 Changed meta.py save() code from [507] to work under sqlite. All tests now pass in all 3 database backends.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@510 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-15 20:03:34 +00:00
..
bin Added 'django-admin.py validate', which validates all installed models. Validation only handles common errors at this point, but we'll be improving it each time we think of a potential model syntax problem. Also changed the development Web server to validate automatically at server start. 2005-08-15 05:05:52 +00:00
conf Removed <meta http-equiv='content-type'...> from admin base template, because Django sends out correct content-type HTTP header as of [340] 2005-08-12 03:59:38 +00:00
contrib Fixed #241 -- added django.contrib.markup app with markup templatetags for Textile, ReST and Markdown 2005-08-10 18:31:33 +00:00
core Changed meta.py save() code from [507] to work under sqlite. All tests now pass in all 3 database backends. 2005-08-15 20:03:34 +00:00
middleware Fixed #159 -- Admin users no longer have to log in to go to the 'log out' page. Thanks, Manuzhai 2005-07-26 22:48:04 +00:00
models Fixed #118 -- Renamed 'flat files' to 'flat pages' in the admin. Didn't rename it in the Python code, because too many things would break. 2005-08-10 21:46:40 +00:00
parts Made a bunch of fixes to auto-generated admin documentation: 2005-08-02 19:59:51 +00:00
templatetags Made a bunch of fixes to auto-generated admin documentation: 2005-08-02 19:59:51 +00:00
utils Refactored meta.py -- created a django.core.meta package, with init.py and fields.py 2005-08-01 21:29:52 +00:00
views Fixed #310 -- thanks, mordaha 2005-08-12 14:19:34 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00