summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2010-05-14[1.1.X] Fixed #13532 -- Corrected and clarified examples in F() docs. Thanks ...Russell Keith-Magee
2010-05-12[1.1.X] Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro. Karen Tracey
2010-05-10[1.1.X] Fixed #11908 -- Clarified the role and usage of the ManagementForm in...Russell Keith-Magee
2010-05-10[1.1.X] Fixed #12505 -- Clarified the use of the extra argument in formsets. ...Russell Keith-Magee
2010-05-10[1.1.X] Fixed #12678 -- Corrected a few references to Queryset into QuerySet....Russell Keith-Magee
2010-05-10[1.1.X] Fixed #13158 -- Clarified that OneToOneField is a better option for U...Russell Keith-Magee
2010-05-10[1.1.X] Fixed #13329 -- Corrected markup problem with URL pattern in generic ...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #13317 - Clarified documentation about how the blocktrans and t...Jannis Leidel
2010-05-09[1.1.X] Fixed #11933 -- Corrected the naming of the cached_db session backend...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #12278 -- Corrected an example usage of string_concat. Thanks t...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #12412 -- Clarified the documentation around file handling by t...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #13051 -- Corrected the documentation of URL namespacing to mat...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #13417 -- Clarified the use of the djangojs domain for translat...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #13497 -- Corrected various typos and markup problems in docs. ...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #13499 -- Corrected typo in l10n docs. Thanks to selwin for the...Russell Keith-Magee
2010-05-08[1.1.X] Added hyperlinks for builtin template tags and filters to code sample...Luke Plant
2010-05-08[1.1.X] Fixed #13471 -- Added example of send_mass_mail usage. Thanks to gtay...Russell Keith-Magee
2010-05-07[1.1.X] Fixed typo and small formatting mistake in docsLuke Plant
2010-05-06[1.1.X] Fixed #8357 -- Clarified what constitutes activity when calculating s...Russell Keith-Magee
2010-05-06[1.1.X] Fixed #13420 -- Clarified grammar in the email docs. Thanks to Domini...Russell Keith-Magee
2010-05-03[1.1.X] Fixed #12688 -- Removed typo in manager docs. Thanks, orokusaki for t...Karen Tracey
2010-04-06[1.1.X] Fixed #13035 - Incorrect documentation regarding admin and default ma...Luke Plant
2010-04-06[1.1.X] Fixed #13268 - 'ForeignKeyField' in topics/db/queries.txtLuke Plant
2010-04-05[1.1.X] Fixed #13263 -- Corrected field name typo in queries documentation ex...Justin Bronn
2010-04-05[1.1.X] Fixed #13271 -- Corrected a typo in the signals documentation. Thank...Justin Bronn
2010-03-27[1.1.X] Fixed #13189 -- Fixed typo in code example, thanks to gabrielhurley f...Gary Wilson Jr
2010-03-07[1.1.X] Fixed #13048: Corrected typo in email documentation. Backport of [126...James Bennett
2010-03-01[1.1.X] Fixed #5605: only lowercase the domain portion of an email address in...Jacob Kaplan-Moss
2010-02-24[1.1.X] Fixed #11933 -- Added versionchanged marker for the cache_db session ...Russell Keith-Magee
2010-02-24[1.1.X] Fixed #11782 -- Added some Sphinx metadata to the file uploads docume...Russell Keith-Magee
2010-02-24[1.1.X] Fixed #12880 -- Added some missing sphinx directives for module refer...Russell Keith-Magee
2010-02-23[1.1.X] Fixed #12799 -- Added an extra newline to help with PDF generation of...Russell Keith-Magee
2010-02-23[1.1.X] Fixed #12859 -- Clarified the documentation on using multiple tables ...Russell Keith-Magee
2010-02-22[1.1.X] Fixed #11714 - Document a few of the i18n function that can be used o...Jannis Leidel
2010-02-22[1.1.X] Fixed #12895 - Fixed typo in auth docs. Thanks Timo.Jannis Leidel
2010-02-16[1.1.X] Fixed #10260 - Refactored internationalization documentation. Thanks,...Jannis Leidel
2010-01-17[1.1.X] Fixed #11794 - Typo in model manager documentation. Thanks, timo.Jannis Leidel
2010-01-16[1.1.X] Created a 'DB optimization' topic, with cross-refs to relevant sections.Luke Plant
2010-01-08[1.1.X] Updated the docs to suggest using ``*args, **kwargs`` when implementi...Russell Keith-Magee
2010-01-04[1.1.X] Fixed #12503 - form examples don't validate according to w3cLuke Plant
2010-01-01[1.1.X] Fixed #12383 - Typo fix for authentication documentation.Jannis Leidel
2009-12-26[1.1.X] i18n documentation fixes:Gary Wilson Jr
2009-12-26[1.1.X] Fixed several broken and redirecting URLs in the documentation (fixes...Gary Wilson Jr
2009-12-22[1.1.X] Fixed #8145 - Documented the codenames of the default auth permissionsJannis Leidel
2009-11-19Corrected an inconsistency in the documentation regarding the way to specify ...Russell Keith-Magee
2009-11-16[1.1.X] Fixed #5034 -- honor request.urlconf in reverse and resolve.Brian Rosner
2009-11-12[1.1.X] Fixed #12204 -- Corrected the use of :djadmin: links in the testing d...Russell Keith-Magee
2009-10-26[1.1.X] Fixed #11961: Corrected a few typos in docs/testing.txt. Thanks to ti...Karen Tracey
2009-09-23[1.1.X] Fixed #11931: Removed mention of nonexistent get_sql() method for arg...James Bennett
2009-09-13[1.1.X] Fixed #11755 -- Added documentation for an edge case of FormSet usage...Russell Keith-Magee