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
/
commands
Age
Commit message (
Expand
)
Author
2016-02-25
Fixed #14098 -- Prevented crash for introspection errors in inspectdb
Claude Paroz
2016-02-12
Fixed #25304 -- Allowed management commands to check if migrations are applied.
Mounir Messelmeni
2016-02-11
Added a function for SECRET_KEY generation logic.
Roberto Rosario
2016-02-05
Refs #26144 -- Used proxy_for_model instead of mro inspection.
Simon Charette
2016-02-05
Fixed #25833 -- Added support for non-atomic migrations.
Pankrat
2016-02-04
Fixed #26144 -- Warned when dumping proxy model without concrete parent.
Yoong Kang Lim
2016-02-04
Removed some leftover trailing commas.
Simon Charette
2016-01-29
Fixed #26150 -- Sorted app_labels in migrate command output
Markus Holtermann
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-14
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Tim Graham
2016-01-14
Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by d...
Tim Graham
2016-01-06
Fixed #25680 -- Added django-admin shell --command option.
Niels Van Och
2016-01-04
Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception.
Andrew Kuchev
2015-12-31
Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.
Anssi Kääriäinen
2015-12-22
Fixed #25838 -- Added "python" as an interface to the shell command.
Jon Dufresne
2015-12-21
Fixed #25855 -- Enhanced the migration warning for runserver.
Emre Yilmaz
2015-12-18
Fixed #25063 -- Added path to makemigration's output of migration file.
Niels Van Och
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-25
Fixed #25274 --- Made inspectdb handle renamed fields in unique_together.
Jacek Bzdak
2015-11-19
Fixed #25677 -- Prevented decoding errors in/after Popen calls
Claude Paroz
2015-11-18
Removed redundant termcolors.
Tim Graham
2015-11-17
Simplified lists creation in three places.
Dmitry Dygalo
2015-10-25
Removed hardcoded utf-8 BOM, used value from codecs instead.
Jon Dufresne
2015-10-24
Fixed #25604 -- Added makemigrations --check option.
Jon Dufresne
2015-10-05
Fixed #25500 -- Added --fail-level option to check command.
Jon Dufresne
2015-09-23
Refs #23359 -- Removed the migrate --list option per deprecation timeline.
Tim Graham
2015-09-23
Refs #19973 -- Removed optparse support in management commands per deprecatio...
Tim Graham
2015-09-19
Fixed #25390 -- Allowed specifying a start migration in squashmigrations
Markus Holtermann
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-09
Allowed a port range for the liveserver by default.
Aymeric Augustin
2015-09-08
Fixed #25350 -- Added alias --no-input for --noinput to management commands.
Raphael Michel
2015-09-04
Fixed #25144 -- Allowed migrate to create tables for apps without migrations.
Tim Graham
2015-08-29
Fixed #24704 -- Made the autoreloader survive SyntaxErrors.
Aymeric Augustin
2015-08-28
Fixed #17375 -- Changed makemessages to use xgettext with --files-from
Sergey Kolosov
2015-08-24
Fixed #25047 -- Improved "Conflicting migrations" error message.
Tim Graham
2015-08-18
Fixed #24755 -- Hid operations from dependency apps when merging migrations
Markus Holtermann
2015-08-07
Fixed #25231 -- Added recording of squashed migrations in the migrate command.
mlavin
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-24
Fixed #22258 -- Added progress status for dumpdata when outputting to file
Claude Paroz
2015-07-14
Fixed #25123 -- Corrected makemessages --extension help text
Cesar Canassa
2015-07-13
Fixed #24375 -- Added Migration.initial attribute
Andrei Kulakov
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-22
Fixed #24970 -- Added --managers and --admins options to the sendtestemail ma...
Rolo
2015-06-15
Removed django.utils.functional.total_ordering()
Tim Graham
2015-06-13
Fixed #24978 -- Escaped special characters in loaddata fixture paths
Moritz Sichert
2015-06-04
Fixed #24159 -- Made compilemessages run across all apps.
Matthew Somerville
2015-05-22
Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualifi...
Peter Inglesby
2015-05-18
Fixed #24805 -- Delayed check for locale_dir in makemessages
Claude Paroz
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-13
Fixed #24742 -- Made runserver.check_migrations ignore read-only databases
Claude Paroz
[prev]
[next]