summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-07-25Fix typo.Piet Delport
2012-07-24Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.Ramiro Morales
2012-07-25Fixed a small typo.nklas
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-18Fix typo in staticfiles app documentationAndy Dirnberger
2012-07-18BaseCache now has a no-op close method as per ticket #18582Mike Grouchy
2012-07-18Update my bio.Alex Gaynor
2012-07-18Updated my bio.Jannis Leidel
2012-07-18Added myself to internals/committers.txt.Florian Apolloner
2012-07-17Merge pull request #215 from mgrouchy/add-interpreter-optionsAlex Gaynor
2012-07-17Adds interpreter option to shell command as per ticket #18639Mike Grouchy
2012-07-17Fixed #17788 -- Added batch_size argument to qs.bulk_create()Anssi Kääriäinen
2012-07-16Fixed #3881 -- skip saving session when response status is 500Anssi Kääriäinen
2012-07-15Changed myapps.models.py to myapps/models.pyDaniel Greenfeld
2012-07-15Added mention in MRO section about method/attribute inheritence. Added simple...Daniel Greenfeld
2012-07-15Dropped support for GDAL < 1.5Claude Paroz
2012-07-15Fixed #18626 -- rst syntax collision.Aymeric Augustin
2012-07-15Fixed #18625 -- Removed old-style use of url tagAymeric Augustin
2012-07-14Deprecate two methods (which I seriously doubt anyone ever used, but they wer...Alex Gaynor
2012-07-14Fixed a misplaced Sphinx reference.Aymeric Augustin
2012-07-13Updated links for MacOSX python installersClaude Paroz
2012-07-13Fixed #18601 -- Specified that Python minimum version is 2.6.5Preston Holmes
2012-07-12Fixed #18617 -- Highlighted that the app_directories template loader depends ...Aymeric Augustin
2012-07-12Removed old gis install instructions for obsolete distrosClaude Paroz
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-08Fixed #18173 - Corrected ModelAdmin documentation for get_changelist.Tim Graham
2012-07-08Fixed #18374 -- Explained "corrupt image" errorAymeric Augustin
2012-07-07Fixed #18164 -- Precised startapp template context contentClaude Paroz
2012-07-07Fixed #18589 -- Typo in generic CBV docs.Aymeric Augustin
2012-07-07Removed Django 1.0-specific sections.Aymeric Augustin
2012-07-07Fixed #18587 -- Typo in management command exampleAymeric Augustin
2012-07-07Fixed #18254 -- Added ability to the static template tags to store the result...Jannis Leidel
2012-07-06Merge pull request #183 from rpedigoni/masterAdrian Holovaty
2012-07-06Merge pull request #187 from evildmp/docs_typosAdrian Holovaty
2012-07-06Fixed #18576 -- Added missing import in tutorial02Claude Paroz
2012-07-06restored a missing \ in uwsgi docsDaniele Procida
2012-07-05Fixed #17997 - Documented that the debug server is now multithreaded by default.Tim Graham
2012-07-04fixed typoRenato Pedigoni
2012-07-03Added 'format_html' utility for formatting HTML fragments safelyLuke Plant
2012-07-03Documented utils.html.escape and conditional_escapeLuke Plant
2012-07-02Replaced 'return' by 'raise' in custom model field docsClaude Paroz
2012-07-01Fixed #17436 - Added warning about overriding Model.__init__()Tim Graham
2012-07-01Fixed #16047 -- Restore autocommit state correctly on psycopg2Anssi Kääriäinen
2012-07-01Fixed #16882 - Clarified why one should not use 'init_command' after initial ...Tim Graham