summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-16Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.Mads Jensen
2019-07-16Refs #29824 -- Added RangeOperators helper class.Mads Jensen
2019-07-16Simplified tests for PostgreSQL constraints.Mariusz Felisiak
2019-07-16Fixed heading level typo in docs/ref/contrib/postgres/fields.txt.Mariusz Felisiak
2019-07-16Updated WSGI servers ordering according to the more commonly used.Frank Wiles
2019-07-16Fixed #30636 -- Fixed options ordering when cloning test database on MySQL.Yann Sionneau
2019-07-15Fixed explanation of how to automatically create tables in database.Frank Wiles
2019-07-13Simplified RangeContainedBy by making it subclass PostgresSimpleLookup.Mariusz Felisiak
2019-07-12Simplified DateTimeRangeContains by making it subclass PostgresSimpleLookup.Mariusz Felisiak
2019-07-12Fixed #30602 -- Made Extract raise ValueError when using unsupported lookups ...Hasan Ramezani
2019-07-11Refs #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering conta...Mariusz Felisiak
2019-07-11Fixed #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering cont...Hasan Ramezani
2019-07-11Doc'd --no-input option for createsuperuser.Hasan Ramezani
2019-07-11Fixed #28289 -- Fixed crash of RawSQL annotations on inherited model fields.can
2019-07-10Fixed #30619 -- Made runserver --nothreading use single threaded WSGIServer.atsuo ishimoto
2019-07-10Updated Select2 to version 4.0.7.Johannes Hoppe
2019-07-10Fixed #30543 -- Fixed checks of ModelAdmin.list_display for fields accessible...Hasan Ramezani
2019-07-10Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField ...Mariusz Felisiak
2019-07-10Fixed #30628 -- Adjusted expression identity to differentiate bound fields.Simon Charette
2019-07-10Enabled GitHub "Sponsor" button.Johannes Hoppe
2019-07-09Fixed typos in docs/ref/django-admin.txt.Mariusz Felisiak
2019-07-09Added stub release notes for 2.2.4.Mariusz Felisiak
2019-07-08Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...can
2019-07-08Changed django.db.models.indexes.Index imports to django.db.models.Index.Mariusz Felisiak
2019-07-08Refs #29444 -- Added support for fetching a returned non-integer insert value...Johannes Hoppe
2019-07-08Fixed #30620 -- Made an example of admin-compliant custom user app pep8 compl...Nuno
2019-07-05Fixed #30613 -- Moved index name validation to system checks.can
2019-07-04Fixed #30600 -- Clarified that ValueError raised by converter.to_python() mea...sp1rs
2019-07-04Fixed #28581 -- Moved django.core.paginator documentation to API Reference.luto
2019-07-04Refs #28581 -- Doc's how to paginate a ListView.luto
2019-07-04Fixed #28667 -- Clarified how to override list of forms fields for custom Use...swatantra
2019-07-03Fixed #30596 -- Fixed SplitArrayField.has_changed() for non-string base fields.Chason Chaffin
2019-07-03Fixed #29744 -- Fixed caching of URLResolver for a default URLconf.Benjamin Woodruff
2019-07-03Fixed #30608 -- Fixed non-unicode EmailMessage crash when domain name for loc...Chason Chaffin
2019-07-03Refs #30608 -- Added django.utils.encoding.punycode().Mariusz Felisiak
2019-07-02Fixed #27801 -- Made createsuperuser fall back to environment variables for p...Hasan Ramezani
2019-07-02Fixed #28588 -- Doc'd User.has_perm() & co. behavior for active superusers.Carlton Gibson
2019-07-02Fixed typos in comments and docs.Min ho Kim
2019-07-02Fixed #30604 -- Made mail_admins()/mail_managers() raise ValueError if ADMINS...Hasan Ramezani
2019-07-01Removed unnecessary import in django/utils/autoreload.py.PatOnTheBack
2019-07-01Fixed #30595 -- Added error message when no objects found to sql* management ...Hasan Ramezani
2019-07-01Fixed #30589 -- Clarified that urlize should be applied only to email address...aitoehigie
2019-07-01Added CVE-2019-12781 to the security release archive.Mariusz Felisiak
2019-07-01Added release date for 2.2.3.Mariusz Felisiak
2019-07-01Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_PROXY_SSL_HEADER...Carlton Gibson
2019-07-01Added stub release notes for security releases.Mariusz Felisiak
2019-06-30Fixed broken selenium tests after 42b9a23267f14be39b9b00958e18d5746783208e.Mariusz Felisiak
2019-06-29Updated translations from TransifexClaude Paroz
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-06-28Fixed #30584 -- Fixed management command when using subparsers with dest para...Hasan Ramezani