django1/django
Adrian Holovaty 4a7159865e Improved error handling for invalid model parameters that aren't custom functions.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@502 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-15 04:44:19 +00:00
..
bin Improved 'django-admin inspectdb' so that it detects ForeignKey relationships -- PostgreSQL only 2005-08-02 22:33:39 +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 Improved error handling for invalid model parameters that aren't custom functions. 2005-08-15 04:44:19 +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