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
Age
Commit message (
Expand
)
Author
2019-11-04
Fixed #30931 -- Restored ability to override Model.get_FIELD_display().
Carlton Gibson
2019-11-01
Refs #27808 -- Added test for saving nested ArrayField with nullable base field.
Hasan Ramezani
2019-10-31
Refs #13312 -- Removed unnecessary IF wrapping in nulls_last handling on MySQL.
Simon Charette
2019-10-31
Refs #30095 -- Simplified Field._check_choices() a bit.
Mariusz Felisiak
2019-10-31
Fixed #30761 -- Prevented floatformat filter from returning a negative zero.
Sky
2019-10-31
Added more tests for floatformat filter with negative values.
Sky
2019-10-31
Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path.
Hasan Ramezani
2019-10-31
Refs #28428 -- Added tests for using FileSystemStorage with pathlib.Path.
Hasan Ramezani
2019-10-31
Refs #23576 -- Disabled MySQL multi-alias deletion path on MariaDB 10.3.2+.
Simon Charette
2019-10-30
Fixed typo in docs/ref/signals.txt.
Gil Forcada Codinachs
2019-10-30
Corrected error message in Many-to-many relationships docs.
Mariusz Felisiak
2019-10-30
Refs #20456 -- Moved initialization of HEAD method based on GET to the View.s...
Felipe Lee
2019-10-30
Refs #20456 -- Added test for initialization of request/args/kwargs attribute...
Felipe Lee
2019-10-30
Fixed #30927 -- Simplified an example of test for the deprecation warning wit...
André Ericson
2019-10-30
Refs #28428 -- Made filepath_to_uri() support pathlib.Path.
Hasan Ramezani
2019-10-30
Fixed #30917 -- Clarified formsets topic documentation.
Ken Whitesell
2019-10-29
Fixed #13750 -- Clarified need to reopen models.ImageField.image file to acce...
Hasan Ramezani
2019-10-29
Fixed typo in docs/topics/files.txt.
Mariusz Felisiak
2019-10-29
Simplified AuthenticationMiddleware a bit.
Sergey Fedoseev
2019-10-29
Used more specific unittest assertions in tests.
Nick Pope
2019-10-29
Fixed #30922 -- Fixed ModelAdmin.date_hierarchy queries with DST changes.
Erwin Junge
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-29
Refs #30899 -- Made _lazy_re_compile() support bytes.
Hasan Ramezani
2019-10-29
Refs #30899 -- Moved _lazy_re_compile() to the django.utils.regex_helper.
Hasan Ramezani
2019-10-29
Refs #30908 -- Added test for nonexistent path in forms.FilePathField.
Hasan Ramezani
2019-10-28
Documented the order in which signal receivers are called.
Adam Johnson
2019-10-28
Fixed #30918 -- Made timesince()/timeuntil() respect custom time strings for ...
Hasan Ramezani
2019-10-28
Fixed #30907 -- Fixed SplitArrayField.has_changed() with removal of empty tra...
Pavel Dedik
2019-10-28
Refs #30907 -- Added SplitArrayField._remove_trailing_nulls() hook.
Pavel Dedik
2019-10-28
Refs #30907 -- Added more tests for SplitArrayField.has_changed().
Pavel Dedik
2019-10-25
Fixed #29770 -- Added LinearRing.is_counterclockwise property.
Sergey Fedoseev
2019-10-25
Fixed #29087 -- Added delete buttons for unsaved admin inlines on validation ...
Carlton Gibson
2019-10-25
Refs #29087 -- Refactored admin inlines.js.
Carlton Gibson
2019-10-25
Refs #30908 -- Fixed the empty value of forms.FilePathField in docs.
Mariusz Felisiak
2019-10-25
Fixed #30902 -- Added __str__() for model choice enums.
Carlton Gibson
2019-10-25
Fixed #30904 -- Doc'd caveat about using filtered queryset with select_for_up...
Saad
2019-10-25
Fixed #30906 -- Fixed an example of using the template system to generate CSV.
Hasan Ramezani
2019-10-24
Refs #30897 -- Made cosmetic edits to QuerySet.explain() documentation.
Carlton Gibson
2019-10-24
Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on Mari...
Nick Pope
2019-10-24
Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8...
Nick Pope
2019-10-24
Refs #29926 -- Added Python 3.8 to classifiers and tox.ini.
Bastien Vallet
2019-10-24
Fixed #23576 -- Implemented multi-alias fast-path deletion in MySQL backend.
Simon Charette
2019-10-24
Fixed DatabaseFeatures.update_can_self_select on MariaDB 10.3.2+.
Mariusz Felisiak
2019-10-24
Fixed #30900 -- Skipped async-related tests on Windows using Python 3.8.0.
Carlton Gibson
2019-10-24
Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Index with o...
Hannes Ljungberg
2019-10-23
Added tblib to the list of test suite dependencies in documentation.
Mariusz Felisiak
2019-10-23
Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements.
Mariusz Felisiak
2019-10-23
Bumped minimum Pillow version to 6.2.0 in test requirements.
Mariusz Felisiak
2019-10-23
Refs #30897 -- Added test for SETTINGS option to Queryset.explain() on Postgr...
Nick Pope
2019-10-23
Refs #28574 -- Used feature flag for PostgreSQL version check.
Nick Pope
[prev]
[next]