Commit History

Author SHA1 Message Date
  Aymeric Augustin c5ef65bcf3 [py3] Ported django.utils.encoding. 12 years ago
  Aymeric Augustin ee191715ea [py3] Fixed access to dict keys/values/items. 12 years ago
  Tim Graham fa3f0aa021 Merge pull request #252 from MichaelBlume/patch-1 12 years ago
  Michael Blume c8780d9f4d change "has now" -> "now has" in 1.5 release notes 12 years ago
  Tim Graham 4f3a6b853a Fixed #17053 - Added a note about USE_THOUSAND_SEPARATOR setting to localizations docs. 12 years ago
  Alex Gaynor ede49c7ee0 Fixed #15754 -- avoid recursively computing the tree of media widgets more times than is necessary for a wiget 12 years ago
  Brendan MacDonell ad237fb72f Fixed #18724 -- Fixed IntegerField validation with value 0 12 years ago
  Aymeric Augustin 9a3026a920 Fixed a rst error introduced in f2abfe1e. 12 years ago
  Tim Graham a04f68b15d Merge pull request #233 from rafikdraoui/modeladmin-doc 12 years ago
  Julien Phalip 19642a7a09 Fixed some typos on the documentation's index page. 12 years ago
  Justin Bronn 1c3464e809 Fixed testing on SpatiaLite 2.4, which has support for `InitSpatialMetaData`. 12 years ago
  Angeline Tan 5d4f993bb1 Moved a note about django-admin.py errors from Tutorial Part 1 to a new FAQ Troubleshooting page. This is to avoid confusion for beginners. 12 years ago
  Julien Phalip 197863523a Restructured the documentation's index page and added some introductory sentences to each section. 12 years ago
  Tim Graham 86c5c0154f Fixed a mistake in function documentation 'django.utils.functional.partition' 12 years ago
  Julien Phalip 9ea4dc90b9 Small improvement to the `contrib.messages` doc introduction. 12 years ago
  Florian Apolloner 62ae711cec Added a missing space to the description of the `cut` filter. 12 years ago
  Alex Gaynor 5f9b2be559 Merge pull request #210 from pydanny/ticket_18632 12 years ago
  Daniel Greenfeld 1fefd91e1e For #210, cleaned up text and formatting. 12 years ago
  Tim Graham 84c3c9097d Merge pull request #153 from webjunkie/patch-1 12 years ago
  Tim Graham 46589d0c6d Merge pull request #244 from mbrochh/master 12 years ago
  Tim Graham 865ff32b84 Fixed #16980 - Misc updates to the auth docs. Thanks Preston Holmes for the patch. 12 years ago
  Claude Paroz 542c20b382 Fixed #18713 -- Fixed custom comment app name in comments docs 12 years ago
  Claude Paroz 09a719a4e6 Fixed #7833 -- Improved UserCreationForm password validation 12 years ago
  Claude Paroz 121fd109de Fixed #5524 -- Do not remove cleaned_data when a form fails validation 12 years ago
  Simon Meers 10f979fd92 Fixed #18700 -- Added URL reversal for i18n set_language view. 12 years ago
  Tim Graham b496be331c Fixed #15932 - Documented how to supress multiple reverse relations to the same model. 12 years ago
  Aymeric Augustin d01eaf7104 [py3] Removed uses of sys.maxint under Python 3. 12 years ago
  Alex Gaynor 129f1ac848 Remove a temporary variable deletion, it's not a big deal and it doesn't exist on python3. 12 years ago
  Aymeric Augustin 5aec69ed29 Documented the trick used in 9908201d7f. 12 years ago
  Claude Paroz 9908201d7f Replaced some byte strings by str() calls 12 years ago