summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2019-06-03[2.2.x] Added CVE-2019-12308 to the security release archive.Nick Pope
2019-06-03[2.2.x] Added CVE-2019-11358 to the security release archive.Nick Pope
2019-06-03[2.2.x] Fixed typos in 1.11.21, 2.1.9, 2.2.2 release notes.Mariusz Felisiak
2019-06-03[2.2.x] Applied jQuery patch for CVE-2019-11358.Carlton Gibson
2019-06-03[2.2.x] Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL before ...Carlton Gibson
2019-06-03[2.2.x] Added stub release notes for security releases.Carlton Gibson
2019-05-31[2.2.x] Fixed #28831 -- Doc'd that InlineModelAdmin methods' obj argument is ...parth
2019-05-29[2.2.x] Fixed #30523 -- Fixed updating file modification times on seen files ...Tom Forbes
2019-05-29[2.2.x] Fixed #30516 -- Fixed crash of autoreloader when re-raising exception...Tom Forbes
2019-05-28[2.2.x] Fixed #30491 -- Clarified when save() on object with pk executes INSERT.Brad Solomon
2019-05-28[2.2.x] Fixed #30315 -- Fixed crash of ArrayAgg and StringAgg with ordering w...Caio Ariede
2019-05-28[2.2.x] Fixed #30479 -- Fixed detecting changes in manage.py by autoreloader ...Tom Forbes
2019-05-27[2.2.x] Doc'd that extra_email_context can be used to override default templa...Mariusz Felisiak
2019-05-24[2.2.x] Fixed #30504 -- Corrected redirect() signature in docs.Shashank Parekh
2019-05-24[2.2.x] Doc'd that assertXMLEqual()/assertXMLNotEqual() ignores XML declarati...Caio Ariede
2019-05-22[2.2.x] Fixed #30419 -- Favored Meta.indexes over Meta.index_together in opti...Akshesh
2019-05-22[2.2.x] Fixed datetime string format examples in docs/howto/custom-template-t...Alex Gaynor
2019-05-20[2.2.x] Refs #30062 -- Corrected UniqueConstraint signature in docs.GwynBleidD
2019-05-20[2.2.x] Changed poll_id to poll_ids in examples of custom management commands.mentix02
2019-05-20[2.2.x] Fixed #30488 -- Removed redundant Coalesce call in SQL generated by S...Thomasina Lee
2019-05-18[2.2.x] Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering...ruchit2801
2019-05-17[2.2.x] Changed docs to link to Python's description of iterable.Jon Dufresne
2019-05-17[2.2.x] Fixed #25633 -- Updated macOS Spatialite installation instructions.Daniel Hepper
2019-05-17[2.2.x] Fixed #30395 -- Doc'd a limitation of ModelForm.Meta.widgets.Tobias Kunze
2019-05-17[2.2.x] Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight a...Alex
2019-05-17[2.2.x] Fixed #30459 -- Delegated hide/show JS toggle to parent div.Claude Paroz
2019-05-15[2.2.x] Changed tuple choices to list in docs.Jon Dufresne