summaryrefslogtreecommitdiff
path: root/docs/ref
Commit message (Expand)AuthorAgeFilesLines
* [1.6.x] Typos introduced in 57c82f909b.Ramiro Morales2013-08-221-4/+4
* [1.6.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.se...Tim Graham2013-08-221-1/+25
* [1.6.x] Fixed #20944 -- Removed inaccurate statement about View.dispatch().Marc Tamlyn2013-08-221-4/+0
* [1.6.x] Made description of LANGUAGE_CODE setting more clear.Ramiro Morales2013-08-221-2/+13
* [1.6.x] Documentation -- Corrected error about Model.full_clean()Kevin Christopher Henry2013-08-211-8/+3
* [1.6.x] Documentation - Noted that OneToOneField doesn't respect unique.Kevin Christopher Henry2013-08-201-2/+2
* [1.6.x] Updated docs following deprecation of django.views.defaults.shortcutAlasdair Nicol2013-08-151-3/+4
* [1.6.x] Added some doc links for django.contrib.messagesTim Graham2013-08-142-5/+10
* [1.6.x] Added an anchor for django.forms.Form.clean in docsTim Graham2013-08-081-0/+2
* [1.6.x] Clarifed meaning of models.User.is_authenticated()Jaime Irurzun2013-08-081-5/+7
* [1.6.x] Added more on @cached_property, refs #20870Daniele Procida2013-08-081-4/+18
* [1.6.x] Fixed #20870 -- Documented django.utils.functional.cached_propertyDaniele Procida2013-08-081-0/+44
* [1.6.x] Added note to GenericIPAddressField documentationChristopher Medrela2013-08-081-0/+3
* [1.6.x] Fixed #20859 - Clarified Model.clean() example.Jimmy Song2013-08-051-9/+13
* [1.6.x] Fixed a small formatting issue.Julien Phalip2013-08-041-4/+4
* [1.6.x] Fixed #20860 -- Removed references to defunct chicagocrime.orgTim Graham2013-08-041-14/+12
* [1.6.x] Fixed #20842 and #20845 - Added a note on order_by() and improved pre...Daniele Procida2013-08-041-35/+66
* [1.6.x] Fixed #20786 -- Cleaned up docs/ref/exceptions.txtDominic Rodger2013-08-021-17/+31
* [1.6.x] Removed unused model option "admin"Tim Graham2013-08-011-3/+2
* [1.6.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.SusanTan2013-07-311-0/+4
* [1.6.x] Fixed #20823 -- Typo in docs/ref/forms/validation.txtTim Graham2013-07-291-1/+1
* [1.6.x] Misc doc cleanups.minusf2013-07-291-4/+3
* [1.6.x] Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.Tim Graham2013-07-261-1/+14
* [1.6.x] Added versionadded directive missing from b7bd708.Aymeric Augustin2013-07-251-0/+2
* [1.6.x] Fixed #18315 -- Documented QueryDict.popitem and QueryDict.popmark hellewell2013-07-251-0/+20
* [1.6.x] Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs.Brenton Cleeland2013-07-251-1/+1
* [1.6.x] Updated the `databases` documentationMatt Deacalion Stevens2013-07-191-6/+6
* [1.6.x] Atom specification URL updatedMatt Deacalion Stevens2013-07-182-2/+2
* [1.6.x] Fixed typo in inspectdb docsAlasdair Nicol2013-07-181-1/+1
* [1.6.x] Fixed some markup in docs/ref/templates/api.txtTim Graham2013-07-151-7/+12
* [1.6.x] Fixed #20582 -- Allowed default Form.label_suffix to be translatedClaude Paroz2013-07-131-4/+11
* [1.6.x] Fixed #20653 -- Renamed checksetup -> check missed in [03465639]Tim Graham2013-07-121-3/+3
* [1.6.x] Fixed #17528 -- Documented that add() and remove() with a many-to-man...Tim Graham2013-07-121-0/+16
* [1.6.x] Fixed #20735 -- clarified ManyToManyField constructor docChristopher Medrela2013-07-121-4/+4
* [1.6.x] Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txtTim Graham2013-07-111-1/+1
* [1.6.x] Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett2013-07-083-11/+10
* [1.6.x] Fixed #12346 -- Added a note on how to validate InlineFormSets.Tim Graham2013-07-082-7/+8
* [1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz2013-07-0511-13/+29
* [1.6.x] Fixed #20561 -- Emphasized that QuerySet.distinct([*fields]) is only ...Tim Graham2013-07-051-8/+5
* [1.6.x] Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.Tim Graham2013-07-041-5/+6
* [1.6.x] Fixed #12579 -- Noted QuerySet.get_or_create() depends on database un...Tim Graham2013-07-041-10/+21
* [1.6.x] Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Pyth...Tim Graham2013-07-031-0/+7
* [1.6.x] A couple more semicolon -> colon fixes; refs #18134.Tim Graham2013-07-021-1/+1
* [1.6.x] Fixed #20677 - Typos in generic_inlineformset_factory docs.Tim Graham2013-06-291-3/+3
* Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger2013-06-281-0/+8
* Fix typoKen Bolton2013-06-271-1/+1
* Docs for related_query_nameAndrew Godwin2013-06-271-0/+22
* Fixed LOGGING setting docsClaude Paroz2013-06-271-2/+8
* Fixed #20665 -- Missing backslash in sitemaps documentationBaptiste Mispelon2013-06-271-1/+1
* Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham2013-06-262-1/+20