summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2012-06-19Fixed #18154 -- Documentation on closing File objects and best practicesGabe Jackson
2012-06-14Fixed #18110 -- Improve template cache tag documentationJulian Bez
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel
2012-06-09Added note about including fixtures hashing algorithmClaude Paroz
2012-06-09Fixed #18157 -- Documented that setting PASSWORD_HASHERS can speed up testsClaude Paroz
2012-06-09Fixed pagination example wrt new next_page_number behaviorClaude Paroz
2012-06-09Fixed #17159 -- Validated returned number of next|previous_page_numberClaude Paroz
2012-06-08Revised the text in the 'Processing the data from a form' section.Audrey Roy
2012-06-08Revised the text in the 'Using a form in a view' section.Audrey Roy
2012-06-08Fixed #18125 -- Explained caveat with filtersAymeric Augustin
2012-06-07Fixed #18445 -- Added a links in the docs.Aymeric Augustin
2012-06-07Fixed #18363 -- Added Python 3 compatibility layer.Claude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-06-07Merge pull request #117 from juanriaza/masterAymeric Augustin
2012-06-07Fixed #18380 -- Improve installation instructions for MySQLdbJuan Riaza
2012-06-07Fixed #16916 -- Documented default headers for the test client.Aymeric Augustin
2012-06-07Fixed #18397 -- Avoided referencing lawrence.com.Aymeric Augustin
2012-06-06Replaced documentation snippets using "gender" with less sensitive examples.Jacob Kaplan-Moss
2012-06-04Rewrote security.txt SSL docs, noting SECURE_PROXY_SSL_HEADER.Luke Plant
2012-06-04Merge pull request #99 from danielroseman/masterAdrian Holovaty
2012-05-31Use render shortcut in form example.Daniel Roseman
2012-05-25Fixed #17371 -- Made the test client more flexibleAymeric Augustin
2012-05-22Fixed #18244 -- Documented that formset.has_changed is a 1.4 addition.Claude Paroz
2012-05-22Replaced print statement by print function in new install instructions.Claude Paroz
2012-05-21Fixed #18115 - added warning about overlaid install.Carl Meyer
2012-05-19Followed a best practice in the time zones docs.Aymeric Augustin
2012-05-18remove mention of djangoproject.com from cbv topicStratos Moros
2012-05-16Merge pull request #43 from techtonik/patch-1Adrian Holovaty
2012-05-16Fix issue #18267 - document `settings.configured` property.anatoly techtonik
2012-05-11Fixed #18301 -- Fixed url name in password reset example.Claude Paroz
2012-05-10Fixed #16335 -- Clarified an unintuitive behavior.Aymeric Augustin
2012-05-06Updated time zone FAQ with timezone.localize.Aymeric Augustin
2012-05-05Fixed the syntax used for the Python repl examples in docs and docstrings.Alex Gaynor
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-05-04Fixed #18270 -- Corrected variable name in password reset example.Claude Paroz
2012-05-03Fixed broken URLs introduced in 1adc87cd32.Ramiro Morales
2012-05-03Updated some URLs in the documentation to point to the new repository.Ramiro Morales
2012-05-03Fixed #18214 -- Clarified the docs about serializable objects.Alex Ogier
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-29Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin
2012-04-27Updated docs/topics/install.txt to note github URL instead of code.djangoproj...Adrian Holovaty
2012-04-26Fixed #18038 -- Removed the 'supports_inactive_user' backwards-compatibility ...Claude Paroz
2012-04-25Fixed #18033 -- Removed function-based generic views, as per official depreca...Claude Paroz
2012-04-24Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...Claude Paroz
2012-04-22Fixed #18159 -- added an import statement to the docs. Thanks to Jeff Hui fo...Alex Gaynor
2012-04-21Added documentation notes about lack of database savepoints support when usin...Ramiro Morales
2012-04-19Added more explicit warnings about unconfigured reStructured Text usage in docs.Luke Plant
2012-04-16Fixed #18316 -- Fixed pre-1.3 PermWrapper location in docs. Thanks Adrien Lem...Claude Paroz
2012-04-15Fixed #18024 -- Reworded sentence in models documentation. Thanks Preston Hol...Claude Paroz