index
:
chango.git
devmain
fix-31295
initial-branch
main
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
Age
Commit message (
Expand
)
Author
2018-07-18
[2.1.x] Removed duplicate words in various comments.
Mariusz Felisiak
2018-06-16
[2.1.x] Fixed #29469 -- Added a helpful makemigrations error if app_label con...
oliver
2018-06-12
[2.1.x] Fixed #29452 -- Fixed makemessages setting charset of .pot files.
Bartosz Grabski
2018-06-06
[2.1.x] Fixed #29301 -- Added custom help formatter to BaseCommand class
Claude Paroz
2018-05-14
Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pytho...
Ryan P Kilby
2018-05-13
Fixed #17379 -- Removed management commands deactivation of the locale.
Claude Paroz
2018-04-21
Fixed #29295 -- Fixed management command crash when using subparsers.
Hasan Ramezani
2018-04-11
Fixed #29301 -- Made management command --help display command-specific argum...
David Foster
2018-04-02
Removed unused regexes in django.core.management.templates.
desigrammer
2018-03-21
Fixed #27533 -- Fixed inspectdb crash if a unique constraint uses an unsuppor...
Michael Sinov
2018-03-21
Fixed too many parentheses in inspectdb Meta.unique_together output.
Tim Graham
2018-03-21
Refs #23919 -- Removed obsolete comments about u'' prefixes.
Tim Graham
2018-03-20
Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...
Tim Graham
2018-03-02
Fixed #29133 -- Fixed call_command() crash if a required option is passed in ...
Alex Tomic
2018-02-21
Fixed #28398 -- Added suggestions for mistyped management commands.
Tom Forbes
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2018-01-31
Refs #27795 -- Replaced force_text() usage in django.core.management.
Jon Dufresne
2018-01-31
Removed unused os_err_exc_type kwarg from core.management.utils.popen_wrapper().
Jon Dufresne
2018-01-27
Fixed #29004 -- Added inspectdb --include-views option.
bquinn
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
Refs #23919 -- Removed obsolete __init__.py files in management command direc...
я котик пур-пур
2018-01-01
Fixed typo in TemplateCommand argument help text.
Philipp Bosch
2017-12-30
Fixed #28117 -- Added a helpful message in loaddata when psycopg2 can't load ...
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-23
Fixed #28594 -- Removed Jython docs and specific code
Claude Paroz
2017-12-20
Fixed #28941 -- Fixed crash in testserver command startup.
Tim Graham
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-07
Fixed #28791 -- Allowed commands that don't require settings to work if the D...
geekodour
2017-12-07
Refs #23919 -- Replaced super() calls for old-style classes.
Nick Pope
2017-12-06
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-28
Fixed #28773 -- Forced pot files to use UNIX-style newlines
Claude Paroz
2017-11-07
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
Дилян Палаузов
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-10-20
Removed redundant inner imports.
Mariusz Felisiak
2017-09-13
Removed unnecessary parens in various code.
Mariusz Felisiak
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-07
Removed unneeded __init__() methods.
Sergey Fedoseev
2017-08-31
Fixed #28524 -- Fixed program name in management commands when using 'python ...
Nick Pope
2017-08-23
Used OrderedDict.fromkeys() to initialize OrderedDict with None values.
Sergey Fedoseev
2017-08-09
Fixed argument name in call_command() docstring.
Raúl Pedro Fernandes Santos
2017-07-29
Avoided creation of temporary sets.
Sergey Fedoseev
2017-07-26
Fixed #28363 -- Allowed naming the migration generated by squashmigrations.
Melvyn Sopacua
2017-07-11
Fixed #14204 -- Enforced SQLite foreign key constraints.
Claude Paroz
2017-07-06
Fixed #27670 -- Prevented shell crash on error in .pythonrc.
Peter Inglesby
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-19
Fixed #27858 -- Prevented read-only management commands from creating the dja...
Marti Raudsepp
2017-06-16
Fixed #27787 -- Made call_command() validate the options it receives.
Chandrakant Kumar
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-30
DRY'd startapp and startproject management commands.
Adam Johnson
[next]