django1/django
Adrian Holovaty f21ff30b10 Small formatting change to validation error in [516], to be consistent with other validation errors.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@517 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-16 18:28:00 +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 Added raw_id_admin support to ManyToManyField objects; fixes #260 2005-08-16 18:08:37 +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 Small formatting change to validation error in [516], to be consistent with other validation errors. 2005-08-16 18:28:00 +00:00
middleware Removed special-case test for '_files' URL in common middleware -- thanks, Jeremy Dunck 2005-08-16 00:47:53 +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 Added raw_id_admin support to ManyToManyField objects; fixes #260 2005-08-16 18:08:37 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00