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-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
2018-06-07
Removed unused HttpRequest._post_parse_error attribute.
Josh Schneier
2018-06-06
Fixed #29301 -- Added custom help formatter to BaseCommand class
Claude Paroz
2018-05-28
Added 'caches' to django.core.cache.__all__.
Wang Dongxiao
2018-05-27
Removed obsolete BaseHandler attributes.
Daniel Hepper
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-05-09
Fixed #29389 -- Made Paginator reject non-integer page numbers of type float.
Nicolas Noé
2018-05-04
Fixed #26688 -- Fixed HTTP request logging inconsistencies.
Samir Shah
2018-04-27
Fixed #27480 -- Added cache.touch().
Nicolas Noé
2018-04-21
Fixed #29295 -- Fixed management command crash when using subparsers.
Hasan Ramezani
2018-04-19
Ref #23919 -- Replaced some os.path usage with pathlib.Path.
Tom
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
Used datetime.timezone.utc instead of pytz.utc for better performance.
Sergey Fedoseev
2018-03-20
Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...
Tim Graham
2018-03-20
Extracted deserialize fk/m2m functions from Deserializer.
Peter Inglesby
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-03-13
Quoted field names in cache db backend SQL.
Hajime Nakagami
2018-03-12
Removed redundant UploadedFile.DEFAULT_CHUNK_SIZE.
Sergey Fedoseev
2018-03-10
Used cached_property for File.size.
Sergey Fedoseev
2018-03-08
Fixed #29188 -- Fixed ContentFile.size after a write().
Alex Stovbur
2018-03-02
Fixed #29133 -- Fixed call_command() crash if a required option is passed in ...
Alex Tomic
2018-02-26
Removed unnecessary setdefault() from CheckRegistry.register().
Mariusz Felisiak
2018-02-21
Fixed #28398 -- Added suggestions for mistyped management commands.
Tom Forbes
2018-02-20
Fixed #29140 -- Fixed EmailMessage crash when body is None.
Williams Mendez
2018-02-12
Fixed #24607 -- Serialized natural keys in multi-table inheritance models.
Denys Duchier
2018-02-07
Refs #27795 -- Replaced force_bytes() usage in django.core.signing.
Asif Saifuddin Auvi
2018-02-05
Refs #28814 -- Imported from collections.abc to fix Python 3.7 deprecation wa...
Raymond Hettinger
[prev]
[next]