summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2020-01-28Fixed #22261 -- Fixed resolving namespaced URLs for flatpages.Hasan Ramezani
2020-01-27Improved SearchVectorCombinable and SearchQueryCombinable error messages.Hannes Ljungberg
2020-01-24Refs #27888 -- Removed redundant {% if %} in admin changelist filters.Hasan Ramezani
2020-01-23Fixed #27888 -- Added link to clear all filters in the admin changelist view.Hasan Ramezani
2020-01-23Fixed #31200 -- Added system checks for permissions codenames max length.Michael Mulholland
2020-01-22Removed unused **kwargs from GEOSFuncFactory.__call__().Sergey Fedoseev
2020-01-22Removed unused *args and **kwargs from GEOSFuncFactory.__init__().Sergey Fedoseev
2020-01-22Removed unneeded int() call in GEOSCoordSeq.__len__().Sergey Fedoseev
2020-01-22Fixed #31190 -- Fixed prefetch_related() crash for GenericForeignKey with cus...Eugene Hatsko
2020-01-21Removed unused GEOSFuncFactory subclasses.Sergey Fedoseev
2020-01-21Fixed #30274 -- Prevented segmentation fault on LineString iteration.Sergey Fedoseev
2020-01-20Fixed #31142 -- Fixed MakeValid.output_field when geometry type is changed.Sergey Fedoseev
2020-01-17Optimized ModelAdmin._changeform_view() by avoiding multiple get_fieldsets() ...Daniel Hahler
2020-01-16Fixed #31162 -- Prevented error logs when using WKT strings in lookups.Mariusz Felisiak
2020-01-13Fixed #31160 -- Fixed admin CSS for ordered lists' descendants in unordered l...Owen T. Heisler
2020-01-10Fixed #30980 -- Improved error message when checking uniqueness of admin acti...Adam Donaghy
2020-01-03Fixed #28991 -- Added EmptyFieldListFilter class in admin.filters.Federico Jaramillo Martínez
2019-12-31Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter when used i...David Wobrock
2019-12-30Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ".Sjbrgsn
2019-12-30Fixed #30819 -- Fixed year determination in admin calendar widget for two-dig...Farhaan Bukhsh
2019-12-18Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen
2019-12-18Fixed CVE-2019-19844 -- Used verified user email for password reset requests.Simon Charette
2019-12-16Fixed #31088 -- Added support for websearch searching in SearchQuery.James Turk
2019-12-11Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...Jon Dufresne
2019-12-10Fixed #26480 -- Fixed crash of contrib.auth.authenticate() on decorated authe...Baptiste Mispelon
2019-12-05Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...Hasan Ramezani
2019-12-05Refs #31039 -- Removed unnecessary registration of contained_by lookup for Bi...Hasan Ramezani
2019-12-02Refs #29892 -- Made Selenium tests wait for popups to be ready.Jon Dufresne
2019-12-02Updated contrib translations from Transifex.Carlton Gibson
2019-12-02Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson
2019-11-29Fixed #30255 -- Fixed admindocs errors when rendering docstrings without lead...Baptiste Mispelon
2019-11-29Fixed #31021 -- Fixed proxy model permissions data migration crash with a mul...Mariusz Felisiak
2019-11-28Fixed #31028 -- Used classList API to check, add and remove DOM classes.Jon Dufresne
2019-11-28Fixed #31042 -- Removed AdminSeleniumTestCase.get_css_value() in favor of Sel...Jon Dufresne
2019-11-27Fixed #30975 -- Replaced custom get_select_option with Selenium's select_by_v...Johannes Hoppe
2019-11-27Fixed #30973 -- Converted selenium tests wait_page_loaded to context manager.Johannes Hoppe
2019-11-27Fixed #31027 -- Replaced .getAttribute()/.setAttribute() usage with DOM prope...Jon Dufresne
2019-11-26Fixed #31031 -- Fixed data loss in admin changelist view when formset's prefi...Baptiste Mispelon
2019-11-25Fixed #31013 -- Removed jQuery usage in SelectBox.js.Johannes Hoppe
2019-11-25Fixed #31002 -- Fixed GIS lookups crash against a subquery annotation.Simon Charette
2019-11-22Fixed #30996 -- Added AsWKB and AsWKT GIS functions.Sergey Fedoseev
2019-11-21Simplified TemplateDetailView with pathlib.Path.read_text().Jon Dufresne
2019-11-21Refs #11964 -- Removed SimpleCol in favor of Query(alias_cols).Simon Charette
2019-11-19Fixed #30981 -- Fixed admin changelist crash when using F() or OrderBy() expr...Hasan Ramezani
2019-11-19Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...Daniel Izquierdo
2019-11-19Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede
2019-11-19Removed unnecessary numeric indexes in format strings.Jon Dufresne
2019-11-18Fixed #30994 -- Added Oracle support for AsGeoJSON GIS function.Sergey Fedoseev
2019-11-18Removed unnecessary parentheses in various code.Jon Dufresne
2019-11-14Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups ...Dulmandakh