Commit History

Author SHA1 Message Date
  Claude Paroz 7442eb1a24 Fixed #20224 -- Update docs examples which mention __unicode__ 11 years ago
  Tim Graham f315693304 Fixed #20543 - Typo in db model fields docs. 11 years ago
  Marc Egli e4591debd1 Add missing imports and models to the examples in the the model layer documentation 11 years ago
  Aymeric Augustin f27a4ee327 Removed django.contrib.localflavor. 12 years ago
  Preston Holmes 11ded967c4 Fixed #19498 -- refactored auth documentation 12 years ago
  Tim Graham 52a2588df6 Fixed #19506 - Remove 'mysite' prefix in model example. 12 years ago
  WoLpH eabb44417c changed if statement to a slightly cleaner/less confusing variant 12 years ago
  Tim Graham 5fb22329a1 Merge pull request #422 from elvard/18996 12 years ago
  Tim Graham dd0cbc6bdc Fixed #16588 - Warned about field names that conflict with the model API 12 years ago
  Tomáš Ehrlich 443999a1ee Fixed #18996 - Docs on overriden model methods 12 years ago
  Tim Graham 13d47c3f33 Fixed #18637 - Updated some documentation for aspects of models that are ModelForm specific, not admin specific. 12 years ago
  Ramiro Morales 50837434db Clarified default name of M2M relationship DB table. 12 years ago
  Claude Paroz 4a103086d5 Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 12 years ago
  Aymeric Augustin c28e700c7e Removed references to changes made in 1.2. 12 years ago
  Jacob Kaplan-Moss 7edf231d46 Replaced documentation snippets using "gender" with less sensitive examples. 12 years ago
  Claude Paroz 157f823819 Fixed #18024 -- Reworded sentence in models documentation. Thanks Preston Holmes for the patch. 13 years ago
  Claude Paroz 27322df995 Fixed #17999 -- Restored the links to examples from models documentation. Refs #17605. 13 years ago
  Ramiro Morales 782c1a770e Fixed #17999 -- Added a 'See also' paragraph to OneToOneField doc section. 13 years ago
  Claude Paroz f95baa1d8a Added missing indentation in models topic documentation. 13 years ago
  James Bennett dad1f5c21e Fixed #17605: Restored deleted query documentation that used to live in doctests. Thanks zsiciarz for work on the patch. 13 years ago
  Claude Paroz 78638a9a51 Replaced http by https in djangoproject.com links 13 years ago
  Aymeric Augustin 1adf8d4386 Fixed #17240 -- Replaced links to the online version of the docs by internal references. 13 years ago
  Aymeric Augustin 64fdd84474 Fixed #17184 -- Typo in models documentation. Thanks elimisteve for the report. 13 years ago
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 years ago
  Julien Phalip fd90453462 Fixed #16742 -- Provided code examples in the models documentation for accessing extra fields on many-to-many relationships. Many thanks to aj for the suggestion and to Nick Lang for the patch. 13 years ago
  Ramiro Morales 932b1b8d6d Converted links to external topics so they use intersphinx extension markup. 13 years ago
  Malcolm Tredinnick 1f233b479a Made documentation of ManyToManyField placement clearer (kind of). 13 years ago
  Simon Meers 5ecb88c146 Fixed #16014 -- numerous documentation typos -- thanks psmith. 13 years ago
  Gabriel Hurley 8940969a7a Fixed #11864 -- Improved the "see also" section of the many-to-one model topic guide to more clearly connect people to the backwards-related objects docs and to the correct point in the model tests for sample code (since the doctests went away). Thanks to dwillis for the work on the patch. 14 years ago
  Timo Graham a9ebf9ec24 Fixed #7325 -- Broken links for model documentation; thanks Justin Lilly. 14 years ago