summaryrefslogtreecommitdiff
path: root/docs/internals
AgeCommit message (Expand)Author
2011-09-10Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis....Justin Bronn
2011-09-10Corrected documentation inconsistencies regarding deprecation of URLField.ver...Carl Meyer
2011-09-10Altered the behavior of URLField to avoid a potential DOS vector, and to avoi...Russell Keith-Magee
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-08-28Added guidelines for reporting UI-related bugs & feature requests.Idan Gazit
2011-08-26Small typo fix for how to claim a ticket in Trac.Malcolm Tredinnick
2011-08-26Add a note about discouraging whitespace- or formatting-only patches.Malcolm Tredinnick
2011-08-26Added some tips to the contributor docs, namely about removing trailing white...Julien Phalip
2011-08-23Added myself to the list of committers.Julien Phalip
2011-08-22Added myself to the committers listPaul McMillan
2011-08-21Update my committer bio since I work somewhere else now.James Bennett
2011-07-19Fixed #16469 -- Improved documentation of Django internals, including the new...Jannis Leidel
2011-07-19Fixed #16414 -- Added standard Windows make batch file for Sphinx. Thanks, Ay...Jannis Leidel
2011-07-14Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Be...Jannis Leidel
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-06-22Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s...Carl Meyer
2011-06-09Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...Ramiro Morales
2011-06-08Deprecated legacy ways of calling cache_pageLuke Plant
2011-06-01Fixed #9200 -- Added new form wizard to formtools based on class based views....Jannis Leidel
2011-05-31Fixed #16090, #16091, #16114 - Typos in docs; thanks teraom.Timo Graham
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-05-29Fixed #16120 -- Updated a few reference links in the docs after the contribut...Jannis Leidel
2011-05-27Fixed #15796 -- Restructured the contributing documentation and added note ab...Jannis Leidel
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-05-05Fixed typo in deprecation docs.Luke Plant
2011-05-05Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filte...Luke Plant
2011-05-03Fixed #13729 -- Renamed UK localflavor to GB to correctly follow ISO 3166. Th...Jannis Leidel
2011-04-17Updated the contributing document to accurately reflect our security process.Jacob Kaplan-Moss
2011-04-07Fixed #15757 - removed remaining instances of get_and_delete_messagesLuke Plant
2011-04-02Advanced deprecations in core.cache.Russell Keith-Magee
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-30Deprecated csrf_response_exempt and csrf_view_exempt decoratorsLuke Plant
2011-03-30Re-added a few compatibility modules that were removed in r15927 to lower the...Jannis Leidel
2011-03-22Update release notes and other docs for impending 1.3.James Bennett
2011-03-22Added Idan to committers.txt. Wahoo!Idan Gazit
2011-03-14Reworded part of 'Running only some of the tests' in docs/internals/contribut...Adrian Holovaty
2011-03-03Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...Russell Keith-Magee
2011-02-27Fixed #14702 -- Added a "needsinfo" resolution to Trac, and added supporting ...Gabriel Hurley
2011-02-25Fixed #14401 -- Added a contributing howto guide for new users. Thank you to ...Gabriel Hurley
2011-02-23Fixed #15299 -- Started the process of migrating the auth context processor s...Russell Keith-Magee
2011-02-19Fixed #15341 -- Clarified where translation problems should be reported in th...Gabriel Hurley
2011-01-27Fixed #13662 -- Added an entry in the README to direct people to the instruct...Russell Keith-Magee
2011-01-24Rationalised CompatCookie/SimpleCookie into single SimpleCookie class with al...Luke Plant
2011-01-21Update contributing documentation for changed translation policy.Jannis Leidel
2011-01-19Corrected an outdated reference to cmemcache in contributing docs.Carl Meyer
2011-01-02Fixed #6218 -- Made MEDIA_URL and STATIC_URL require a trailing slash to ensu...Jannis Leidel
2010-12-22Fixed #13788 -- `GEOSGeometry.transform` no longer silently no-ops when GDAL ...Justin Bronn
2010-12-22Fixed #14439 -- Improved documentation for running the GeoDjango test suite.Justin Bronn
2010-12-21Fixed #14249 -- Added support for inactive users to the auth backend system. ...Jannis Leidel
2010-12-21Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...Russell Keith-Magee