summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)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
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
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
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
2014-08-29Corrected a usage example of `related_query_name`.Simon Charette
2014-08-29Documented translation.override as a decorator.Simon Charette
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
2014-08-28Documented correct kwargs for post_syncdb/migrate.Aymeric Augustin
2014-08-28Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
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
2014-08-27Documented --database option for migrate.Tim Graham
2014-08-27Fixed #23354 -- Documented that ModelChoiceField to_field_name should be a un...Tim Graham
2014-08-26Fixed #21567 -- Documented how to deploy multiple sites using the sites frame...Tim Graham
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
2014-08-26Fixed #19312 -- Documented MySQL TIMESTAMP columns cannot be used with USE_TZ...Tim Graham
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