summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2013-08-08[1.5.x] Added an anchor for django.forms.Form.clean in docsTim Graham
2013-08-08[1.5.x] Clarified meaning of models.User.is_authenticated()Jaime Irurzun
2013-08-08[1.5.x] Added more on @cached_property, refs #20870Daniele Procida
2013-08-08[1.5.x] Fixed #20870 -- Documented django.utils.functional.cached_propertyDaniele Procida
2013-08-04[1.5.x] Fixed a small formatting issue.Julien Phalip
2013-08-04[1.5.x] Fixed #20860 -- Removed references to defunct chicagocrime.orgTim Graham
2013-08-04[1.5.x] Fixed #20842 and #20845 - Added a note on order_by() and improved pre...Daniele Procida
2013-07-31[1.5.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.SusanTan
2013-07-29[1.5.x] Misc doc cleanups.minusf
2013-07-29[1.5.x] Fixed #20774 -- Mention the new django-localflavor app as a replaceme...Jannis Leidel
2013-07-25[1.5.x] Fixed #18315 -- Documented QueryDict.popitem and QueryDict.popmark hellewell
2013-07-25[1.5.x] Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs.Brenton Cleeland
2013-07-19[1.5.x] Updated the `databases` documentationMatt Deacalion Stevens
2013-07-19[1.5.x] Fixed Croatia's country code in `localflavor` docsMatt Deacalion Stevens
2013-07-18[1.5.x] Atom specification URL updatedMatt Deacalion Stevens
2013-07-15[1.5.x] Fixed some markup in docs/ref/templates/api.txtTim Graham
2013-07-12[1.5.x] Fixed #17528 -- Documented that add() and remove() with a many-to-man...Tim Graham
2013-07-12[1.5.x] Fixed #20735 -- clarified ManyToManyField constructor docChristopher Medrela
2013-07-11[1.5.x] Fixed #20053 -- Fixed `index_together` documentationJohan Charpentier
2013-07-08[1.5.x] Fixed #12346 -- Added a note on how to validate InlineFormSets.Tim Graham
2013-07-04[1.5.x] Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.Tim Graham
2013-07-04[1.5.x] Fixed #12579 -- Noted QuerySet.get_or_create() depends on database un...Tim Graham
2013-07-03[1.5.x] Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Pyth...Tim Graham
2013-06-29[1.5.x] Fixed #20677 - Typos in generic_inlineformset_factory docs.Tim Graham
2013-06-27[1.5.x] Fixed typo in docs/ref/signals.txtKen Bolton
2013-06-27[1.5.x] Fixed #20665 -- Missing backslash in sitemaps documentationBaptiste Mispelon
2013-06-25[1.5.x] Fixed #20654 -- Fixed type of `m2m_changed`'s `pk_set` arg in docsDaniel Izquierdo
2013-06-21Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy.Tim Graham
2013-06-21[1.5.x] Fixed #19881 -- Documented that get_next/previous_by_FOO uses default...James Bennett
2013-06-17[1.5.x] Fixed #20614 -- Typo in documentation.Baptiste Darthenay
2013-06-12[1.5.x] Warned that `request_finished` isn't sent by some buggy setups.Jaap Roes
2013-06-11[1.5.x] Fixed #20500 - Updated flatpages URLconf example to work with APPEND_...Tim Graham
2013-06-10[1.5.x] Fixed #20578 - Typo in BaseFormSet module nameTim Graham
2013-06-09[1.5.x] Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED...Tim Graham
2013-06-09[1.5.x] Fixed #20567 - Documented BoundField.id_for_label.Tim Graham
2013-06-03[1.5.x] Fixed #20545 - Made class-based view MRO lists consistent.Tim Graham
2013-05-31[1.5.x] Fixed #20326 - Corrected form wizard get_form() example.Tim Graham
2013-05-29[1.5.x] Fixed regroup example.Gavin Wahl
2013-05-28[1.5.x] Fixed #20525 -- Added versionadded for clearsessions.Tim Graham
2013-05-24[1.5.x] Fixed #20492 - Removed a broken link in GIS docs.Tim Graham
2013-05-24[1.5.x] Updated link to jQuery Cookie plugin siteAlasdair Nicol
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
2013-05-20[1.5.x] Fixed typo in redirect view docsAlasdair Nicol
2013-05-18[1.5.x] Fixed #20446 -- Documentation for SmallIntegerField does not clarify ...Erik Romijn
2013-05-16[1.5.x] Fixed #20421 - Typo in class-based view docs.Tim Graham
2013-05-16[1.5.x] Fixed #19712 - Clarified admindocs regarding which attributes appear.Tim Graham
2013-05-14[1.5.x] Fixed a minor spelling mistake in the queryset documentationWilfred Hughes
2013-05-12[1.5.X] Fixed #20397 - Cleaned up issue with quotation marks in documentationSimeon Visser
2013-05-11[1.5.X] Fixed #20136 - Fixed and expanded the docs for loaddata and model sig...Tim Graham