Andrew Godwin
|
8c12d51ea2
Fixed #22487: Optional rollback emulation for migrated apps
|
10 年之前 |
Alex Gaynor
|
1dcc603eff
Fixed several typos in Django
|
10 年之前 |
Russell Keith-Magee
|
d818e0c9b2
Fixed #16905 -- Added extensible checks (nee validation) framework
|
11 年之前 |
Loic Bistuer
|
a2814846ca
Fixed E124 pep8 warnings.
|
11 年之前 |
Alex Gaynor
|
7548aa8ffd
More attacking E302 violators
|
11 年之前 |
Claude Paroz
|
bb4452f212
Fixed #18019 -- Use threaded runserver only when database supports it.
|
13 年之前 |
Julien Phalip
|
59c051d170
Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of management commands. Thanks to Paul McMillan for the report and to adamv and Claude Paroz for the patch.
|
13 年之前 |
Jannis Leidel
|
6a32e253f6
Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver management command. Thanks to Jason Alonso and Łukasz Rekucki for the report and initial patches.
|
14 年之前 |
Russell Keith-Magee
|
0dce7b6921
Fixed #12619 -- Added support for the --noinput flag to testserver. Thanks to clouserw for the suggestion, and darkrho for the patch.
|
14 年之前 |
Russell Keith-Magee
|
8d98e70e42
Promoted --verbosity to be a top level option for all management commands. Also added -v as a consistent short form of --verbosity. This is mostly to save Malcolm's poor arthritic fingers.
|
16 年之前 |
Russell Keith-Magee
|
9dc4ba875f
Fixed #5461 -- Refactored the database backend code to use classes for the creation and introspection modules. Introduces a new validation module for DB-specific validation. This is a backwards incompatible change; see the wiki for details.
|
16 年之前 |
Adrian Holovaty
|
29f0e8182f
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien
|
16 年之前 |
Adrian Holovaty
|
fe78237a22
Fixed #5376 -- Added --addrport option to the 'testserver' command. Thanks, toddobryan
|
17 年之前 |
Adrian Holovaty
|
71504127fd
Fixed #5369 -- Refactored the django-admin.py help system, allowing each subcommand to register its own options. Thanks for the patch, Todd O'Bryan
|
17 年之前 |
Adrian Holovaty
|
9c55bbdef7
Added 'django-admin.py testserver' command and docs
|
17 年之前 |