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
Age
Commit message (
Expand
)
Author
2018-10-30
Fixed #29783 -- Added app label validation to showmigrations command.
Junyoung
2018-10-30
Capitalized SecurityMiddleware headers for consistency with other headers.
Artur Juraszek
2018-10-23
Fixed #29831 -- Added validation for makemigrations --name.
Prabakaran Kumaresshan
2018-10-22
Fixed #29830 -- Fixed loss of custom utf-8 body encoding in mails.
jannschu
2018-10-22
Fixed #29860 -- Allowed BaseValidator to accept a callable limit_value.
buzzi
2018-10-19
Fixed #29774 -- Fixed django-admin shell hang on startup.
Adam Allred
2018-10-17
Fixed #29857 -- Added get_storage_class to django.core.files.storage.__all__.
Tim Graham
2018-10-09
Capitalized "Python" in docs and comments.
Jon Dufresne
2018-10-08
Replaced kwargs.pop() with keyword-only arguments.
Jon Dufresne
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-26
Fixed #29673 -- Reset the URLconf at the end of each request.
Matthew Power
2018-09-26
Fixed loaddata error message when uncompressed fixture has a dot in its name.
Sergey Fedoseev
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-25
Removed unneeded list() calls in list.extend() argument.
Sergey Fedoseev
2018-09-19
Refs #29198 -- Fixed migrate --plan crash if RunSQL uses a list or tuple.
Tim Graham
2018-09-11
Refs #29560 -- Fixed typo in django/core/management/base.py.
Nick Pope
2018-09-11
Fixed #29560 -- Added --force-color management command option.
Hasan Ramezani
2018-09-06
Refs #29713 -- Improved error message from translation system check.
Nick Pope
2018-09-03
Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format.
David
2018-08-27
Fixed #29703 -- Deprecated QuerySetPaginator alias.
Nick Pope
2018-08-23
Fixed #29704 -- Fixed manage.py test --testrunner if it isn't followed by an ...
Matthijs Kooijman
2018-08-23
Fixed #29705 -- Fixed ImageField RuntimeError crash for WebP files.
winkidney
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-08-20
Fixed #29689 -- Improved performance of FileSystemStorage.listdir() and FileP...
Federico Bond
2018-08-20
Fixed #29236 -- Fixed diffsettings crash if using settings.configure().
Hasan Ramezani
2018-08-17
Fixed #29626, #29584 -- Added optimized versions of get_many() and delete_man...
oliver
2018-08-07
Fixed #29244 -- Prevented Paginator.count() from silencing TypeError and Attr...
Josh Schneier
2018-08-03
Fixed #29198 -- Added migrate --plan option.
Calvin DeBoer
2018-08-01
Fixed typos in comments and docs.
luz.paz
2018-07-27
Fixed typo in ContentFile docstring.
Thomas Grainger
2018-07-23
Fixed #29528 -- Made URLValidator reject invalid characters in the username a...
Tim Bell
2018-07-20
Improved inspectdb readability with namedtuple attributes.
Tim Graham
2018-07-20
Refs #23919 -- Removed obsolete u-prefix stripping in inspectdb.
Tim Graham
2018-07-18
Removed duplicate words in various comments.
Mariusz Felisiak
2018-07-13
Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...
Peter Inglesby
2018-07-09
Fixed #29550 -- Eased overriding pickle.dumps() protocol in cache backends an...
Simon Charette
2018-07-09
Refs #27480 -- Moved FileBasedCache content writing logic to a method.
Simon Charette
2018-07-09
Fixed #20584 -- Fixed memcached's get_many() with single-use iterators.
Christian Barcenas
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-06-29
Fixed #28144 -- Added FileSystemStorage.OS_OPEN_FLAGS to allow customization.
Jon Prindiville
2018-06-28
Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz.utc for ...
Tim Graham
2018-06-25
Fixed #29518 -- Added validation for sqlmigrate's app_label argument.
oliver
2018-06-20
Refs #29506 -- Added validation for squashmigrations' app_label option.
Claude Paroz
2018-06-20
Fixed #29506 -- Added validation for migrate's app_label option.
Claude Paroz
2018-06-20
Refs #29469 -- Reused get_app_config() error message in makemigrations error.
Claude Paroz
2018-06-16
Fixed #29152 -- Allowed passing kwargs to ArgumentParser initialization in ma...
humbertotm
2018-06-16
Fixed #29469 -- Added a helpful makemigrations error if app_label contains dots.
oliver
2018-06-16
Fixed #29492 -- Improved compilemessages speed
Claude Paroz
2018-06-13
Fixed #24384 -- Allowed compilemessages to continue running after nonfatal er...
Claude Paroz
2018-06-11
Fixed #29452 -- Fixed makemessages setting charset of .pot files.
Bartosz Grabski
[prev]
[next]