summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2013-04-05Added release note about percent literals in cursor.executeClaude Paroz
Thanks Aymeric Augustin for noticing the omission and Tim Graham for the text review. Fixes #9055 (again).
2013-04-05Removed a trailing space in the template name on line 174.Andrew Brown
This trailing space may seem innocuous, but can be easily copied-and-pasted from the docs. This can lead to bizarre File Not Found errors where the checked paths look correct, but actually aren't because the trailing space is hard to see in an error message.
2013-04-04Removed instructions about download_url from release process notes.Jacob Kaplan-Moss
This is no longer something that has to happen now that 5c771da3 is in.
2013-04-04Fix #20195: wrong reference in session settings documentation.Baptiste Mispelon
2013-04-02Added a dedication to Malcolm to release notes.Ramiro Morales
2013-04-02Fixed #19748 - Documented django.utils.module_loading.import_by_pathTim Graham
2013-04-01Updated some 'Dive Into Python' linksClaude Paroz
2013-03-31Fixed #8649 - Documented a caveat about dynamically adjusting formsets.Tim Graham
2013-03-31Fixed #9913 - Clarified User.is_authenticated docs.Tim Graham
Thanks rshea for the draft text.
2013-03-31Fixed #20168 - Generalized a PostgreSQL specific database query in the docs.Tim Graham
Thanks Russ for the suggestion.
2013-03-30Fixed some markup in formtools docs.Tim Graham
2013-03-30Fixes #20162 -- Added a note in the documentation for `static.serve()` about ↵Julien Phalip
the need for updating the system's map files when incorrect content types are returned. Many thanks to Simon Charette and Claude Paroz for their feedback.
2013-03-30Fixed #19492 - Added a link to the uWSGI/Django tutorial.Tim Graham
2013-03-30Fixed #18277 - Clarified startproject documentation.Tim Graham
2013-03-30Merge pull request #963 from richardcornish/masterTim Graham
Updated bios of committers
2013-03-29Fixed #19897 - Updated static files howto.Tim Graham
Thanks Jan Murre, Reinout van Rees and Wim Feijen, plus Remco Wendt for reviewing.
2013-03-29Fixed #19582 - Added a static files tutorial.Tim Graham
Thanks James Pic.
2013-03-29Fixed #15379 - Added "how to cite Django" to FAQ.Tim Graham
Thanks Russ and Susan Tan.
2013-03-30Fixed #20150 -- Fixed an error in manager doc exampleNimesh Ghelani
2013-03-29Fixed #20160 -- Erronous reference to `module_name` in admin doc.Baptiste Mispelon
Ref #19689.
2013-03-29Fixed #20159 -- Mispelled attribute in multi-db documentation example.Simon Charette
Thanks to sane4ka.sh at gmail for the report!
2013-03-29Improved FormView docs in class-based views index.Tim Graham
Thanks Stefan Berder.
2013-03-29Merge pull request #956 from maikhoepfel/masterTim Graham
Removed ambiguity regarding LANGUAGES setting
2013-03-28Fixed #20146 -- Updated removed_tags exampleferhat elmas
2013-03-28Minor updates to 'How is Django Formed.'Carl Meyer
2013-03-28Updated the release document after actually doing a release (!).Jacob Kaplan-Moss
2013-03-28Added 1.5.1 release notes.Jacob Kaplan-Moss
2013-03-28Fixed spelling errorsGavin Wahl
2013-03-27Updated bios of committersRichard Cornish
2013-03-26Fix a missing " character in the password documentationDonald Stufft
2013-03-26Fixed #20138 -- Added BCryptSHA256PasswordHasherDonald Stufft
BCryptSHA256PasswordHasher pre-hashes the users password using SHA256 to prevent the 72 byte truncation inherient in the BCrypt algorithm.
2013-03-25Fixed docs reST warning.Ramiro Morales
2013-03-25Docs: Remove ambiguity.Maik Hoepfel
The docs to the LANGUAGES setting were using both the term language code and language name for the same thing.
2013-03-24Merge pull request #951 from yohanboniface/set_signed_cookieTim Graham
Fixed signature of HttpResponse.set_signed_cookie in docs.
2013-03-24Fixed #20124 - Fixed doc warnings.Tim Graham
2013-03-24Goodbye, Malcolm.Aymeric Augustin
2013-03-24Doc: "value" is arg not kwarg in HttpResponse.set_signed_cookieYohan Boniface
2013-03-24Added changes missing from previous commit.Aymeric Augustin
Sorry.
2013-03-24Fixed #15124 -- Changed the default for BooleanField.Aymeric Augustin
Thanks to the many contributors who updated and improved the patch over the life of this ticket.
2013-03-24Added release notes for 4b31a6a9.Aymeric Augustin
Thanks Florian for reporting this omission.
2013-03-23Merge pull request #941 from xakon/masterTim Graham
Small typo error in tutorial
2013-03-23Fixed #20119 -- Fixed typo in auth docsClaude Paroz
Thanks vinyll for the report.
2013-03-23Fixed #9055 -- Standardized behaviour of parameter escaping in db cursorsClaude Paroz
Previously, depending on the database backend or the cursor type, you'd need to double the percent signs in the query before passing it to cursor.execute. Now cursor.execute consistently need percent doubling whenever params argument is not None (placeholder substitution will happen). Thanks Thomas Güttler for the report and Walter Doekes for his work on the patch.
2013-03-23Merge pull request #942 from stephrdev/trac-18000Jannis Leidel
Fixed #18000 -- Moved the code to handle goto requests to an extra WizardView method.
2013-03-23Updated docs, changed versionchanged to versionadded.Stephan Jaekel
2013-03-23Added some class attributes to pass initial form lists to the WizardView ↵Stephan Jaekel
without the need to add them in the as_view call.
2013-03-23Moved the code to handle goto requests in a extra WizardView method.Stephan Jaekel
2013-03-23Fix minor typo in tutorialChristos Kontas
2013-03-22Added missing markup to docs.Tim Graham
2013-03-22Merge pull request #935 from tomviner/masterTim Graham
Docs template name typo