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
2022-06-20
[4.1.x] Fixed #33657 -- Allowed customizing formatter class of argument parsers.
Abhinav Yadav
2022-05-11
Refs #33173 -- Removed use of deprecated cgi module.
Carlton Gibson
2022-04-16
Fixed #33643 -- Fixed inspectdb crash on functional unique constraints on Ora...
Scott
2022-03-16
Fixed #33580 -- Fixed crash when checking support for terminal colors on Wine.
jochemfranken
2022-02-23
Refs #33476 -- Added warning to optimizemigration/squashmigrations commands w...
Mariusz Felisiak
2022-02-22
Fixed #27844 -- Added optimizemigration management command.
David Wobrock
2022-02-11
Refs #33476 -- Made management commands use black.
Carlton Gibson
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-01-21
Fixed #26760 -- Added --prune option to migrate command.
Jacob Walls
2022-01-10
Fixed #29026 -- Added --scriptable option to makemigrations.
Jacob Walls
2022-01-07
Refs #32355 -- Removed unnecessary list() calls before reversed() on dictviews.
Mariusz Felisiak
2022-01-03
Refs #29026 -- Allowed customizing InteractiveMigrationQuestioner's prompt de...
Jacob Walls
2021-11-25
Fixed #32397 -- Made startapp/startproject management commands set User-Agent.
Ad Timmering
2021-11-24
Fixed #4282 -- Made startapp/startproject management commands honor umask.
Ad Timmering
2021-11-11
Fixed #6106 -- Prevented makemessages from changing .po files when up to date.
Ad Timmering
2021-11-02
Fixed #33187 -- Made inspectdb handle ForeignKey.to_field attribute.
jordan.bae
2021-11-02
Fixed #33246 -- Made squashmigrations raise CommandError when squashed_name a...
andrewdotn
2021-10-25
Fixed #33205 -- Made call_command() raise TypeError when dest with multiple a...
Hasan Ramezani
2021-10-12
Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive ...
Jacob Walls
2021-10-05
Refs #29026 -- Added log() to makemigrations.
Jacob Walls
2021-09-27
Refs #32355 -- Modernized subprocess.run() calls.
Adam Johnson
2021-09-20
Refs #31546 -- Removed support for boolean values in Command.requires_system_...
Mariusz Felisiak
2021-09-06
Refs #32363 -- Made shell ignore a missing sys.___interactivehook__.
Peter Inglesby
2021-09-01
Fixed #32309 -- Added --exclude option to startapp/startproject management co...
sage
2021-08-31
Fixed #25264 -- Allowed suppressing base command options in --help output.
Jan Szoja
2021-08-19
Refs #31621 -- Fixed handling --parallel option in test management command an...
Mariusz Felisiak
2021-08-04
Fixed #29063 -- Fixed migrate crash when specifying a name of partially appli...
Jacob Walls
2021-08-04
Fixed typos in migrations tests, comments, and error message.
Jacob Walls
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-13
Refs #23359 -- Corrected showmigrations help text for the --database option.
Wilhelm Klopp
2021-07-01
Refs #32144 -- Made makemessages remove temporary files on preprocessing error.
Carlton Gibson
2021-07-01
Fixed #32144 -- Made makemessages remove temporary files when locale path doe...
Carlton Gibson
2021-06-23
Fixed #32363 -- Ensured sys.__interactivehook__ is called in shell
Peter Inglesby
2021-06-21
Fixed typo in makemessages error message.
Jacob Walls
2021-06-11
Fixed #25250 -- Clarified partially recorded state of squashed migrations in ...
Jacob Walls
2021-05-19
Fixed #32740 -- Caught possible exception when initializing colorama.
Carlton Gibson
2021-05-18
Fixed #32317 -- Refactored loaddata command to make it extensible.
William Schwartz
2021-05-14
Refs #32317 -- Simplified find_fixtures() in loaddata command.
William Schwartz
2021-05-14
Refs #32317 -- Cleaned up try/except blocks in loaddata command.
William Schwartz
2021-05-14
Fixed #32734 -- Fixed validation of startapp's directory with trailing slash.
Rohith PR
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-02-09
Fixed #32145 -- Improved makemessages error message when app's locale directo...
Josh Santos
2021-02-04
Fixed #32350 -- Fixed showmigrations crash for applied squashed migrations.
Daniel Ebrahimian
2021-02-04
Fixed #32395 -- Allowed capturing stdout of migration signals.
Simon Charette
2021-01-18
Fixed #32296 -- Added --skip-checks option to runserver command.
Hasan Ramezani
2021-01-14
Refs #30165 -- Removed ugettext(), ugettext_lazy(), ugettext_noop(), ungettex...
Mariusz Felisiak
2021-01-12
Fixed #32291 -- Added fixtures compression support to dumpdata.
Paolo Melchiorre
2020-12-29
Used model's Options.label where applicable.
Mariusz Felisiak
[next]