summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-08-22Fixed #23324 -- Mentioned Site.id in contrib.sites docs.Tim Graham
2014-08-22Fixed #23342 -- Clarified warning about naive time objects.Kristian Glass
2014-08-22Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt.Tim Graham
2014-08-21Update squashmigration docs to also mention circ dep errs (refs #23337)Andrew Godwin
2014-08-20Added dates to release notes.Tim Graham
2014-08-20Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
2014-08-20Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USER change.Preston Holmes
2014-08-20Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.Tim Graham
2014-08-20Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner
2014-08-20Added release note stubs for 1.5.9 and 1.4.14.Tim Graham
2014-08-20Fixed typo in 1.7 release notesClaude Paroz
2014-08-19Added sphinx extension to ease generation of ticket links.Tim Graham
2014-08-19Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain
2014-08-19Removed unnecessary code-block directives.areski
2014-08-19Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz
2014-08-19Fixed #23316 -- Added datetime.time serialization in migrations.Lee Sanghyuck
2014-08-19Fixed #21801 -- Documented SingleObjectMixin.get_context_data() requires the ...Tim Graham
2014-08-19Fixed #23314 -- Tempered recommendation of storing profile data on custom user.Tim Graham
2014-08-19Fixed #17272 -- Documented that non-editable fields are skipped during model ...Tim Graham
2014-08-19Fixed #23282 -- Corrected inheritance and reverse relations example.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-18Fixed #14638 -- Clarified model Field.to_python() docs.Tim Graham
2014-08-18Fixed #23263 -- Added sqlmigrate to migration topic guide.Tim Graham
2014-08-15Fixed syntax highlighting and indentation in docs/topics/logging.txt.areski
2014-08-15Fixed #23296 -- Fixed RunPython code sample in Migration Operations.areski
2014-08-15Fixed #23278 -- Documented django.db.backends.schema loggerareski
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-15Fixed typo in docs/howto/custom-model-fields.txt.Tim Graham
2014-08-15Complemented 1.6 release notes for 457c16d0d6Claude Paroz
2014-08-14Added some words to spelling_wordlist.Tim Graham
2014-08-14Fixed #20133 -- Added summary to admin deletion confirmation pages.areski
2014-08-14Fixed #23224 - Documented EmailValidator.areski
2014-08-14Fixed a grammar error in docs/ref/forms/api.txt.Zhaorong Ma
2014-08-14Fixed #21132 -- Removed the useless app_name argument to AdminSite.Tim Graham
2014-08-14Fixed #23265 -- Used system-specific encoding in runserverClaude Paroz
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-13Fixed #22646: Added support for the MySQL ssl-ca option to dbshell.zsoldosp
2014-08-13Fixed #23283 -- Added default=False to BooleanField's in the docs.Ola Sitarska
2014-08-13Refs #23276 -- Added missing url() in some places.Collin Anderson
2014-08-13Improved formatting of deconstruct() docs.areski
2014-08-12Added newlines to the ends of CSS, HTML, and JavaScript files missing them.Trey Hunner
2014-08-12Fixed #22985 -- Made call_command accept option name parameterClaude Paroz
2014-08-12Fixed typo in previous commit.Tim Graham
2014-08-12Fixed #23016 -- Updated FAQs per Aymeric's suggestions.Ola Sitarska