index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management.py
Age
Commit message (
Expand
)
Author
2007-03-23
gis: Merged revisions 4669-4785 via svnmerge from trunk.
Jeremy Dunck
2007-03-07
gis: Added beginnings of django.contrib.gis.
Jeremy Dunck
2007-03-06
gis: Merged revisions 4564-4668 via svnmerge from
Jeremy Dunck
2007-02-17
Added workaround for loading duplicate model classes in management shell. Patch
Malcolm Tredinnick
2007-01-25
Fixed #3299 -- Added 'site' to the list of INVALID_PROJECT_NAMES and improved...
Adrian Holovaty
2006-11-07
Fixed #2452: comments can now be put within initial SQL files. Thanks, Pawel...
Jacob Kaplan-Moss
2006-10-30
Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...
Adrian Holovaty
2006-10-27
Fixed #2956 -- Made 'django-admin.py startproject' tolerant of filesystem arr...
Adrian Holovaty
2006-10-24
Fixed #2932 -- Added more details to the warning message in 'manage.py reset'...
Adrian Holovaty
2006-10-09
Fixed problem with debug message arguments.
Russell Keith-Magee
2006-10-03
Modified sql_index function names to match pattern established by initial_dat...
Russell Keith-Magee
2006-10-03
Refs #1828 -- Added creation of indexes as a step in syncdb. This is an inter...
Russell Keith-Magee
2006-10-03
Cleaned up and clarified some log messages and docstrings.
Russell Keith-Magee
2006-10-03
Factored out per-model index generation code.
Russell Keith-Magee
2006-10-03
Modified the default verbosity to be 1 (normal), and added some syncdb messag...
Russell Keith-Magee
2006-10-03
Added ability to use --noinput flag for application reset.
Russell Keith-Magee
2006-10-03
Altered the order of arguments to the test function to match common practice ...
Russell Keith-Magee
2006-09-27
Fixed Python 2.3 compatibility problem in [3872].
Malcolm Tredinnick
2006-09-27
Reintroduced the changes from [3855] with more flexible handling of version
Malcolm Tredinnick
2006-09-26
Fixed #2827 -- Reverted [3855]
Adrian Holovaty
2006-09-26
Fixed #2188 -- Raise an error when using long CharFields in combination with
Malcolm Tredinnick
2006-09-26
Fixed #2783 -- Fixed one-to-one fields to work with any primary key data type
Malcolm Tredinnick
2006-09-25
Proofread new django-admin 'adminmedia' option from [3811] and [3812]
Adrian Holovaty
2006-09-25
Fixed #2729 -- Handle initial SQL with different line-ending styles (Windows
Malcolm Tredinnick
2006-09-24
Fixed #2600 -- Added an option to allow serving admin media from a custom path
Malcolm Tredinnick
2006-09-23
Fixed #2425 -- Call validate() as part of generating SQL in order to catch a
Malcolm Tredinnick
2006-09-22
Fixed #2578 -- Give a more accurate error message for admin.list_display_links
Malcolm Tredinnick
2006-09-11
Fixed #2689 -- Got 'manage.py diffsettings' working again. Thanks for the pat...
Adrian Holovaty
2006-09-07
Fixes #2653 -- Modified related field utility methods to return None as the r...
Russell Keith-Magee
2006-08-28
Fixed verbosity check in installing initial data
Jacob Kaplan-Moss
2006-08-27
Refs #2333 - Added 'test' target to django-admin script. Includes addition of...
Russell Keith-Magee
2006-08-12
Fixed #2372 -- manage.py runfcgi no longer ignore LANGUAGE_CODE. Thanks, ludo...
Adrian Holovaty
2006-08-11
Changed inspectdb to *not* trim trailing 's' from database table name to crea...
Adrian Holovaty
2006-08-11
Moved the space check from r3549 to before the Python keyword check so that
Malcolm Tredinnick
2006-08-10
Fixed #2517 -- Improved inspectdb to handle table column names that contain s...
Adrian Holovaty
2006-08-10
Fixed #2469 -- Fixed the constraint names in the sqlreset output (again!).
Malcolm Tredinnick
2006-08-09
Fixed #2469 -- Made the "drop index" constraint names match those we create i...
Malcolm Tredinnick
2006-08-09
Fixed #2260 -- fixed a problem where some foreign key references were being
Malcolm Tredinnick
2006-08-06
Fixed #2491 -- Pass the project directory back from setup_environ so that we
Malcolm Tredinnick
2006-08-06
Moved the environment setup into a method that can be called from other scripts.
Malcolm Tredinnick
2006-08-02
Fixed #2467 -- Improved model validator to check date_hierarchy. Thanks, Simo...
Adrian Holovaty
2006-08-01
Fixed #2257 -- make constraint names unique across all table/column
Malcolm Tredinnick
2006-07-27
Changed output of django-admin.py --version to use a hyphen instead of parent...
Adrian Holovaty
2006-07-21
Second half of little cleanup tweaks suggested by pyflakes.
Jacob Kaplan-Moss
2006-07-21
Fixed a bunch of spurious imports, typos, and other small errors turned up by...
Jacob Kaplan-Moss
2006-07-21
Fixed keyboard slip that was accidentally committed
Russell Keith-Magee
2006-07-21
Cleanup of management.py; replaced uses of 'klass' with 'model', and normaliz...
Russell Keith-Magee
2006-07-19
Fixed #2257 -- MySQL wants constraint names to be unique per-database, so fixed
Malcolm Tredinnick
2006-07-14
Added command line flag to disable use of auto-reloader on development server.
Russell Keith-Magee
2006-07-14
Disable use of terminal colors when django-admin is run on a Pocket PC.
Russell Keith-Magee
[next]