summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2014-08-26Fixed #17719 -- Documented that template syntax sequences cannot be used as s...Tim Graham
2014-08-26Fixed spelling mistake in file docs.Tim Graham
2014-08-24Fixed #23355 -- Updated admin jQuery to 1.11.1.Tim Graham
2014-08-23Fixed #22154 -- Added "Built-in" to some class-based views titles.Tim Graham
2014-08-23Updated docs about Spatialite collect/extent supportClaude Paroz
2014-08-23Replaced no_spatialite by connection featuresClaude Paroz
2014-08-23Fixed #23344 -- Removed duplicate docs for file upload settings.Tim Graham
2014-08-22Fixed #23324 -- Mentioned Site.id in contrib.sites docs.Tim Graham
2014-08-22Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt.Tim Graham
2014-08-20Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
2014-08-20Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.Tim Graham
2014-08-19Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain
2014-08-19Removed unnecessary code-block directives.areski
2014-08-19Fixed #21801 -- Documented SingleObjectMixin.get_context_data() requires the ...Tim Graham
2014-08-19Fixed #17272 -- Documented that non-editable fields are skipped during model ...Tim Graham
2014-08-19Fixed #4991 -- Emphasized XSS ramifications of help_text not being escaped.Tim Graham
2014-08-19Fixed #5726 -- Documented that inspectdb doesn't detect defaults.Tim Graham
2014-08-18Fixed some doc errors that caused syntax highlighting to fail.Tim Graham
2014-08-18Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.Baptiste Mispelon
2014-08-15Fixed #23296 -- Fixed RunPython code sample in Migration Operations.areski
2014-08-15Fixed #18355 -- Added ordering options to list based generic views.Peter Harley
2014-08-15Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags filter.Tim Graham
2014-08-15Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().Gabriel Muñumel
2014-08-14Fixed #23224 - Documented EmailValidator.areski
2014-08-14Fixed a grammar error in docs/ref/forms/api.txt.Zhaorong Ma
2014-08-13Corrected content_type parameter name in sitemap docs.Tim Graham
2014-08-13Removed doc reference to removed HttpResponse.mimetype.Tim Graham
2014-08-13Refs #23276 -- Added missing url() in some places.Collin Anderson
2014-08-12Fixed #22985 -- Made call_command accept option name parameterClaude Paroz
2014-08-12Fixed #23016 -- Updated FAQs per Aymeric's suggestions.Ola Sitarska
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-08-12Fixed indentation typo in docs/ref/contrib/sitemaps.txt.Tim Graham
2014-08-11Added a warning that remove_tags() output shouldn't be considered safe.Tim Graham
2014-08-11Fixed #23261 -- Deprecated old style list support for unordered_list filter.Jaap Roes
2014-08-08Removed some tabs in the docs.Tim Graham
2014-08-05Fixed #21792 -- Documented Form.has_changed()Tim Graham
2014-08-05Fixed broken links in docs.Tim Graham
2014-08-04Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters.Stanislas Guerra
2014-08-04Fixed #23169 - Misc docs fixes.areski
2014-08-03Fixed #23151 -- Deprecated RegexField.error_message.Tim Graham
2014-08-02Removed notes for versions of SQLite older than 5 years.Tim Graham
2014-08-02Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.Tim Graham
2014-08-02Updated MySQL links to version 5.6.Tim Graham
2014-08-01Fixed #23145 -- Dropped support for Oracle < 11.1Tim Graham
2014-08-01Fixed #7220 -- Allowed AbstractBaseUser.last_login to be null.Tim Graham
2014-08-01Removed some PostGIS 1.4 notes in the docs (refs #23108).Tim Graham
2014-08-01Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.Tim Graham
2014-08-01Fixed #23103 -- Annotated ImageField file with image and content_type attribu...Petras Zdanavičius
2014-07-31Fixed #13163 -- Added ability to show change links on inline objects in admin.Nick Sandford
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer