summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-08-15[2.2.x] Fixed #30449 -- Fixed RelatedFieldListFilter/RelatedOnlyFieldListFilt...zeyneloz
2019-08-14[2.2.x] Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms o...Mariusz Felisiak
2019-08-11[2.2.x] Fixed #30696 -- Removed obsolete mention of CheckConstraint in the Ad...Akash Agrawal
2019-08-11[2.2.x] Fixed #30670 -- Doc'd SchemaEditor.add/remove_constraint().Akash Agrawal
2019-08-09[2.2.x] Fixed #30688 -- Clarified base_manager_name docs.Carlton Gibson
2019-08-08[2.2.x] Fixed #30673 -- Relaxed system check for db_table collision when data...Adnan Umer
2019-08-03[2.2.x] Added stub release notes for 2.2.5.Mariusz Felisiak
2019-08-02[2.2.x] Corrected StreamingHttpResponse.streaming_content description in docs.niauah
2019-08-01[2.2.x] Added CVE-2019-14235 to security release archive.Carlton Gibson
2019-08-01[2.2.x] Added CVE-2019-14234 to security release archive.Carlton Gibson
2019-08-01[2.2.x] Added CVE-2019-14233 to security release archive.Carlton Gibson
2019-08-01[2.2.x] Added CVE-2019-14232 to the security release archive.Carlton Gibson
2019-07-29[2.2.x] Fixed CVE-2019-14235 -- Fixed potential memory exhaustion in django.u...Florian Apolloner
2019-07-29[2.2.x] Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index...Mariusz Felisiak
2019-07-29[2.2.x] Fixed CVE-2019-14233 -- Prevented excessive HTMLParser recursion in s...Florian Apolloner
2019-07-29[2.2.X] Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues w...Florian Apolloner
2019-07-29[2.2.x] Fixed #30656 -- Added QuerySet.bulk_update() to the database optimiza...daniel a rios
2019-07-29[2.2.x] Refs #30656 -- Reorganized bulk methods in the database optimization ...daniel a rios
2019-07-25[2.2.x] Added stub release notes for security releases.Carlton Gibson
2019-07-24[2.2.x] Fixed #30647 -- Fixed crash of autoreloader when extra directory cann...Tom Forbes
2019-07-23[2.2.x] Fixed typo in docs/topics/http/sessions.txt.terminator14
2019-07-23[2.2.x] Fixed #30506 -- Fixed crash of autoreloader when path contains null c...Tom Forbes
2019-07-19[2.2.x] Refs #30083 -- Added a warning about performing queries in pre/post_i...Mariusz Felisiak
2019-07-19[2.2.x] Refs #30083 -- Clarified database state of instances in signals.pre_i...Mariusz Felisiak
2019-07-18[2.2.x] Fixed #30648 -- Removed unnecessary overriding get_context_data() fro...Davit Gachechiladze
2019-07-18[2.2.x] Refs #30547 -- Clarified that partial UniqueConstraints don't affect ...Mariusz Felisiak
2019-07-16[2.2.x] Fixed heading level typo in docs/ref/contrib/postgres/fields.txt.Mariusz Felisiak
2019-07-16[2.2.x] Updated WSGI servers ordering according to the more commonly used.Frank Wiles
2019-07-15[2.2.x] Fixed explanation of how to automatically create tables in database.Frank Wiles
2019-07-11[2.2.x] Doc'd --no-input option for createsuperuser.Hasan Ramezani
2019-07-10[2.2.x] Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRan...Mariusz Felisiak
2019-07-10[2.2.x] Fixed #30628 -- Adjusted expression identity to differentiate bound f...Simon Charette
2019-07-09[2.2.x] Fixed typos in docs/ref/django-admin.txt.Mariusz Felisiak
2019-07-09[2.2.x] Added stub release notes for 2.2.4.Mariusz Felisiak
2019-07-04[2.2.x] Fixed #30600 -- Clarified that ValueError raised by converter.to_pyth...sp1rs
2019-07-04[2.2.x] Fixed #28667 -- Clarified how to override list of forms fields for cu...swatantra
2019-07-02[2.2.x] Fixed #28588 -- Doc'd User.has_perm() & co. behavior for active super...Carlton Gibson
2019-07-01[2.2.x] Fixed #30589 -- Clarified that urlize should be applied only to email...aitoehigie
2019-07-01[2.2.x] Added CVE-2019-12781 to the security release archive.Mariusz Felisiak
2019-07-01[2.2.x] Updated man page for Django 2.2.Mariusz Felisiak
2019-07-01[2.2.x] Added release date for 2.2.3.Mariusz Felisiak
2019-07-01[2.2.x] Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_PROXY_SS...Carlton Gibson
2019-07-01[2.2.x] Added stub release notes for security releases.Mariusz Felisiak
2019-06-29[2.2.x] Updated translations from TransifexClaude Paroz
2019-06-26[2.2.x] Fixed #30588 -- Fixed crash of autoreloader when __main__ module does...Tom Forbes
2019-06-24[2.2.x] Fixed typo in docs/topics/db/models.txt.Meysam
2019-06-24[2.2.x] Fixed typo in docs/ref/models/indexes.txt.Alexey Opalev
2019-06-22[2.2.x] Removed unneeded non-breaking spaces added in 00169bc36Claude Paroz
2019-06-21[2.2.x] Fixed typos in 1.11.19, 2.0.11, 2.1.6 release notes.Jon Dufresne
2019-06-20[2.2.x] Refs #30565 -- Doc'd HttpResponse.close() method.Chris Jerdonek