summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-09[1.7.x] Bumped version for 1.7.6 release.1.7.6Tim Graham
2015-03-09[1.7.x] Fixed #24461 -- Fixed XSS issue in ModelAdmin.readonly_fieldsBaptiste Mispelon
2015-03-09[1.7.x] Clarified an item in 1.7.6 release notes.Tim Graham
2015-03-09[1.7.x] Fixed typo in docs/howto/custom-template-tags.txtTim Graham
2015-03-08[1.7.x] Fixed #21661 -- Expanded authentication views documentationRik
2015-03-07Fixed #24447 -- Made migrations add FK constraints for existing columnsJean-Louis Fuchs
2015-03-05[1.7.x] Stressed authentication should be successful before logging in a user.Marten Kenbeek
2015-03-05[1.7.x] Improved get_media_prefix template tag example.Aymeric Augustin
2015-03-02[1.7.x] Fixed #24379 -- Documented that remote user example disables ModelBac...Ross Brunton
2015-03-02[1.7.x] Fixed #13015 -- Clarified language about model instances attached to ...Tim Graham
2015-03-02[1.7.x] Fixed #24439 -- Removed incorrect make_object_list attributes in CBV ...Andrew Pinkham
2015-03-02[1.7.x] Added syntax highlighting for apache code blocksIan Lee
2015-02-27[1.7.x] Improved wording in tutorial 1.Alex Shaindlin
2015-02-26[1.7.x] Fixed #24352 -- Fixed crash when coercing ``ManyRelatedManager`` to a...Gabriel Muñumel
2015-02-25[1.7.x] Added stub release notes for 1.7.6.Tim Graham
2015-02-25[1.7.x] Post-release version bump.Tim Graham
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