1
0
mirror of https://github.com/django/django.git synced 2025-10-26 07:06:08 +00:00

newforms-admin: Merged changes from trunk up to [6863].

git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6864 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Joseph Kocherhans
2007-12-03 17:37:33 +00:00
parent 22aa9db4a2
commit c68f751f8c
96 changed files with 3135 additions and 1212 deletions

View File

@@ -1,5 +1,5 @@
"""
37. User-registered management commands
38. User-registered management commands
The manage.py utility provides a number of useful commands for managing a
Django project. If you want to add a utility command of your own, you can.
@@ -27,4 +27,4 @@ Traceback (most recent call last):
CommandError: Unknown command: 'explode'
"""}
"""}