summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-20[1.7.x] Bump version number for security release.1.7c3James Bennett
2014-08-20[1.7.x] Fixed #23322 -- Use resolved swappable model for dependency ↵Markus Holtermann
resolution during makemigrations Backport of 144cff3f51 from master
2014-08-20[1.7.x] Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
This is a security fix. Disclosure following shortly.
2014-08-20[1.7.x] Fixed #23066 -- Modified RemoteUserMiddleware to logout on ↵Preston Holmes
REMOTE_USER change. This is a security fix. Disclosure following shortly.
2014-08-20[1.7.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ↵Tim Graham
names. This is a security fix. Disclosure following shortly.
2014-08-20[1.7.x] Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner
This is a security fix. Disclosure following shortly.
2014-08-20[1.7.x] Added release note stubs for 1.5.9 and 1.4.14.Tim Graham
2014-08-20[1.7.x] Fixed flake8 warnings.Tim Graham
Backport of 6f59d29158 from master
2014-08-20[1.7.x] Fixed migrations tests added in refs #23315.Tim Graham
Backport of d1299fce0e from master
2014-08-20[1.7.x] Fetched translations from TransifexClaude Paroz
2014-08-20[1.7.x] Added Chinese language aliases in tx client configClaude Paroz
Transifex doesn't have zh_Hans/zh_Hant locales.
2014-08-20[1.7.x] Fixed typo in 1.7 release notesClaude Paroz
Backport of 12cf10cacd6 from master.
2014-08-19[1.7.x] Fixed #23315: Operational dependency fail with mixed create/addAndrew Godwin
2014-08-19[1.7.x] Added sphinx extension to ease generation of ticket links.Tim Graham
Backport of fca677fa43 from master
2014-08-19[1.7.x] Fixed #17238 -- Added source code links to docs using ↵Tim Graham
sphinx.ext.viewcode. Thanks santiagobasulto for the suggestion. Backport of 9ed4a8c6b1 from master
2014-08-19[1.7.x] Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz
Thanks Jorge Carleitao for the report and Aymeric Augustin, Tim Graham for the reviews. Backport of fa02120d36 from master.
2014-08-19[1.7.x] Fixed #23316 -- Added datetime.time serialization in migrations.Lee Sanghyuck
Backport of 11d9cbe2f4 from master
2014-08-19[1.7.x] Fixed #21801 -- Documented SingleObjectMixin.get_context_data() ↵Tim Graham
requires the object attribute. Backport of 03c1609c47 from master
2014-08-19[1.7.x] Fixed broken tests on Oracle after ↵Baptiste Mispelon
5853c87a458f62ebd62d7809168355610de2570c. Oracle doesn't have a `BEGIN` statement so the test would fail. Refs #23303 Backport of 54164b814cab71a8a0503743befbdcc99ae6c7a0 from master.
2014-08-19[1.7.x] Fixed #23314 -- Tempered recommendation of storing profile data on ↵Tim Graham
custom user. Thanks gavinwahl for the report. Backport of 3569536491 from master
2014-08-19[1.7.x] Fixed #17272 -- Documented that non-editable fields are skipped ↵Tim Graham
during model validation. Thanks mitar for the report. Backport of c587bd5a94 from master
2014-08-19[1.7.x] Fixed #23282 -- Corrected inheritance and reverse relations example.Tim Graham
Thanks knowledgepoint-devs for the report and claudep for review. Backport of 7006187064 from master
2014-08-19[1.7.x] Fixed #4991 -- Emphasized XSS ramifications of help_text not being ↵Tim Graham
escaped. Backport of 5dbe2a9431 from master
2014-08-19[1.7.x] Fixed #5726 -- Documented that inspectdb doesn't detect defaults.Tim Graham
Backport of 15cafaa565 from master
2014-08-18[1.7.x] Fixed some doc errors that caused syntax highlighting to fail.Tim Graham
Backport of 27fdac97ae from master
2014-08-18[1.7.x] Fixed #23303 -- Added BEGIN and COMMIT statements to the output of ↵Baptiste Mispelon
sqlmigrate. Backport of 5853c87a458f62ebd62d7809168355610de2570c from master. Conflicts: django/core/management/commands/sqlmigrate.py tests/user_commands/tests.py
2014-08-18[1.7.x] Fixed #23298 -- Made makemessages actually ignore specified dirs on ↵Ramiro Morales
Windows. This was detected by two failures in the i18n.test_extraction of our test suite. Refs #20422, refs #22336 Backport of b4dce7c37a from master
2014-08-18[1.7.x] Fixed #14638 -- Clarified model Field.to_python() docs.Tim Graham
Thanks Anubhav Joshi for the patch. Backport of b6aa60f425 from master
2014-08-18[1.7.x] Fixed #23263 -- Added sqlmigrate to migration topic guide.Tim Graham
Backport of 7ed3d0bb61 from master
2014-08-15[1.7.x] Fixed syntax highlighting and indentation in docs/topics/logging.txt.areski
Backport of 90b64db39c from master
2014-08-15[1.7.x] Fixed #23296 -- Fixed RunPython code sample in Migration Operations.areski
Backport of 7ca665c5f5 from master
2014-08-15[1.7.x] Fixed #23294 -- Add related_name to existing migrations.Collin Anderson
Thanks to Florian Apolloner for the review; refs #23288. Backport of 1d79d08d9a from master
2014-08-15[1.7.x] Fixed #23278 -- Documented django.db.backends.schema loggerareski
Backport of ef90d395ab from master
2014-08-15[1.7.x] Fixed typo in tests/migrations/test_operations.pyTim Graham
Backport of 0ad4672c0f from master
2014-08-15[1.7.x] Fixed typo in docs/howto/custom-model-fields.txt.Tim Graham
Backport of 99561eef26 from master
2014-08-15[1.7.x] Complemented 1.6 release notes for 457c16d0d6Claude Paroz
And accessorily added missing bits fixing #23293.
2014-08-14[1.7.x] Fixed #23288: deconstruct() ignoring related_nameAndrew Godwin
2014-08-14[1.7.x] Fixed a grammar error in docs/ref/forms/api.txt.Zhaorong Ma
Backport of bef5b9b7cd from master
2014-08-14[1.7.x] Fixed #23291 -- Don't add Unicode varname/value to environment.Ramiro Morales
Windows doesn't like that and it causes 114 failures in the admin_scripts tests with Python 2.x. 0bfb53866199f366ed140d49938fd185e5898156 from master.
2014-08-14[1.7.x] Fixed #23265 -- Used system-specific encoding in runserverClaude Paroz
Thanks SpaceFox for the report. Backport of 055d95fce066 from master.
2014-08-13[1.7.x] Corrected content_type parameter name in sitemap docs.Tim Graham
mimetype was deprecated in 1.5 per 11ec0253ab4cc926ab9e77619132cb398231ac33. Backport of a7443c24a3 from master
2014-08-13[1.7.x] Removed doc reference to removed HttpResponse.mimetype.Tim Graham
Backport of da009ce32c from master
2014-08-13[1.7.x] Fixed #23283 -- Added default=False to BooleanField's in the docs.Ola Sitarska
Thanks Baptiste for the suggestion. Backport of 6947885926 from master
2014-08-13[1.7.x] Improved formatting of deconstruct() docs.areski
Backport of d441a9d006 from master
2014-08-12[1.7.x] Fixed #22686 -- Prevented makemessages crash with unicode filenameClaude Paroz
A more extensive fix has been reverted on the 1.7.x branch, so this minimal fix replaces it.
2014-08-12[1.7.x] Revert "Applied unicode_literals to makemessages command"Claude Paroz
This reverts commit cdfefbec7 as it caused a regression (#23271).
2014-08-12[1.7.x] Fixed #23275: Unmanaged models kept by autodetector, ignored by opsAndrew Godwin
2014-08-12[1.7.x] Refs #23276: Removed bad examples of passing views as strings to url()Collin Anderson
partial backport of a9fd740d22 from master
2014-08-12[1.7.x] Fixed #23016 -- Updated FAQs per Aymeric's suggestions.Ola Sitarska
Backport of 549284faa4 from master
2014-08-12[1.7.x] Fixed indentation typo in docs/ref/contrib/sitemaps.txt.Tim Graham
Backport of 2003cb23d4 from master