summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-20Fixed #23322 -- Use resolved swappable model for dependency resolution ↵Markus Holtermann
during makemigrations
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 #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USER change.Preston Holmes
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-20Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner
This is a security fix. Disclosure following shortly.
2014-08-20Added release note stubs for 1.5.9 and 1.4.14.Tim Graham
2014-08-20Fixed flake8 warnings.Tim Graham
2014-08-20Fixed migrations tests added in refs #23315.Tim Graham
2014-08-20Fetched translations from TransifexClaude Paroz
Forward port of 49280a73ea5 from stable/1.7.x
2014-08-20Added Chinese language aliases in tx client configClaude Paroz
Transifex doesn't have zh_Hans/zh_Hant locales. Forward port of c586fcd4eade5 from stable/1.7.x
2014-08-20Fixed typo in 1.7 release notesClaude Paroz
2014-08-19Fixed #23315: Operational dependency fail with mixed create/addAndrew Godwin
2014-08-19Added sphinx extension to ease generation of ticket links.Tim Graham
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 #22996 -- Prevented crash with unencoded query stringClaude Paroz
Thanks Jorge Carleitao for the report and Aymeric Augustin, Tim Graham for the reviews.
2014-08-19Fixed #23316 -- Added datetime.time serialization in migrations.Lee Sanghyuck
2014-08-19Removed unused imports.Tim Graham
2014-08-19Fixed #21801 -- Documented SingleObjectMixin.get_context_data() requires the ↵Tim Graham
object attribute.
2014-08-19Fixed broken tests on Oracle after 5853c87a458f62ebd62d7809168355610de2570c.Baptiste Mispelon
Oracle doesn't have a `BEGIN` statement so the test would fail. Refs #23303
2014-08-19Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz
Refs #22632. This should be the base for using more database features to exclude specific backends in GIS tests. Thanks Tim Graham for the review.
2014-08-19Fixed #23314 -- Tempered recommendation of storing profile data on custom user.Tim Graham
Thanks gavinwahl for the report.
2014-08-19Fixed #17272 -- Documented that non-editable fields are skipped during model ↵Tim Graham
validation. Thanks mitar for the report.
2014-08-19Fixed #23282 -- Corrected inheritance and reverse relations example.Tim Graham
Thanks knowledgepoint-devs for the report and claudep for review.
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 #22171 -- Improved sanitize_separators clevernessClaude Paroz
Thanks Klaas van Schelven for the report and Tim Graham for the review.
2014-08-18Removed test, duplicate of admin_scripts.CommandTypes testsClaude Paroz
2014-08-18Fixed flake8 warning.Tim Graham
2014-08-18Fixed #23136 -- Added a message when sqlclear does nothingGabriel Muñumel
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
Thanks Anubhav Joshi for the patch.
2014-08-18Merge pull request #3075 from ramiro/makemessages-ignore-windowsRamiro Morales
Fixed #23298 -- Made makemessages actually ignore specified dirs on Wind...
2014-08-18Fixed #23309 -- Fixed call_command to parse args correctlyRaffaele Salmaso
2014-08-18Fixed #23263 -- Added sqlmigrate to migration topic guide.Tim Graham
2014-08-16Stopped skipping GIS forms tests on MySQLClaude Paroz
2014-08-15Merge pull request #3072 from collinanderson/23295Carl Meyer
Fixed #23295 -- Removed unnecessary fix_location_header request.get_host() check
2014-08-15Fixed #23298 -- Made makemessages actually ignore specified dirs on Windows.Ramiro Morales
This was detected by two failures in the i18n.test_extraction of our test suite. Refs #20422, refs #22336
2014-08-15Fixed syntax highlighting and indentation in docs/topics/logging.txt.areski
2014-08-15Fixed #23295 -- Removed unnecessary fix_location_header request.get_host() ↵Collin Anderson
check.
2014-08-15Fixed #23296 -- Fixed RunPython code sample in Migration Operations.areski
2014-08-15Fixed #23294 -- Add related_name to existing migrations.Collin Anderson
Thanks to Florian Apolloner for the review; refs #23288.
2014-08-15Fixed #23278 -- Documented django.db.backends.schema loggerareski
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 typo in tests/migrations/test_operations.pyTim Graham
2014-08-15Fixed #23287 -- Updated error message for classonlymethod decorator.Tim Graham
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-15Fixed typo in docs/howto/custom-model-fields.txt.Tim Graham