summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-25[1.7.x] Bumped version for 1.7.5 release.1.7.5Tim Graham
2015-02-25[1.7.x] Added release date for 1.7.5 release.Tim Graham
2015-02-24[1.7.x] Added a missing backtick in form wizard docs.Ian Lee
2015-02-23[1.7.x] Fixed #23762 -- clarified CACHE_MIDDLEWARE_ANONYMOUS_ONLY deprecation...Kenneth Kam
2015-02-23[1.7.x] Broke long lines in code examples.Ian Lee
2015-02-23[1.7.x] Added formats for the Azerbaijani locale.Emin Mastizada
2015-02-22[1.7.x] Corrected sqlmigrate output in tutorial 1.Tim Graham
2015-02-22[1.7.x] Fixed #24371 -- Cautioned against trying to switch databases.Tim Graham
2015-02-22[1.7.x] Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-20[1.7.x] Fixed typo in path to is_safe_url()Tim Graham
2015-02-17[1.7.x] Added an import to docs/topics/testing/advanced.txt example.Tim Graham
2015-02-16[1.7.x] Fixed #24350 -- Freshened up database install topic section.Tim Graham
2015-02-16[1.7.x] Removed a note about old versions of MySQLdb.Tim Graham
2015-02-16[1.7.x] Fixed #23892 -- Clarified compatibility policy for migrations.Carl Meyer
2015-02-15[1.7.x] Added new "W503 line break before binary operator" warning to flake8 ...Tim Graham
2015-02-14[1.7.x] Fixed #24318 -- Set the transaction isolation level with psycopg >= 2...Aymeric Augustin
2015-02-14[1.7.x] Fixed #24144 -- Documented that GEOSGeometry.envelope can return a pointClaude Paroz
2015-02-13[1.7.x] Fixed #24337 - Added stronger documentation warning about automatic f...Carl Meyer
2015-02-13[1.7.x] Fixed #24332 -- Fixed contrib.sites create_default_site() when 'defau...Tim Graham
2015-02-12[1.7.x] Clarified timeout=0 in cache docs.Thomas Güttler
2015-02-12[1.7.x] Fixed #24293 -- Skipped a contrib.sites test if multiple databases ar...Tim Graham
2015-02-10[1.7.x] Ignored flake8 newly added E402 and E731.Loic Bistuer
2015-02-09[1.7.x] Fixed #24236 -- Treated inherited m2m fields as such if they don't de...Markus Holtermann
2015-02-09[1.7.x] Refs #24236 -- Added regression test for 3d4a826174b7a411a03be39725e6...Markus Holtermann
2015-02-08[1.7.x] Fixed spelling mistakes in docs.Tim Graham
2015-02-07[1.7.x] Revert "[1.7.x] Fixed #24075 -- Prevented running post_migrate signal...Markus Holtermann
2015-02-07[1.7.x] Revert "[1.7.x] Refs #24075 -- Silenced needless call_command output ...Markus Holtermann
2015-02-04[1.7.x] Fixed typos of "select_related" in docs.Josh Schneier
2015-02-03[1.7.x] Demoted "Installing a distribution-specific package" in install notes.Tim Graham
2015-02-03[1.7.x] Fixed typos in docs/ref/forms/validation.txt.minusf
2015-02-03[1.7.x] Fixed broken links in class based views flattend index; refs #24250.Tim Graham
2015-02-03[1.7.x] Fixed #24250 -- Corrected mistakes in FormMixin docs.Tim Graham
2015-02-01[1.7.x] Simplified a versionchanged note for LiveServerTestCase.Tim Graham
2015-01-30[1.7.x] Updated recommendation for testing keyword arg in custom fields.Andrei Kulakov
2015-01-28[1.7.x] Added stub 1.7.5 release notes.Tim Graham
2015-01-27[1.7.x] Post-release version bump.Tim Graham
2015-01-27[1.7.x] Bumped version for 1.7.4 release.1.7.4Tim Graham
2015-01-27[1.7.x] Added 1.4.19 release notes.Tim Graham
2015-01-27[1.7.x] Fixed #24104 -- Fixed check to look on field.get_internal_type() inst...Andriy Sokolovskiy
2015-01-24[1.7.x] Fixed #24190 -- Clarified len(queryset)Collin Anderson
2015-01-23[1.7.x] Fixed #24193 -- Prevented unclosed file warnings in static.serve()Claude Paroz
2015-01-20[1.7.x] Fixed #24186 -- Fixed a typo in the admin docs.Simon Charette
2015-01-20[1.7.x] Refs #24163 -- Fixed failing Oracle test when migrating from ForeignK...Markus Holtermann
2015-01-19[1.7.x] Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+Tim Graham
2015-01-19[1.7.x] Designated Django 1.8 as the next LTS.Tim Graham
2015-01-19[1.7.x] Fixed #24163 -- Removed unique constraint after index on MySQLMarkus Holtermann
2015-01-19[1.7.x] Added deprecation docs for legacy lookup support; refs #16187.Tim Graham
2015-01-18[1.7.x] Added missing items to deprecation timeline/1.7 release notes.Tim Graham
2015-01-18[1.7.x] Removed a flake8 exclude that caused code to be missed.Tim Graham
2015-01-18[1.7.x] Clarified deprecation of forms.forms.get_declared_fields(); refs #19617.Tim Graham