summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-26[1.7.x] Fixed #17719 -- Documented that template syntax sequences cannot be u...Tim Graham
2014-08-26[1.7.x] Fixed #23362 -- Clarified "database columns as attributes" in tutorial.Tim Graham
2014-08-26[1.7.x] Fixed spelling mistake in file docs.Tim Graham
2014-08-26[1.7.x] Clarified that makemessages -l takes a locale name, not a language code.Mitch Davis
2014-08-25[1.7.x] Made main user disconnect after creating test user/tablespaces on OracleShai Berger
2014-08-25[1.7.x] Removed unnecessary absolute_imports.Tim Graham
2014-08-24[1.7.x] Fixed #23131 -- Documented serialization of callable functions in mig...Tim Graham
2014-08-23[1.7.x] Fixed #22154 -- Added "Built-in" to some class-based views titles.Tim Graham
2014-08-23[1.7.x] Fixed #23341 -- Added migration name to nonexistent migration error i...Raffaele Salmaso
2014-08-23[1.7.x] Fixed #23352 -- Added tests for MigrationGraph.{forwards,backwards}_planRaffaele Salmaso
2014-08-23[1.7.x] Fixed #23344 -- Removed duplicate docs for file upload settings.Tim Graham
2014-08-23[1.7.x] Added new supported languagesClaude Paroz
2014-08-22[1.7.x] Fixed #23324 -- Mentioned Site.id in contrib.sites docs.Tim Graham
2014-08-22[1.7.x] Fixed #23342 -- Clarified warning about naive time objects.Kristian Glass
2014-08-22[1.7.x] Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based...Tim Graham
2014-08-22[1.7.x] Fixed schema test for Oracle 11.2.0.1 which is used in Django Project...Shai Berger
2014-08-21[1.7.x] Update squashmigration docs to also mention circ dep errs (refs #23337)Andrew Godwin
2014-08-20[1.7.x] Added dates to release notes.Tim Graham
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 resolutio...Markus Holtermann
2014-08-20[1.7.x] Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
2014-08-20[1.7.x] Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USE...Preston Holmes
2014-08-20[1.7.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ...Tim Graham
2014-08-20[1.7.x] Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner
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
2014-08-20[1.7.x] Fixed migrations tests added in refs #23315.Tim Graham
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
2014-08-20[1.7.x] Fixed typo in 1.7 release notesClaude Paroz
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
2014-08-19[1.7.x] Fixed #17238 -- Added source code links to docs using sphinx.ext.view...Tim Graham
2014-08-19[1.7.x] Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz
2014-08-19[1.7.x] Fixed #23316 -- Added datetime.time serialization in migrations.Lee Sanghyuck
2014-08-19[1.7.x] Fixed #21801 -- Documented SingleObjectMixin.get_context_data() requi...Tim Graham
2014-08-19[1.7.x] Fixed broken tests on Oracle after 5853c87a458f62ebd62d7809168355610d...Baptiste Mispelon
2014-08-19[1.7.x] Fixed #23314 -- Tempered recommendation of storing profile data on cu...Tim Graham
2014-08-19[1.7.x] Fixed #17272 -- Documented that non-editable fields are skipped durin...Tim Graham
2014-08-19[1.7.x] Fixed #23282 -- Corrected inheritance and reverse relations example.Tim Graham
2014-08-19[1.7.x] Fixed #4991 -- Emphasized XSS ramifications of help_text not being es...Tim Graham
2014-08-19[1.7.x] Fixed #5726 -- Documented that inspectdb doesn't detect defaults.Tim Graham
2014-08-18[1.7.x] Fixed some doc errors that caused syntax highlighting to fail.Tim Graham
2014-08-18[1.7.x] Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sq...Baptiste Mispelon
2014-08-18[1.7.x] Fixed #23298 -- Made makemessages actually ignore specified dirs on W...Ramiro Morales
2014-08-18[1.7.x] Fixed #14638 -- Clarified model Field.to_python() docs.Tim Graham
2014-08-18[1.7.x] Fixed #23263 -- Added sqlmigrate to migration topic guide.Tim Graham
2014-08-15[1.7.x] Fixed syntax highlighting and indentation in docs/topics/logging.txt.areski
2014-08-15[1.7.x] Fixed #23296 -- Fixed RunPython code sample in Migration Operations.areski
2014-08-15[1.7.x] Fixed #23294 -- Add related_name to existing migrations.Collin Anderson