summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2012-08-19[py3] Wrote Django-specific porting tipsAymeric Augustin
2012-08-18[py3] Added compatibility import of thread/_threadAymeric Augustin
2012-08-17Update docs/topics/class-based-views/index.txtPreston Holmes
2012-08-16Fixed #17183 - Added a note regarding LocaleMiddleware at the top of the i18n...Tim Graham
2012-08-13Consistenly use _ as alias for ugettext_lazy in the i18n docs.Florian Apolloner
2012-08-12[py3] Explained @python_2_unicode_compatible usageAymeric Augustin
2012-08-10Fixed #17680 - Clarified when logging is configured.Tim Graham
2012-08-10Fixed #17016 - Added examples for file uploads in views.Tim Graham
2012-08-08[py3] Replaced __nonzero__ by __bool__Claude Paroz
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-06Fixed #17053 - Added a note about USE_THOUSAND_SEPARATOR setting to localizat...Tim Graham
2012-08-04Merge pull request #153 from webjunkie/patch-1Tim Graham
2012-08-04Merge pull request #244 from mbrochh/masterTim Graham
2012-08-04Fixed #16980 - Misc updates to the auth docs. Thanks Preston Holmes for the p...Tim Graham
2012-08-04Fixed #18700 -- Added URL reversal for i18n set_language view.Simon Meers
2012-08-03Documented the trick used in 9908201d7f.Aymeric Augustin
2012-08-02Update docs/topics/class-based-views/index.txtMartin Brochhaus
2012-08-02Fixed #18472 - Added warning regarding set_language / i18n_patterns.Simon Meers
2012-08-01Fixed #16168 - Added note regarding type requirements when overridng ModelFor...Tim Graham
2012-07-31Fixed #18122 - Clarified section title regarding applying permissions to gene...Tim Graham
2012-07-30Fixed #17131 - Added per object permission notes to docs.Tim Graham
2012-07-25[py3] Updated dict-like data structures for Python 3.Aymeric Augustin
2012-07-25Fixed #18614 -- Added missing imports in code samples.Florian Apolloner
2012-07-25Merge pull request #224 from reclosedev/patch-1Florian Apolloner
2012-07-25Merge pull request #228 from nklas/masterAlex Gaynor
2012-07-25Update docs/topics/signals.txtnklas
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
2012-07-22Fixed a broken link in the Python 3 docs.Aymeric Augustin
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
2012-07-18BaseCache now has a no-op close method as per ticket #18582Mike Grouchy
2012-07-16Fixed #3881 -- skip saving session when response status is 500Anssi Kääriäinen
2012-07-15Fixed #18625 -- Removed old-style use of url tagAymeric Augustin
2012-07-14Fixed a misplaced Sphinx reference.Aymeric Augustin
2012-07-13Fixed #18601 -- Specified that Python minimum version is 2.6.5Preston Holmes
2012-07-11Merge pull request #197 from StefanKjartansson/masterAdrian Holovaty
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
2012-07-07Fixed #18589 -- Typo in generic CBV docs.Aymeric Augustin
2012-06-30Fixed #17168 - Noted TransactionMiddleware only works with "default" database...Tim Graham
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-27Fixed #18369 - Fixed argument name in render() function; thanks qsolo825@ for...Tim Graham
2012-06-27Fixed #18527 -- Removed superfluous backslash in CBV docsClaude Paroz
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
2012-06-23Fixed url translation docs.Bojan Mihelac