summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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 #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 #23278 -- Documented django.db.backends.schema loggerareski
2014-08-15[1.7.x] Fixed typo in docs/howto/custom-model-fields.txt.Tim Graham
2014-08-15[1.7.x] Complemented 1.6 release notes for 457c16d0d6Claude Paroz
2014-08-14[1.7.x] Fixed a grammar error in docs/ref/forms/api.txt.Zhaorong Ma
2014-08-14[1.7.x] Fixed #23265 -- Used system-specific encoding in runserverClaude Paroz
2014-08-13[1.7.x] Corrected content_type parameter name in sitemap docs.Tim Graham
2014-08-13[1.7.x] Removed doc reference to removed HttpResponse.mimetype.Tim Graham
2014-08-13[1.7.x] Fixed #23283 -- Added default=False to BooleanField's in the docs.Ola Sitarska
2014-08-13[1.7.x] Improved formatting of deconstruct() docs.areski
2014-08-12[1.7.x] Refs #23276: Removed bad examples of passing views as strings to url()Collin Anderson
2014-08-12[1.7.x] Fixed #23016 -- Updated FAQs per Aymeric's suggestions.Ola Sitarska
2014-08-12[1.7.x] Fixed indentation typo in docs/ref/contrib/sitemaps.txt.Tim Graham
2014-08-11[1.7.x] Added a warning that remove_tags() output shouldn't be considered safe.Tim Graham
2014-08-11[1.7.x] Fixed #23267 -- Fixed typo in Translation documentationOla Sitarska
2014-08-08[1.7.x] Removed some tabs in the docs.Tim Graham
2014-08-08[1.7.x] Fixed #23257 -- Updated docs for new django-jython release.Andreas Stocker
2014-08-08[1.7.x] Bumped django_next_version in docs config.Tim Graham
2014-08-07[1.7.x] Fixed #23252: Call out removed features in release notes.Andrew Godwin
2014-08-06[1.7.x] Removed a doc reference to the deprecated `mimetype` kwarg.Mohammed Attia
2014-08-05[1.7.x] Fixed #21792 -- Documented Form.has_changed()Tim Graham
2014-08-05[1.7.x] Fixed broken links in docs.Tim Graham
2014-08-05[1.7.x] Updated links for continous integration server.Tim Graham
2014-08-04[1.7.x] Fixed #23169 - Misc docs fixes.areski
2014-08-02[1.7.x] Removed notes for versions of SQLite older than 5 years.Tim Graham
2014-08-02[1.7.x] Fixed #23154 -- Removed reference to deprecated run_gunicorn command.Tim Graham
2014-08-02[1.7.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docsErik Romijn
2014-08-02[1.7.x] Updated MySQL links to version 5.6.Tim Graham
2014-08-02[1.7.x] Fixed #23148 -- Minor tweaks in tutorial code samplesErik Romijn
2014-08-01[1.7.x] Fixed typo in docs/topics/testing/tools.txt.Tim Graham
2014-07-31[1.7.x] Used JsonResponse in CBV examples.Loic Bistuer
2014-07-31[1.7.x] Updated timezone docs to use timezone.now()Tim Graham
2014-07-30[1.7.x] Fixed #23134 -- Fixed typos in docs/ref/models/querysets.txt.Tim Graham
2014-07-30[1.7.x] Forwardported 1.6.6 release note for #19107.Tim Graham
2014-07-30[1.7.x] Fixed #23132 -- Removed confusing clause in auth docs.Tim Graham
2014-07-29[1.7.x] Fixed #23127: south_migrations note in docsAndrew Godwin
2014-07-29[1.7.x] Fixed #23090: Document and enforce not double-squashing migrationsAndrew Godwin
2014-07-29[1.7.x] Fixed a typo in the admin documentation.David Arcos
2014-07-29[1.7.x] Forwardported 1.6.6 release notes for refs #20292.Tim Graham
2014-07-29[1.7.x] Fixed #23079 -- Added data loss issues to those that will be backport...Tim Graham
2014-07-29[1.7.x] Fixed #23120 -- Updated GeoDjango tutorial for migrations workflow.Tim Graham
2014-07-29[1.7.x] Fixed #23123 -- Don't use a bare except in ModelAdmin documentationBaptiste Mispelon
2014-07-29[1.7.x] Fixed #23114 -- Clarified documentation of template lookups.Baptiste Mispelon
2014-07-28[1.7.x] Fixed #22491 -- documented how select_for_update() should be tested.Moayad Mardini
2014-07-28[1.7.x] Fixed #23102 -- Documented that sql* commands now respect allow_migra...Gabriel Muñumel