summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-15[1.8.x] Fixed model_fields tests to use django TestCase.Jon Dufresne
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] Added missing periods in migrate help messages.Joe Borg
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-14[1.8.x] Refs #24625 -- Filtered docutils warnings output in testsMarkus Holtermann
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-05[1.8.x] Refs #24278 -- Allowed multi-line serializations in OperationWriter.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 flake8 warning.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] Updated docstring for firstof tag to reflect new auto-escaping behavior.Preston Timmons
2015-04-03[1.8.x] Fixed minor typo in Cryptography section of 1.8 release notesIan Lee
2015-04-02[1.8.x] Fixed typo in django.core.files.File docstring.Matt Hooks
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-02[1.8.x] Fixed mistakes in tests unveiled by version bump to 1.8.1.Tim Graham
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
2015-04-01[1.8.x] Added stub release notes for 1.8.1.Tim Graham
2015-04-01[1.8.x] Post-release version bump.Tim Graham
2015-04-01[1.8.x] Bumped version for 1.8 release.1.8Tim Graham
2015-04-01[1.8.x] Added release date for Django 1.8.Tim Graham
2015-04-01[1.8.x] Refs #24500 -- Avoided locale.getpreferredencoding in makemessagesClaude Paroz
2015-04-01[1.8.x] Adapted form regression test to new translationsClaude Paroz
2015-04-01[1.8.x] Refs #24538 -- Simplified a test per Aymeric's feedback.Tim Graham