summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2014-09-04Fixed typo in docs/ref/checks.txt.Tim Graham
2014-09-04Fixed documentation links to Query Expression API.Thomas Chaumeny
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
Complete rework of translating data values from database Deprecation of SubfieldBase, removal of resolve_columns and convert_values in favour of a more general converter based approach and public API Field.from_db_value(). Now works seamlessly with aggregation, .values() and raw queries. Thanks to akaariai in particular for extensive advice and inspiration, also to shaib, manfre and timograham for their reviews.
2014-09-02Fixed #23302 -- Added --name/-n option to makemigrations commandRaffaele Salmaso
2014-09-02Added missing import in docs/ref/signals.txt.Alexey Efimov
2014-09-02Revert "Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918"Tim Graham
This reverts commit a8521a2c228bd9e981dc8a2bea4e26f4544a52a7.
2014-09-01Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918Andrew Godwin
2014-08-31Fixed #23391 -- Removed an erroneous backtip from the form's documentation.Simon Charette
Thanks to Trac alias nessita for the report.
2014-08-31Fixed #23388 -- Made django.utils.timezone.override usable as a decoratorThomas Chaumeny
2014-08-30Converted sql_queries into a lazily evaluated list.Bas Peschier
Fixed #23364. Thanks Markush2010 for the report.
2014-08-29Corrected a usage example of `related_query_name`.Simon Charette
Thanks to Petr Glotov for spotting this.
2014-08-29Documented translation.override as a decorator.Simon Charette
refs #23323.
2014-08-29Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal.Joshua "jag" Ginsberg
2014-08-29Fixed #22786 -- Documented value_from_datadict caveatClaude Paroz
Thanks blueyed for the report and Tim Graham for the review.
2014-08-28Documented correct kwargs for post_syncdb/migrate.Aymeric Augustin
d562527a rename the db to using in the wrong signal. Thanks Maik Hoepfel for the report.
2014-08-28Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
Refs #20739. Thanks Raphaël Hertzog for the report and the initial patch.
2014-08-27Fixed #23349 -- Clarified details about RunPython's apps argument.Richard Eames
2014-08-27Fixed #13749 -- Added link from admin site to front-end site.areski
Thanks romankrv for the suggestion.
2014-08-27Documented --database option for migrate.Tim Graham
Thanks Mike O'Connor for the reporty.
2014-08-27Fixed #23354 -- Documented that ModelChoiceField to_field_name should be a ↵Tim Graham
unique field. Thanks Keryn Knight for the suggestion.
2014-08-26Fixed #21567 -- Documented how to deploy multiple sites using the sites ↵Tim Graham
framework.
2014-08-26Fixed #23250 -- Documented that ModelMultipleChoiceField queryset may be None.Tim Graham
2014-08-26Fixed #17707, #20734 -- Added examples to URL namespacing docs.Tim Graham
Thanks Daniele Procida for review.
2014-08-26Fixed #19312 -- Documented MySQL TIMESTAMP columns cannot be used with ↵Tim Graham
USE_TZ=True.
2014-08-26Fixed #17719 -- Documented that template syntax sequences cannot be used as ↵Tim Graham
string literals.
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
Refs #22632. Thanks Tim Graham for the review.
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
This is a security fix. Disclosure following shortly.
2014-08-20Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.Tim Graham
This is a security fix. Disclosure following shortly.
2014-08-19Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain
Thanks to Simon Charette, Aymeric Augustin, and Tim Graham for reviews and contributions.
2014-08-19Removed unnecessary code-block directives.areski
2014-08-19Fixed #21801 -- Documented SingleObjectMixin.get_context_data() requires the ↵Tim Graham
object attribute.
2014-08-19Fixed #17272 -- Documented that non-editable fields are skipped during model ↵Tim Graham
validation. Thanks mitar for the report.
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
Added MultipleObjectMixin.ordering and get_ordering(). Refs #21450.
2014-08-15Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags filter.Tim Graham
Also the unused, undocumented django.utils.html.strip_entities() function.
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
mimetype was deprecated in 1.5 per 11ec0253ab4cc926ab9e77619132cb398231ac33.