summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-08-04Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters.Stanislas Guerra
2014-08-04Fixed #23169 - Misc docs fixes.areski
2014-08-03Fixed #23151 -- Deprecated RegexField.error_message.Tim Graham
2014-08-02Removed notes for versions of SQLite older than 5 years.Tim Graham
2014-08-02Fixed #23154 -- Removed reference to deprecated run_gunicorn command.Tim Graham
2014-08-02Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docsErik Romijn
2014-08-02Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.Tim Graham
2014-08-02Updated MySQL links to version 5.6.Tim Graham
2014-08-02Fixed #23148 -- Minor tweaks in tutorial code samplesCollin Anderson
2014-08-01Fixed #23145 -- Dropped support for Oracle < 11.1Tim Graham
2014-08-01Fixed #7220 -- Allowed AbstractBaseUser.last_login to be null.Tim Graham
2014-08-01Removed some PostGIS 1.4 notes in the docs (refs #23108).Tim Graham
2014-08-01Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.Tim Graham
2014-08-01Fixed typo in docs/topics/testing/tools.txt.Tim Graham
2014-08-01Fixed #23103 -- Annotated ImageField file with image and content_type attribu...Petras Zdanavičius
2014-08-01Removed references to well-known political systems.Aymeric Augustin
2014-08-01Adjusted 'internals' docs to the new organization.Aymeric Augustin
2014-08-01Left formal decisions up to the technical board.Aymeric Augustin
2014-08-01Documented current roles.Aymeric Augustin
2014-08-01Introduced a technical board.Aymeric Augustin
2014-08-01Removed references to partial commit acces.Aymeric Augustin
2014-08-01Renamed "committers" to "team".Aymeric Augustin
2014-07-31Replaced django-admin.py with django-admin in the man page.Florian Apolloner
2014-07-31Used JsonResponse in CBV examples.Loic Bistuer
2014-07-31Updated timezone docs to use timezone.now()Tim Graham
2014-07-31Fixed #13163 -- Added ability to show change links on inline objects in admin.Nick Sandford
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-30Fixed #23134 -- Fixed typos in docs/ref/models/querysets.txt.Tim Graham
2014-07-30Forwardported 1.6.6 release note for #19107.Tim Graham
2014-07-30Fixed #23132 -- Removed confusing clause in auth docs.Tim Graham
2014-07-29Fixed #23127: south_migrations note in docsAndrew Godwin
2014-07-29Fixed #23090: Document and enforce not double-squashing migrationsAndrew Godwin
2014-07-29Fixed a typo in the admin documentation.David Arcos
2014-07-29Forwardported 1.6.6 release notes for refs #20292.Tim Graham
2014-07-29Fixed #23079 -- Added data loss issues to those that will be backported to LTS.Tim Graham
2014-07-29Fixed #23120 -- Updated GeoDjango tutorial for migrations workflow.Tim Graham
2014-07-29Fixed #23123 -- Don't use a bare except in ModelAdmin documentationBaptiste Mispelon
2014-07-29Fixed #23114 -- Clarified documentation of template lookups.Baptiste Mispelon
2014-07-28Fixed #22491 -- documented how select_for_update() should be tested.Moayad Mardini
2014-07-28Fixed #23102 -- Documented that sql* commands now respect allow_migrate().Gabriel Muñumel
2014-07-27Fixed #23062 -- Documented how to create superuser.Aymeric Augustin
2014-07-27Correctly remove extraneous text about keys from previous edit.James Bennett
2014-07-27Update from key ID in security.txt to authorized release keys list.James Bennett
2014-07-26Fixed #23106 -- Updated class-based view reference title.David Hoffman
2014-07-26Fixed #22553 -- Added refreshing queryset info to docs.David Hoffman
2014-07-26Fixed #16617 -- Added 'value' to BaseValidator params.Anubhav Joshi
2014-07-26Fixed #23103 -- Added contributing tutorial link to contributing index.Petras Zdanavičius
2014-07-26Fixed #22305 -- Added note to docs about UTF8 database requirement.Niclas Olofsson
2014-07-26Fixed #23097 -- Switched to new octal format in docsDavid Hoffman
2014-07-25Mark initial_data as deprecated separately from syncdb. Refs #23077.Andrew Godwin