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-06
Fixed #15742 -- Fixed an example of collecting selected objects in ModelAdmin...
Daniel Fairhead
2019-11-06
Refs #29983 -- Added tests for FileBasedCache pathlib support.
Jon Dufresne
2019-11-06
Refs #29983 -- Added pathlib.Path support to the file email backend.
Jon Dufresne
2019-11-06
Documented arguments for custom 500 error view.
Dan Swain
2019-11-06
Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.
Stephen Rauch
2019-11-06
Added a link to the file email backend from EMAIL_FILE_PATH setting.
Jon Dufresne
2019-11-06
Refs #29983 -- Added test for FILE_UPLOAD_TEMP_DIR pathlib support.
Jon Dufresne
2019-11-06
Refs #29983 -- Added test for FIXTURES_DIRS pathlib support.
Jon Dufresne
2019-11-05
Fixed #30944 -- Changed reusable apps docs to use a declarative config.
Jon Dufresne
2019-11-05
Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_for_update...
kola-er
2019-11-05
Passed strict=True to Path.resolve() to enforce that the path must exist.
Jon Dufresne
2019-11-05
Refs #30923 -- Fixed an example of rendering templates in contrib.sites docs.
Alasdair Nicol
2019-11-05
Fixed #30095 -- Fixed system check for RangeField/ArrayField.choices with lis...
Hasan Ramezani
2019-11-05
Refs #30095 -- Added Field._choices_is_value().
Hasan Ramezani
2019-11-05
Fixed DatabaseFeatures.has_select_for_update_nowait on MariaDB 10.3+.
Mariusz Felisiak
2019-11-05
Fixed #30947 -- Changed tuples to lists in model Meta options in django.contr...
Jon Dufresne
2019-11-04
Refs #30947 -- Changed tuples to lists in model Meta options examples in docs.
Mariusz Felisiak
2019-11-04
Removed unnecessary EXCLUDE_FROM_PACKAGES from setup.py.
Jon Dufresne
2019-11-04
Added Uzbek locale formats.
bedilbek
2019-11-04
Added Uzbek language.
Claude Paroz
2019-11-04
Refs #13312 -- Simplified handling of nulls ordering on MySQL.
Nick Pope
2019-11-04
Refs #30116 -- Simplified stdout/stderr decoding with subprocess.run()'s enco...
Jon Dufresne
2019-11-04
Updated list of field types conversions in ModelForm docs.
Adam Johnson
2019-11-04
Simplified consecutive calls to pathlib.Path.parent.
Jon Dufresne
2019-11-04
Added release dates for 2.2.7, 2.1.14, and 1.11.26.
Mariusz Felisiak
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
[prev]
[next]