summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2012-07-31Fixed #18122 - Clarified section title regarding applying permissions to ↵Tim Graham
generic views.
2012-07-30Fixed #17131 - Added per object permission notes to docs.Tim Graham
Thanks dchandek for the suggestion and mateusgondim for the patch.
2012-07-25[py3] Updated dict-like data structures for Python 3.Aymeric Augustin
The keys/items/values methods return iterators in Python 3, and the iterkeys/items/values methods don't exist in Python 3. The behavior under Python 2 is unchanged.
2012-07-25Fixed #18614 -- Added missing imports in code samples.Florian Apolloner
2012-07-25Merge pull request #224 from reclosedev/patch-1Florian Apolloner
Documentation: Fix link to uWSGI deployment
2012-07-25Merge pull request #228 from nklas/masterAlex Gaynor
Documentation: Fixed a typo in docs/releases/1.4.txt
2012-07-25Update docs/topics/signals.txtnklas
Fixed a typo.
2012-07-24Clarified default name of M2M relationship DB table.Ramiro Morales
2012-07-24Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.Ramiro Morales
Previously, the flush was done before the test case execution and now it is performed after it. Other changes to the testing infrastructure include: * TransactionTestCase now doesn't reset autoincrement sequences either (previous behavior can achieved by using `reset_sequences`.) With this, no implicit such reset is performed by any of the provided TestCase classes. * New ordering of test cases: All unittest tes cases are run first and doctests are run at the end. THse changes could be backward-incompatible with test cases that relied on some kind of state being preserved between tests. Please read the relevant sections of the release notes and testing documentation for further details. Thanks Andreas Pelme for the initial patch. Karen Tracey and Anssi Kääriäinen for the feedback and Anssi for reviewing. This also fixes #12408.
2012-07-22Fixed a broken link in the Python 3 docs.Aymeric Augustin
Thanks ptone for the report.
2012-07-22Documentation: Fix link to uWSGI deploymentRoman Haritonov
2012-07-22[py3] Documented coding guidelines for Python 3.Aymeric Augustin
2012-07-22[py3] Bundled six for Python 3 compatibility.Aymeric Augustin
Refs #18363.
2012-07-18BaseCache now has a no-op close method as per ticket #18582Mike Grouchy
Also removed the hasattr check when firing request_finished signal for caches with a 'close' method. Should be safe to call `cache.close` everywhere now
2012-07-16Fixed #3881 -- skip saving session when response status is 500Anssi Kääriäinen
Saving session data is somewhat likely to lead into error when the status code is 500. It is guaranteed to lead into error if the reason for the 500 code is query error on PostgreSQL.
2012-07-15Fixed #18625 -- Removed old-style use of url tagAymeric Augustin
from the documentation.
2012-07-14Fixed a misplaced Sphinx reference.Aymeric Augustin
2012-07-13Fixed #18601 -- Specified that Python minimum version is 2.6.5Preston Holmes
This is due to a bug in previous Python 2.6 versions related to unicode keyword arguments.
2012-07-11Merge pull request #197 from StefanKjartansson/masterAdrian Holovaty
Fixed typo in docs
2012-07-11fixed a typo in timezones docs.mitnk
2012-07-10typo in "django/docs/topics/python3.txt"Stefan Kjartansson
2012-07-08Fixed #18577 - Clarified middleware initialization.Tim Graham
Thanks Lukasz Balcerzak for the patch.
2012-07-07Fixed #18589 -- Typo in generic CBV docs.Aymeric Augustin
Thanks cpthomas for the report.
2012-06-30Fixed #17168 - Noted TransactionMiddleware only works with "default" ↵Tim Graham
database alias. Thanks codeinthehole for the draft patch.
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-27Fixed #18369 - Fixed argument name in render() function; thanks qsolo825@ ↵Tim Graham
for the report.
2012-06-27Fixed #18527 -- Removed superfluous backslash in CBV docsClaude Paroz
Thanks ramilzay at gmail.com for the report.
2012-06-25Fixed typo in JSONResponseMixin example.Gabriel Grant
2012-06-23Fixed #14917 -- Hinted that view should redirect after form post successClaude Paroz
2012-06-23Fixed #18454 -- Added ability to pass a list of signals to `receiver`.Dmitry Medvinsky
Added ability to use receiver decorator in the following way: @receiver([post_save, post_delete], sender=MyModel) def signals_receiver(sender, **kwargs): ...
2012-06-23Fixed url translation docs.Bojan Mihelac
``include`` calls shouldn't have a $ sign at the end of the url pattern.
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
Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this.
2012-06-09Added note about including fixtures hashing algorithmClaude Paroz
Refs #18157.
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
Thanks mehta.apurva at gmail.com for the report and the initial patch and neaf for the complete patch.
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
Thanks ebrelsford AT gmail.com and oinopion.
2012-06-07Fixed #18445 -- Added a links in the docs.Aymeric Augustin
Thanks Audrey Roy for the patch.
2012-06-07Fixed #18363 -- Added Python 3 compatibility layer.Claude Paroz
Thanks Vinay Sajip for the support of his django3 branch and Alex Gaynor, kezabelle, YorikSar for the review.
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
Thanks Vinay Sajip for the support of his django3 branch and Jannis Leidel for the review.
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
Thanks Florian Apolloner for the patch.
2012-06-07Merge pull request #117 from juanriaza/masterAymeric Augustin
Fixed #18380 -- Improved installation instructions for MySQLdb.
2012-06-07Fixed #18380 -- Improve installation instructions for MySQLdbJuan Riaza
2012-06-07Fixed #16916 -- Documented default headers for the test client.Aymeric Augustin
Thanks sailorfred AT yahoo.com for the report and raulcd for the initial version of the patch.
2012-06-07Fixed #18397 -- Avoided referencing lawrence.com.Aymeric Augustin
This commit includes multiple small related changes, see the ticket for a full discussion.
2012-06-06Replaced documentation snippets using "gender" with less sensitive examples.Jacob Kaplan-Moss