summaryrefslogtreecommitdiff
path: root/docs/topics
Commit message (Expand)AuthorAgeFilesLines
* Fixed #13551 -- Corrected import in ModelForms example. Thanks to libber for ...Russell Keith-Magee2010-05-171-1/+1
* Fixed #13532 -- Corrected and clarified examples in F() docs. Thanks to erw f...Russell Keith-Magee2010-05-141-6/+7
* Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro.Karen Tracey2010-05-122-2/+2
* Fixed #13524 -- Added backwards compatibility and feature notes regarding adm...Russell Keith-Magee2010-05-122-8/+5
* Fixed #11908 -- Clarified the role and usage of the ManagementForm in formset...Russell Keith-Magee2010-05-101-4/+11
* Fixed #12505 -- Clarified the use of the extra argument in formsets. Thanks t...Russell Keith-Magee2010-05-101-3/+4
* Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks ...Russell Keith-Magee2010-05-102-3/+3
* Fixed #13158 -- Clarified that OneToOneField is a better option for User prof...Russell Keith-Magee2010-05-101-8/+9
* Fixed #13329 -- Corrected markup problem with URL pattern in generic views do...Russell Keith-Magee2010-05-101-1/+1
* Fixed #13317 - Clarified documentation about how the blocktrans and trans tem...Jannis Leidel2010-05-091-13/+51
* Fixed #13316 -- Added clarifying note about cross-database relations.Russell Keith-Magee2010-05-091-7/+34
* Fixed #11933 -- Corrected the naming of the cached_db session backend. Thanks...Russell Keith-Magee2010-05-091-2/+2
* Fixed #12278 -- Corrected an example usage of string_concat. Thanks to loumz ...Russell Keith-Magee2010-05-091-1/+1
* Fixed #12412 -- Clarified the documentation around file handling by the test ...Russell Keith-Magee2010-05-091-2/+10
* Fixed #13051 -- Corrected the documentation of URL namespacing to match the t...Russell Keith-Magee2010-05-091-3/+3
* Fixed #13417 -- Clarified the use of the djangojs domain for translation. Tha...Russell Keith-Magee2010-05-091-6/+15
* Fixed #13418 -- Added notes on uniqueness requirements for natural keys. Than...Russell Keith-Magee2010-05-091-6/+29
* Fixed #13497 -- Corrected various typos and markup problems in docs. Thanks t...Russell Keith-Magee2010-05-091-2/+0
* Fixed #13499 -- Corrected typo in l10n docs. Thanks to selwin for the report ...Russell Keith-Magee2010-05-091-1/+1
* Added hyperlinks for builtin template tags and filters to code samples in docs.Luke Plant2010-05-081-3/+3
* Fixed #13428 -- Corrected the allow_relation behavior of and example router. ...Russell Keith-Magee2010-05-081-1/+1
* Fixed #13269 -- Added clarifying import statement to widget override docs. Th...Russell Keith-Magee2010-05-081-3/+6
* Fixed #13405 -- Corrected typo from r13105. Thanks to danielr for the report.Russell Keith-Magee2010-05-081-1/+1
* Fixed #13471 -- Added example of send_mass_mail usage. Thanks to gtaylor for ...Russell Keith-Magee2010-05-081-0/+8
* Fixed typo and small formatting mistake in docsLuke Plant2010-05-071-1/+1
* Fixed #8357 -- Clarified what constitutes activity when calculating session e...Russell Keith-Magee2010-05-061-0/+4
* Fixed #12691 -- Added a versionadded tag to the description of widget overrid...Russell Keith-Magee2010-05-061-0/+3
* Fixed #13377 -- Corrected markup typo in testing docs. Thanks to DrMeers for ...Russell Keith-Magee2010-05-061-1/+1
* Fixed #13405 -- Removed the recommendation for the use of cmemcache. Thanks t...Russell Keith-Magee2010-05-061-16/+9
* Fixed #13420 -- Clarified grammar in the email docs. Thanks to Dominic Rodger...Russell Keith-Magee2010-05-061-1/+1
* Refs #13339 -- Disable %b/%B-based locale datetime input formats, and documen...Russell Keith-Magee2010-04-281-2/+8
* Fixed #13035 - Incorrect documentation regarding admin and default managersLuke Plant2010-04-061-9/+8
* Fixed #13268 - 'ForeignKeyField' in topics/db/queries.txtLuke Plant2010-04-061-1/+1
* Fixed #13263 -- Corrected field name typo in queries documentation examples. ...Justin Bronn2010-04-051-5/+5
* Fixed #13271 -- Corrected a typo in the signals documentation. Thanks, chtito.Justin Bronn2010-04-051-1/+1
* Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...Jannis Leidel2010-03-272-20/+39
* Fixed #13226 -- Corrected typo in authentication docs, thanks rokclimb15.Gary Wilson Jr2010-03-271-1/+1
* Fixed #13032 - Added localize parameter to form fields to be able to selecti...Jannis Leidel2010-03-271-0/+7
* Fixed #13189 -- Fixed typo in code example, thanks to gabrielhurley for patch.Gary Wilson Jr2010-03-271-1/+1
* Fixed #12930, #12832, #11538 -- Refactored and merged the GeoDjango documenta...Justin Bronn2010-03-261-5/+6
* Fixed #13200 -- Updated the DB session backend to make full use of routers, d...Russell Keith-Magee2010-03-251-7/+0
* Fixed #13120: Corrected typo in middleware doc. Thanks django@willhardy.com.au.Karen Tracey2010-03-161-1/+1
* Fixed #13014 - Added section about how to use the language code with fragemen...Jannis Leidel2010-03-152-3/+32
* Fixed #13045 - Add USE_L10N to the project skeleton settings.Jannis Leidel2010-03-151-2/+7
* Refs #12767 -- Modified the multi-db docs to remove the implication that cont...Russell Keith-Magee2010-03-101-29/+29
* Fixed #12941 -- Added documentation for the connections dictionary. Thanks to...Russell Keith-Magee2010-03-082-2/+23
* Fixed #13013 -- Added missing {% csrf_token %} in example form.Russell Keith-Magee2010-03-081-0/+1
* Fixed #13048: Corrected typo in email documentation.James Bennett2010-03-071-5/+5
* Fixed #12896. Documented the new side-effects of ModelForm validation.Joseph Kocherhans2010-03-061-0/+13
* Fixed #5605: only lowercase the domain portion of an email address in `UserMa...Jacob Kaplan-Moss2010-03-011-4/+7