summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2013-09-13[1.5.x] Fixed #21101 -- Updated urlize documentation to mention email addressesGoetz
2013-09-11[1.5.x] Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH.Tim Graham
2013-09-10[1.5.x] Fixed #21075 - Improved doc for calling call_command with arguments.oz123
2013-09-07[1.5.x] Fixed #20005 -- Documented that Oracle databases need execute permiss...Tim Graham
2013-09-07[1.5.x] Fixed #16992 -- Added InnoDB warning regarding reuse of AUTO_INCREMEN...Keith Edmiston
2013-09-06[1.5.x] Fixed #19295 -- Documented that CachedStaticFilesStorage isn't compat...Keith Edmiston
2013-09-04[1.5.x] Fixed #20958 -- Documented that GenericForeignKey fields can't be acc...Tim Graham
2013-08-29[1.5.x] Added links to file docs.Jorge C. Leitão
2013-08-22[1.5.x] Typos introduced in 57c82f909b.Ramiro Morales
2013-08-22[1.5.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.se...Tim Graham
2013-08-22[1.5.x] Fixed #20944 -- Removed inaccurate statement about View.dispatch().Marc Tamlyn
2013-08-22[1.5.x] Made description of LANGUAGE_CODE setting more clear.Ramiro Morales
2013-08-20[1.5.x] Documentation - Noted that OneToOneField doesn't respect unique.Kevin Christopher Henry
2013-08-14[1.5.x] Added some doc links for django.contrib.messagesTim Graham
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