summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2015-04-20[1.8.x] Refs #24591 -- Optimized cloning of ModelState objects.Marten Kenbeek
2015-04-20[1.8.x] Fixed #24659 -- Clarified docs of smtp.EmailBackend parameters.Tim Graham
2015-04-20[1.8.x] Fixed #24674 -- Documented the correct NullBooleanField formfield.Simon Charette
2015-04-20[1.8.x] Fixed typo in docs/topics/class-based-views/intro.txtAnton
2015-04-20[1.8.x] Fixed #24668 -- Amended ModelAdmin.save_formset() example for #10284.Tim Graham
2015-04-20[1.8.x] Amended get_all_related_objects() backwards compatible replacement.Neal Todd
2015-04-20[1.8.x] Fixed #11078 -- Removed inaccurate docs about proxy models Meta.Marco Santamaria
2015-04-18[1.8.x] Removed DateTimeQuerySet from docs.Tim Graham
2015-04-17[1.8.x] Fixed typo in docs/releases/1.8.1.txtTim Graham
2015-04-17[1.8.x] Fixed #24655 -- Fixed JavaScript path of contrib.admin's related fiel...Eric Whitmire
2015-04-17[1.8.x] Fixed #24657 -- Fixed include template tag example.Tim Graham
2015-04-17[1.8.x] Fixed #24595 -- Prevented loss of null info in MySQL field alterationClaude Paroz
2015-04-16[1.8.x] Fixed #24646 -- Fixed jinja2 example on Python 2.Tim Graham
2015-04-16[1.8.x] Fixed #24605 -- Fixed incorrect reference to alias in subquery.Anssi Kääriäinen
2015-04-16[1.8.x] Fixed #23984 -- Added Javascript i18n documentationDaniel Lindsley
2015-04-16[1.8.x] Fixed #24644 -- Added HTTP_ACCEPT to example headers list.Abdulrahman Alotaibi
2015-04-16[1.8.x] Fixed #24645 -- Documented use of HStoreExtension.Tim Graham
2015-04-16[1.8.x] Fixed #24615 -- ordering by expression not part of SELECTAnssi Kääriäinen
2015-04-14[1.8.x] Fixed typos in the 1.7.7 release notes.Simon Charette
2015-04-14[1.8.x] Removed docs for removed transaction APIs.Tim Graham
2015-04-14[1.8.x] Fixed title in 1.7.8 release notesMarkus Holtermann
2015-04-14[1.8.x] Fixed #24635 -- Updated deprecated urls.py examples in default projec...Andrew Pinkham
2015-04-14[1.8.x] Fixed #24637 -- Fixed database introspection with SQLite 3.8.9.peterfarrell
2015-04-14[1.8.x] Fixed typos in docs/ref/templates/api.txtTim Graham
2015-04-14[1.8.x] Fixed formatting in docs/ref/templates/builtins.txtMaxime Lorant
2015-04-13[1.8.x] Fixed #24611 -- Fixed update() crash with related UUID pk object.Jay Wineinger
2015-04-13[1.8.x] Fixed typo in docs/howto/deployment/wsgi/apache-auth.txtAfriza N. Arief
2015-04-11[1.8.x] Fixed #24625 -- Prevented arbitrary file inclusion in admindocsMarkus Holtermann
2015-04-11[1.8.x] Fixed #24624 -- Replaced obsoleted rel.opts in admindocs viewClaude Paroz
2015-04-09[1.8.x] Fixed typo in docs/ref/contrib/admin/index.txtandredelorme
2015-04-09[1.8.x] Fixed #24578 -- Fixed crash with QuerySet.update() on FK to O2O fields.Tim Graham
2015-04-08[1.8.x] Fixed #24602 -- Removed obsolete reference to __metaclass__ in custo...Tim Graham
2015-04-08[1.8.x] Fixed #24600 -- Fixed inaccurate example in template Context docs.Tim Graham
2015-04-07[1.8.x] Fixed typo in docs/ref/models/expressions.txtlampslave
2015-04-07[1.8.x] Fixed #24429 -- Doc'ed that Django 1.8 doesn't require an integer PK ...Tim Graham
2015-04-07[1.8.x] Specified file names for example code in docs/topics/forms/index.txtPatrik Lundin
2015-04-07[1.8.x] Fixed #24513 -- Made sure a model is only rendered once during reloadsPatryk Zawadzki
2015-04-07[1.8.x] Fixed typo in docs/intro/tutorial02.txtMarios Zindilis
2015-04-06[1.8.x] Added admonition about reusable apps and AUTH_USER_PROFILE.Thomas Güttler
2015-04-06[1.8.x] Fixed #24584 -- Fixed microsecond handling with older MySQLdbJon Dufresne
2015-04-05[1.8.x] Fixed #24278 -- Fixed serialization of migration operations.Marten Kenbeek
2015-04-04[1.8.x] Added link to download page to find supported versions.Tim Graham
2015-04-04[1.8.x] Fixed #24569 -- Made some translation functions accept None valueClaude Paroz
2015-04-04[1.8.x] Fixed #24571 -- Restored testserver positional arguments parsingClaude Paroz
2015-04-03[1.8.x] Fixed #24556 -- Added reminder about HTTPS to passwords docs.Sam Thursfield
2015-04-03[1.8.x] Fixed minor typo in Cryptography section of 1.8 release notesIan Lee
2015-04-02[1.8.x] Removed Django 1.6 from the Python version chart.Tim Graham
2015-04-02[1.8.x] Fixed #24566 -- Added support for serializing timedeltaBaptiste Mispelon
2015-04-01[1.8.x] Fixed typo in docs/internals/deprecation.txtKrzysztof Gogolewski
2015-04-01[1.8.x] Pointed Jinja2 users to Babel instead of makemessages.Aymeric Augustin