summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2019-10-30[2.2.x] Fixed typo in docs/ref/signals.txt.Gil Forcada Codinachs
2019-10-25[2.2.x] Refs #30908 -- Fixed the empty value of forms.FilePathField in docs.Mariusz Felisiak
2019-10-25[2.2.x] Fixed #30904 -- Doc'd caveat about using filtered queryset with selec...Saad
2019-10-22[2.2.x] Refs #13724 -- Corrected QuerySet signature in docs.Antonio Dudarev
2019-10-16[2.2.x] Refs #28436 -- Corrected docs regarding MySQL support of distance loo...Mariusz Felisiak
2019-10-11[2.2.x] Clarified that SECURE_REDIRECT_EXEMPT patterns should not include lea...René Fleschenberg
2019-10-08[2.2.x] Fixed #28790 -- Doc'd how to avoid running certain test classes in pa...Caio Ariede
2019-10-07[2.2.x] Fixed #28273 -- Doc'd fast nullable column creation with defaults.Caio Ariede
2019-10-07[2.2.x] Refs #10348 -- Doc'd that ModelAdmin ignores list_select_related when...Tamer Sherif
2019-10-03[2.2.x] Fixed #30834 -- Added explicit list of supported databases to the dat...Katie McLaughlin
2019-10-02[2.2.x] Refs #15396 -- Mentioned full path to GZipMiddleware in documentation.Mar Sánchez
2019-10-02[2.2.x] Refs #28699 -- Clarified CSRF middleware ordering in relation to Remo...Carlton Gibson
2019-10-02[2.2.x] Fixed #30817 -- Clarified return value of Sitemap.items().Sjbrgsn
2019-09-30[2.2.x] Doc'd that migrate commmand accepts a unique migration name prefix.David Vaz
2019-09-27[2.2.x] Fixed #30597 -- Clarified how to unapply migrations.David Vaz
2019-09-27[2.2.x] Refs #30597 -- Added a warning about dependent apps when unapplying m...David Vaz
2019-09-27[2.2.x] Fixed #30216 -- Doc'd that BooleanField is no longer blank=True in Dj...David Vaz
2019-09-27[2.2.x] Fixed #27921 -- Clarified usage of make_aware() with is_dst argument.Glenn
2019-09-24[2.2.x] Refs #26601 -- Used new-style middlewares in documentation.Claude Paroz
2019-09-24[2.2.x] Fixed #30732 -- Doc'd that SameSite cookies flags can affect xframe_o...Jezeniel Zapanta
2019-09-23[2.2.x] Refs #29915 -- Doc'd limitation of using pattern lookups with UUIDFie...Mariusz Felisiak
2019-09-19[2.2.x] Fixed #27462 -- Clarifed pk_set difference in m2m_changed signal rece...Carlton Gibson
2019-09-14[2.2.x] Fixed #29823 -- Doc'd limitation of DecimalField on SQLite.Claude Paroz
2019-09-13[2.2.x] Fixed typos in docs/ref/settings.txt.Ben Falk
2019-09-09[2.2.x] Standardized links for headers in security middleware documentation.Nick Pope
2019-08-31[2.2.x] Fixed #30738 -- Fixed typo in docs/ref/forms/widgets.txt.Daria Kolodzey
2019-08-28[2.2.x] Fixed #30733 -- Doc'd that datetime lookups require time zone definit...Andrew
2019-08-27[2.2.x] Doc'd for_save argument of Expression.resolve_expression().Matthew Schinckel
2019-08-23[2.2.x] Fixed typo in docs/ref/applications.txt.Ali Mirlou
2019-08-21[2.2.x] Fixed broken links and redirects in documentation.François Freitag
2019-08-19[2.2.x] Removed outdated examples of flatpages served sites.Garry Polley
2019-08-19[2.2.x] Fixed broken links and redirects to OGR library in docs.Mariusz Felisiak
2019-08-17[2.2.x] Fixed #30694 -- Documented FileResponse does not seek its file source.Claude Paroz
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-02[2.2.x] Corrected StreamingHttpResponse.streaming_content description in docs.niauah
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] 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-11[2.2.x] Doc'd --no-input option for createsuperuser.Hasan Ramezani
2019-07-09[2.2.x] Fixed typos in docs/ref/django-admin.txt.Mariusz Felisiak
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] Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_PROXY_SS...Carlton Gibson
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-20[2.2.x] Refs #30565 -- Doc'd HttpResponse.close() method.Chris Jerdonek