summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2013-08-08[1.5.x] Added an anchor for django.forms.Form.clean in docsTim Graham
Backport of 8442268869 from master
2013-08-08[1.5.x] Clarified meaning of models.User.is_authenticated()Jaime Irurzun
Backport of f96fe3cd1e from master
2013-08-08[1.5.x] Added more on @cached_property, refs #20870Daniele Procida
Backport of 7e6af9d40c from master
2013-08-08[1.5.x] Fixed #20870 -- Documented django.utils.functional.cached_propertyDaniele Procida
Backport of 7a2296eb5b from master
2013-08-04[1.5.x] Fixed a small formatting issue.Julien Phalip
Backport 0b071ba7df7394b9 of from master.
2013-08-04[1.5.x] Fixed #20860 -- Removed references to defunct chicagocrime.orgTim Graham
Backport of 1593a86494 from master
2013-08-04[1.5.x] Fixed #20842 and #20845 - Added a note on order_by() and improved ↵Daniele Procida
prefetch_related() docs. Backport of e8183a8193 from master
2013-07-31[1.5.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.SusanTan
Thanks CollinAnderson for the report. Backport of 7de35a9ef3 from master
2013-07-29[1.5.x] Misc doc cleanups.minusf
Backport of 70c080fcdb from master
2013-07-29[1.5.x] Fixed #20774 -- Mention the new django-localflavor app as a ↵Jannis Leidel
replacement for the contrib app. Backport from master.
2013-07-25[1.5.x] Fixed #18315 -- Documented QueryDict.popitem and QueryDict.popmark hellewell
Thanks gcbirzan for the report. Backport of 8c9240222f from master
2013-07-25[1.5.x] Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs.Brenton Cleeland
Thanks simonb for the report. Backport of dab52d99fc from master
2013-07-19[1.5.x] Updated the `databases` documentationMatt Deacalion Stevens
+ Removed a reference about MySQL storage engines also being called 'table types', as this term has been deprecated for 8 years and is no longer used. + Fixed the link to the official InnoDB storage engine docs. + Apache (versions >= 2.4) will always choose a multi-threaded MPM module on modern operating systems (later than 2002). Backport of fa217d14a0 from master
2013-07-19[1.5.x] Fixed Croatia's country code in `localflavor` docsMatt Deacalion Stevens
Backport of 97e5398629 from master
2013-07-18[1.5.x] Atom specification URL updatedMatt Deacalion Stevens
Changed to the URL of the official RFC for Atom, since Atomenabled.org is just a holding page. Backport of beefc97171 from master
2013-07-15[1.5.x] Fixed some markup in docs/ref/templates/api.txtTim Graham
Backport of 862a04a56d from master
2013-07-12[1.5.x] Fixed #17528 -- Documented that add() and remove() with a ↵Tim Graham
many-to-many relationship do not call Model.save() Backport of 3cdeb572d7 from master
2013-07-12[1.5.x] Fixed #20735 -- clarified ManyToManyField constructor docChristopher Medrela
Backport of ac223ff6d1 from master
2013-07-11[1.5.x] Fixed #20053 -- Fixed `index_together` documentationJohan Charpentier
Backport of 186bff47 from master
2013-07-08[1.5.x] Fixed #12346 -- Added a note on how to validate InlineFormSets.Tim Graham
Thanks johnsmith for the suggestion. Backport of 181f63c22d from master
2013-07-04[1.5.x] Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.Tim Graham
Thanks littlepig for the report. Backport of f407f75aae from master.
2013-07-04[1.5.x] Fixed #12579 -- Noted QuerySet.get_or_create() depends on database ↵Tim Graham
unique constraints. Thanks timmolendijk, jdunck, vijay_shanker, and loic84. Backport of 428de2e339 from master.
2013-07-03[1.5.x] Fixed #20691 -- Added a note for __str__() vs. __unicode__() and ↵Tim Graham
Python 3. Thanks garrison for the suggestion. Backport of 8a679386c3 from master.
2013-06-29[1.5.x] Fixed #20677 - Typos in generic_inlineformset_factory docs.Tim Graham
Thanks Riley Strong for the report. Backport of 3fd0ee5b46 from master
2013-06-27[1.5.x] Fixed typo in docs/ref/signals.txtKen Bolton
Backport of 6fcb7ba842 from master
2013-06-27[1.5.x] Fixed #20665 -- Missing backslash in sitemaps documentationBaptiste Mispelon
Backport of 5005303ae7919eef26dab9f8ba279696966ebf1d from master.
2013-06-25[1.5.x] Fixed #20654 -- Fixed type of `m2m_changed`'s `pk_set` arg in docsDaniel Izquierdo
Backport of 9a2b07f1b4 from master
2013-06-21Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy.Tim Graham
Thanks claudep for the catch and bmispelon for the research. Backport of 9be93aa809 from master.
2013-06-21[1.5.x] Fixed #19881 -- Documented that get_next/previous_by_FOO uses ↵James Bennett
default manager. Backport of ba610cb319 from master
2013-06-17[1.5.x] Fixed #20614 -- Typo in documentation.Baptiste Darthenay
Backport of 39b245fd76 from master
2013-06-12[1.5.x] Warned that `request_finished` isn't sent by some buggy setups.Jaap Roes
Older versions of uWSGI and Sentry's middleware do not adhere to the WSGI spec and cause the `request_finished` signal to never fire. Added notes to the appropriate places in the docs. Fixed #20537. Backport of 3ce1d30. Conflicts: docs/howto/deployment/wsgi/index.txt
2013-06-11[1.5.x] Fixed #20500 - Updated flatpages URLconf example to work with ↵Tim Graham
APPEND_SLASH. Thanks josh.23.french@. Backport of 536703abf0 from master
2013-06-10[1.5.x] Fixed #20578 - Typo in BaseFormSet module nameTim Graham
Backport of 9ff5f100dd from master
2013-06-09[1.5.x] Fixed #19875 - Added warnings regarding DEBUG=False and empty ↵Tim Graham
ALLOWED_HOSTS Backport of 4e94c84e50 from master
2013-06-09[1.5.x] Fixed #20567 - Documented BoundField.id_for_label.Tim Graham
Thanks littlepig for the suggestion. Backport of 175a102ddc from master.
2013-06-03[1.5.x] Fixed #20545 - Made class-based view MRO lists consistent.Tim Graham
Thanks wim@ for the suggestion. Backport of c36b75c814 from master
2013-05-31[1.5.x] Fixed #20326 - Corrected form wizard get_form() example.Tim Graham
Thanks tris@ for the report. Backport of 646a2216e9 from master
2013-05-29[1.5.x] Fixed regroup example.Gavin Wahl
Chicago was missing. Backport of e6ff238 from master.
2013-05-28[1.5.x] Fixed #20525 -- Added versionadded for clearsessions.Tim Graham
Thanks wiml@. Backport of 8a6e040bfa from master
2013-05-24[1.5.x] Fixed #20492 - Removed a broken link in GIS docs.Tim Graham
Backport of fbab3209fc from master
2013-05-24[1.5.x] Updated link to jQuery Cookie plugin siteAlasdair Nicol
Backport of 81f454a322 from master
2013-05-22[1.5.x] Tweaked a reST construct in template API docs. Refs #20104.Ramiro Morales
2013-05-21[1.5.x] Fixed #20476 -- Typo.Aymeric Augustin
Backport of 5d16456.
2013-05-20[1.5.x] Fixed typo in redirect view docsAlasdair Nicol
Backport of 428875775c from master
2013-05-18[1.5.x] Fixed #20446 -- Documentation for SmallIntegerField does not clarify ↵Erik Romijn
'small' Backport of 56e2f6ccae from master
2013-05-16[1.5.x] Fixed #20421 - Typo in class-based view docs.Tim Graham
Backport of 289afc3156 from master
2013-05-16[1.5.x] Fixed #19712 - Clarified admindocs regarding which attributes appear.Tim Graham
Thanks Daniele Procida for the report. Backport of b5b63079bd from master
2013-05-14[1.5.x] Fixed a minor spelling mistake in the queryset documentationWilfred Hughes
Backport of d258cce482 from master
2013-05-12[1.5.X] Fixed #20397 - Cleaned up issue with quotation marks in documentationSimeon Visser
Backport of b9efc03e6d from master
2013-05-11[1.5.X] Fixed #20136 - Fixed and expanded the docs for loaddata and model ↵Tim Graham
signals. Thanks brandon@ and Anssi for the report. Backport of 2c62a509de from master