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
2015-11-25
[1.9.x] Fixed #25274 --- Made inspectdb handle renamed fields in unique_toget...
Jacek Bzdak
2015-11-14
[1.9.x] Made BaseCommand.get_version() docstring consistent with docs.
Baptiste Mispelon
2015-09-19
Fixed #25390 -- Allowed specifying a start migration in squashmigrations
Markus Holtermann
2015-09-15
Added upgrade tip in BaseCommand.option_list deprecation comment.
Daniel Hahler
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-09
Fixed #25372 -- Fixed autocompletion for options of non-argparse commands.
Daniel Hahler
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-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
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-28
Fixed #25318 -- Made SILENCED_SYSTEM_CHECKS suppress all messages.
Tim Graham
2015-08-24
Fixed #25047 -- Improved "Conflicting migrations" error message.
Tim Graham
2015-08-19
Fixed #25285 -- Provided unknown command message with plain django-admin.py
Claude Paroz
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-21
Fixed #25155 -- Removed an inner class in core.management.color for PyPy perf...
Tim Graham
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-27
Sorted imports in __init__.py files.
Tim Graham
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-16
Fixed #24971 -- Made startapp generate an apps.py
Mounir Messelmeni
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-11
Fixed #24950 -- Added unicode_literals to models.py in app template
Markus Holtermann
2015-06-09
Fixed #24769 -- Cast optparse verbosity argument to an integer for better bac...
Rivo Laks
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
2015-05-12
Allowed runserver sublcasses to easily override the default port.
Matt Robenolt
2015-05-01
Fixed #23271 -- Fixed makemessages crash/test failure for some locales.
daphshez
2015-04-25
Fixed #24703 -- Changed squashmigrations to use a MigrationLoader
Marten Kenbeek
2015-04-18
Fixed #23879 -- Allowed model migration skip based on feature/vendor
Claude Paroz
2015-04-16
Fixed #21652 -- Added notification when processing objects in loaddata
Yitzhak Clark
2015-04-14
Added missing periods in migrate help messages.
Joe Borg
2015-04-09
Fixed #24560 -- Added a --dry-run mode to the createcachetable command.
Adam Chainz
2015-04-04
Fixed #24571 -- Restored testserver positional arguments parsing
Claude Paroz
2015-04-01
Removed unused import in makemessages
Claude Paroz
2015-04-01
Refs #24500 -- Avoided locale.getpreferredencoding in makemessages
Claude Paroz
2015-03-21
Fixed #24500 -- Fixed makemessages encoding problems retrieving gettext version.
Pakal
2015-03-20
Removed unused imports.
Tim Graham
2015-03-20
Adapted sendtestemail to be more argparse-ish
Claude Paroz
2015-03-20
Fixed #24419 -- Added sendtestemail management command
Loek van Gent
2015-03-16
Fixed #24427 -- Stopped writing migration files in dry run mode when merging.
John Giannelos
[next]