summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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-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-09[1.7.x] Fixed #24236 -- Treated inherited m2m fields as such if they don't de...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-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] 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-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] Clarified deprecation of forms.forms.get_declared_fields(); refs #19617.Tim Graham
2015-01-18[1.7.x] Clarified a contrib.sites deprecation and added to 1.7 release notes.Tim Graham
2015-01-18[1.7.x] Clarified contrib.contenttypes.generic deprecation; refs #19774.Tim Graham
2015-01-17[1.7.x] Added removal of check management command to deprecation timeline.Tim Graham
2015-01-17[1.7.x] Added versionadded to ModelAdmin.get_formsets_with_inlines(); refs #2...Tim Graham
2015-01-17[1.7.x] Replaced deprecated requires_model_validation in docs.Tim Graham
2015-01-17[1.7.x] Updated tutorial 1 with actual migrate output.Tim Graham
2015-01-17[1.7.x] Documented django.utils.timezone.FixedOffset; thanks Aymeric.Tim Graham
2015-01-16[1.7.x] Fixed a typo in the test responses docs.Rick Hutcheson
2015-01-16[1.7.x] Fixed #24143 -- Encouraged use of Http404 messages for debugging.Keryn Knight
2015-01-15[1.7.x] Fixed #24135 -- Made RenameModel rename many-to-many tables.Tim Graham
2015-01-15[1.7.x] Direct readers to format_html() in mark_safe() docs.Luke Plant