summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-04Fixed testing on SpatiaLite 2.4, which has support for `InitSpatialMetaData`.Justin Bronn
2012-08-04Moved a note about django-admin.py errors from Tutorial Part 1 to a new FAQ T...Angeline Tan
2012-08-04Restructured the documentation's index page and added some introductory sente...Julien Phalip
2012-08-04Fixed a mistake in function documentation 'django.utils.functional.partition'Tim Graham
2012-08-04Small improvement to the `contrib.messages` doc introduction.Julien Phalip
2012-08-04Added a missing space to the description of the `cut` filter.Florian Apolloner
2012-08-04Merge pull request #210 from pydanny/ticket_18632Alex Gaynor
2012-08-04For #210, cleaned up text and formatting.Daniel Greenfeld
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 #18713 -- Fixed custom comment app name in comments docsClaude Paroz
2012-08-04Fixed #7833 -- Improved UserCreationForm password validationClaude Paroz
2012-08-04Fixed #5524 -- Do not remove cleaned_data when a form fails validationClaude Paroz
2012-08-04Fixed #18700 -- Added URL reversal for i18n set_language view.Simon Meers
2012-08-03Fixed #15932 - Documented how to supress multiple reverse relations to the sa...Tim Graham
2012-08-03[py3] Removed uses of sys.maxint under Python 3.Aymeric Augustin
2012-08-03Remove a temporary variable deletion, it's not a big deal and it doesn't exis...Alex Gaynor
2012-08-03Documented the trick used in 9908201d7f.Aymeric Augustin
2012-08-03Replaced some byte strings by str() callsClaude Paroz
2012-08-03Removed some pre-1.3.0 postgis compatibility codeClaude Paroz
2012-08-03Fixed #13904 - Documented how to avoid garbage collection messages in GIS.Tim Graham
2012-08-03Reorganized geoapp gis testsClaude Paroz
2012-08-03Fixed #18363 -- Improved Galician date and time format stringsClaude Paroz
2012-08-03Fixed #18684 -- Added Finnish DATETIME_FORMATClaude Paroz
2012-08-02Fixed #17704 - Updated the StackedInline section in Tutorial 2; thanks xbito ...Tim Graham
2012-08-02Fixed #16941 - Clarified naturaltime output when the time is more than a day ...Tim Graham
2012-08-02Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London.Tim Graham
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-02Reinstated Pinax link that was still in use by others.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-30Fixed a security issue in http redirects. Disclosure and new release forthcom...Florian Apolloner
2012-07-30Fixed second security issue in image uploading. Disclosure and release forthc...Florian Apolloner
2012-07-30Fixed a security issue in image uploading. Disclosure and release forthcoming.Florian Apolloner
2012-07-29Merge pull request #225 from dekkers/remove-double-isinstance-checkAlex Gaynor
2012-07-29Updated my bio.Justin Bronn
2012-07-29Fixed #18476 - Added use of {% url %} tag to tutorial.Tim Graham
2012-07-28Fixed #18656 -- Fixed LocaleMiddleware link; thanks mitar for the report.Tim Graham
2012-07-28Fixed #18630 -- Updated version in docs/intro/install.txt; thanks Kevin London.Tim Graham
2012-07-25[py3] Updated dict-like data structures for Python 3.Aymeric Augustin
2012-07-25Fixed error message in detail generic view.Florian Apolloner
2012-07-25Updated example of customized ModelAdmin in documentation for 1.4Rafik Draoui
2012-07-25Fixed #18614 -- Added missing imports in code samples.Florian Apolloner
2012-07-25Fixed #18634 -- Don't escape variables in the context for startproject/startapp.Marc Tamlyn
2012-07-25Merge pull request #216 from ljosa/ticket_18644Florian Apolloner
2012-07-25Merge pull request #220 from dirn/staticfiles-docs-typoFlorian Apolloner
2012-07-25Merge pull request #224 from reclosedev/patch-1Florian Apolloner