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
/
contrib
Age
Commit message (
Expand
)
Author
2020-01-20
Fixed #31142 -- Fixed MakeValid.output_field when geometry type is changed.
Sergey Fedoseev
2020-01-17
Optimized ModelAdmin._changeform_view() by avoiding multiple get_fieldsets() ...
Daniel Hahler
2020-01-16
Fixed #31162 -- Prevented error logs when using WKT strings in lookups.
Mariusz Felisiak
2020-01-13
Fixed #31160 -- Fixed admin CSS for ordered lists' descendants in unordered l...
Owen T. Heisler
2020-01-10
Fixed #30980 -- Improved error message when checking uniqueness of admin acti...
Adam Donaghy
2020-01-03
Fixed #28991 -- Added EmptyFieldListFilter class in admin.filters.
Federico Jaramillo Martínez
2019-12-31
Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter when used i...
David Wobrock
2019-12-30
Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ".
Sjbrgsn
2019-12-30
Fixed #30819 -- Fixed year determination in admin calendar widget for two-dig...
Farhaan Bukhsh
2019-12-18
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-12-18
Fixed CVE-2019-19844 -- Used verified user email for password reset requests.
Simon Charette
2019-12-16
Fixed #31088 -- Added support for websearch searching in SearchQuery.
James Turk
2019-12-11
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...
Jon Dufresne
2019-12-10
Fixed #26480 -- Fixed crash of contrib.auth.authenticate() on decorated authe...
Baptiste Mispelon
2019-12-05
Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...
Hasan Ramezani
2019-12-05
Refs #31039 -- Removed unnecessary registration of contained_by lookup for Bi...
Hasan Ramezani
2019-12-02
Refs #29892 -- Made Selenium tests wait for popups to be ready.
Jon Dufresne
2019-12-02
Updated contrib translations from Transifex.
Carlton Gibson
2019-12-02
Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...
Carlton Gibson
2019-11-29
Fixed #30255 -- Fixed admindocs errors when rendering docstrings without lead...
Baptiste Mispelon
2019-11-29
Fixed #31021 -- Fixed proxy model permissions data migration crash with a mul...
Mariusz Felisiak
2019-11-28
Fixed #31028 -- Used classList API to check, add and remove DOM classes.
Jon Dufresne
2019-11-28
Fixed #31042 -- Removed AdminSeleniumTestCase.get_css_value() in favor of Sel...
Jon Dufresne
2019-11-27
Fixed #30975 -- Replaced custom get_select_option with Selenium's select_by_v...
Johannes Hoppe
2019-11-27
Fixed #30973 -- Converted selenium tests wait_page_loaded to context manager.
Johannes Hoppe
2019-11-27
Fixed #31027 -- Replaced .getAttribute()/.setAttribute() usage with DOM prope...
Jon Dufresne
2019-11-26
Fixed #31031 -- Fixed data loss in admin changelist view when formset's prefi...
Baptiste Mispelon
2019-11-25
Fixed #31013 -- Removed jQuery usage in SelectBox.js.
Johannes Hoppe
2019-11-25
Fixed #31002 -- Fixed GIS lookups crash against a subquery annotation.
Simon Charette
2019-11-22
Fixed #30996 -- Added AsWKB and AsWKT GIS functions.
Sergey Fedoseev
2019-11-21
Simplified TemplateDetailView with pathlib.Path.read_text().
Jon Dufresne
2019-11-21
Refs #11964 -- Removed SimpleCol in favor of Query(alias_cols).
Simon Charette
2019-11-19
Fixed #30981 -- Fixed admin changelist crash when using F() or OrderBy() expr...
Hasan Ramezani
2019-11-19
Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...
Daniel Izquierdo
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-11-19
Removed unnecessary numeric indexes in format strings.
Jon Dufresne
2019-11-18
Fixed #30994 -- Added Oracle support for AsGeoJSON GIS function.
Sergey Fedoseev
2019-11-18
Removed unnecessary parentheses in various code.
Jon Dufresne
2019-11-14
Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups ...
Dulmandakh
2019-11-13
Fixed #30941 -- Reverted "Simplified AuthenticationMiddleware a bit."
Mariusz Felisiak
2019-11-11
Fixed #30977 -- Optimized PasswordResetForm.save() a bit.
Hasan Ramezani
2019-11-07
Fixed #30943 -- Added BloomIndex to django.contrib.postgres.
Nick Pope
2019-11-07
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-11-06
Removed unused import of ACTION_CHECKBOX_NAME in django.contrib.admin.
Mariusz Felisiak
2019-11-05
Passed strict=True to Path.resolve() to enforce that the path must exist.
Jon Dufresne
2019-11-05
Fixed #30095 -- Fixed system check for RangeField/ArrayField.choices with lis...
Hasan Ramezani
2019-11-05
Fixed #30947 -- Changed tuples to lists in model Meta options in django.contr...
Jon Dufresne
2019-11-04
Simplified consecutive calls to pathlib.Path.parent.
Jon Dufresne
2019-10-29
Simplified AuthenticationMiddleware a bit.
Sergey Fedoseev
2019-10-29
Fixed #30922 -- Fixed ModelAdmin.date_hierarchy queries with DST changes.
Erwin Junge
[prev]
[next]