summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2019-05-28Fixed #30479 -- Fixed detecting changes in manage.py by autoreloader when usi...Tom Forbes
2019-05-27Refs #29548 -- Updated docs for MariaDB support.Mariusz Felisiak
2019-05-24Fixed #30485 -- Adjusted django.utils.http.urlencode for doseq=False case.Johan Lübcke
2019-05-24Fixed #28780 -- Allowed specyfing a token parameter displayed in password res...Rob
2019-05-21Fixed #28763 -- Allowed overriding the session cookie age with SessionStore.g...Hasan Ramezani
2019-05-21Fixed typo in docs/releases/3.0.txt.Mariusz Felisiak
2019-05-20Fixed #30488 -- Removed redundant Coalesce call in SQL generated by SearchVec...Thomasina Lee
2019-05-18Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering contain...ruchit2801
2019-05-17Fixed #30220 -- Added support for headless mode in selenium tests.Johannes Hoppe
2019-05-17Fixed #30459 -- Delegated hide/show JS toggle to parent div.Claude Paroz
2019-05-09Fixed #30310 -- Added support for looking up HttpHeaders.headers using unders...Troon
2019-05-09Refs #30399 -- Made assertHTMLEqual normalize character and entity references.Jon Dufresne
2019-05-08Added stub release notes for 2.2.2.Mariusz Felisiak
2019-05-08Fixed #29056 -- Fixed HTML5 validation of required SelectDateWidget.Hasan Ramezani
2019-05-08Refs #27753 -- Deprecated django.utils.text.unescape_entities().Jon Dufresne
2019-05-06Fixed #29352 -- Allowed specifying a Feed language.Tobias Kunze
2019-05-03Ignored pywatchman.SocketTimeout in Watchman autoreloader.Daniel Hahler
2019-05-02Fixed #29529 -- Allowed models.fields.FilePathField to accept a callable path.Mykola Kokalko
2019-05-01Added release date for 2.2.1.Mariusz Felisiak
2019-04-30Fixed #30245 -- Added -k option to DiscoverRunner.François Freitag
2019-04-30Fixed #30412 -- Fixed crash when adding check constraints with OR'ed conditio...can
2019-04-30Fixed #30418 -- Added --skip-checks management command option.Jon Dufresne
2019-04-30Fixed #30408 -- Fixed crash when adding check constraints with LIKE operator ...Simon Charette
2019-04-29Fixed #30148 -- Logged COPY ... TO statements in connection.queries on Postgr...kingbuzzman
2019-04-29Fixed #30323 -- Fixed detecting changes by autoreloader when using StatReloader.Tom Forbes
2019-04-29Refs #30323 -- Prevented crash of autoreloader when get_resolver().urlconf_mo...Tom Forbes
2019-04-27Fixed #30351 -- Handled pre-existing permissions in proxy model permissions d...Carlton Gibson
2019-04-26Fixed #30361 -- Increased the default timeout of watchman client to 5 seconds...Jacob Green
2019-04-26Fixed #30312 -- Relaxed admin check from django.contrib.sessions to SessionMi...Aarni Koskela
2019-04-25Refs #30388 -- Added release note for 0f22671ecb7e9555300fd2d6cb7bf6dc61735d07.Mariusz Felisiak
2019-04-25Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne
2019-04-25Fixed #30318 -- Added check for importability of arguments of custom error ha...Alasdair Nicol
2019-04-23Fixed #30385 -- Restored SearchVector(config) immutability.Simon Charette
2019-04-19Fixed #30341 -- Added support for the furlong unit in Distance.Dustin Neighly
2019-04-19Made cosmetic edits in docs/releases/2.2.1.txt.Mariusz Felisiak
2019-04-19Fixed #30328 -- Fixed crash of IntegerField.validators when limit_value in a ...Scott Fitsimones
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...Ramiro Morales
2019-04-18Fixed typos in docs, comments, and exception messages.Ville Skyttä
2019-04-18Fixed #30370 -- Added dbshell support for client TLS certificates on PostgreSQL.Oleh Mykytiuk
2019-04-18Fixed #30335, #29139 -- Fixed crash when ordering or aggregating over a neste...can
2019-04-17Fixed #27755 -- Added ModelAdmin.get_inlines() hook.Hasan Ramezani
2019-04-15Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in QuerySe...Mariusz Felisiak
2019-04-14Fixed #30350 -- Prevented recreation of migration for operations with a range...Florian Apolloner
2019-04-08Fixed #30330 -- Fixed setting of primary key to None during fast-delete.Florian Apolloner
2019-04-08Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on...Ran Benita
2019-04-07Refs #27807 -- Removed docs for User.username_validator.Tim Graham
2019-04-06Fixed #30332 -- Fixed crash of ordering by expressions with params in ArrayAg...Simone Pellizzari
2019-04-05Fixed #30324 -- Forced utf-8 encoding when loading the template for the techn...Nick Pope
2019-04-05Fixed #30331 -- Added support for psycopg2 2.8.Mariusz Felisiak
2019-04-04Fixed #30307 -- Fixed incorrect quoting of database user password when using ...msg