summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2019-06-20[2.2.x] Fixed #30547 -- Doc'd how Meta.constraints affect model validation.Swat009
2019-06-19[2.2.x] Fixed typos in signals and custom management commands docs.Hasan Ramezani
2019-06-18[2.2.x] Fixed typos and example in signals.pre_init docs.Hasan Ramezani
2019-06-13[2.2.x] Fixed an example of email with display name in EmailMessage.from_email.Joachim Jablon
2019-06-11[2.2.x] Fixed intword example in docs/ref/contrib/humanize.txt.Jon Dufresne
2019-06-11[2.2.x] Fixed #30486 -- Fixed the default value of Aggregate.distinct and upd...Vyacheslav Ver
2019-06-11[2.2.x] Changed charset and collation link to MySQL docs.Mykola Nicholas
2019-06-10[2.2.x] Removed redundant object descriptions to prevent warnings with Sphinx...Mariusz Felisiak
2019-06-10[2.2.x] Fixed #30553 -- Clarified the default value of disable_existing_loggers.swatantra
2019-06-05[2.2.x] Fixed #30542 -- Fixed crash of numerical aggregations with filter.Étienne Beaulé
2019-06-05[2.2.x] Added stub release notes for 2.2.3.Mariusz Felisiak
2019-06-04[2.2.x] Fixed #30505 -- Doc'd how changes in the order of Field.choices affec...Caio Ariede