summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Clarified 404.html usage, excplicitly stated that it's used when DEBUG is FalseDavid Sanders2015-08-311-8/+9
* Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin2015-08-291-0/+2
* Fixed #25262 -- Removed the enable_comments field from FlatPageAdmin.Y3K2015-08-293-1/+39
* Fixed #17375 -- Changed makemessages to use xgettext with --files-fromSergey Kolosov2015-08-281-0/+3
* Fixed #25318 -- Made SILENCED_SYSTEM_CHECKS suppress all messages.Tim Graham2015-08-282-2/+10
* Fixed #25299 -- Fixed crash with ModelAdmin.list_display value that clashes w...Tim Graham2015-08-281-0/+4
* Refs #20597 -- Fixed spelling of HiDPI.Tim Graham2015-08-271-3/+3
* Fixed #20597 -- Replaced admin GIF/PNG icons by SVGelky2015-08-271-3/+4
* Fixed #22634 -- Made the database-backed session backends more extensible.Sergey Kolosov2015-08-272-3/+179
* Removed historical note about session serialization.Tim Graham2015-08-271-19/+13
* Refs #2495 -- Documented that MySQL cannot have TextField(unique=True).Tim Graham2015-08-271-0/+8
* Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.Alex Hill2015-08-271-0/+7
* Added 'subtransactions' to spelling wordlist.Tim Graham2015-08-261-0/+1
* Fixed #25311 -- Removed vague language about "partial commits" from docs.Tim Graham2015-08-251-3/+3
* Updated PROJ.4 link to new GitHub wiki.David Sanders2015-08-251-1/+1
* Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not per request.Tim Graham2015-08-251-2/+2
* Fixed #25295 -- Restored 'no active translation' after language overrideClaude Paroz2015-08-251-0/+2
* Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when...Maxime Lorant2015-08-242-2/+14
* Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollb...Tommy Beadle2015-08-241-0/+7
* Tweak some examples.Aymeric Augustin2015-08-221-2/+2
* Recommend relative imports within Django components.Aymeric Augustin2015-08-221-1/+2
* Forwardported release note for refs #25040.Tim Graham2015-08-221-0/+2
* Fixed #25284 -- Documented removal of implicit QuerySet __in lookups.Tim Graham2015-08-211-0/+16
* Refs #24914 -- Added docs for more auth mixin methods.Tim Graham2015-08-201-16/+43
* Fixed #24951 -- Fixed AssertionError in delete queries involving a foreign/pr...Tim Graham2015-08-201-1/+2
* Fixed #25153 -- Moved 'polls' first in tutorial's INSTALLED_APPS.Tim Graham2015-08-191-1/+1
* Recommended the JavaScript Cookie library instead of jQuery cookie.Marc2015-08-191-3/+3
* Refs #24451 -- Corrected Django version for {% cycle %} deprecation.Tim Graham2015-08-192-2/+2
* Fixed style issues in testing docsMarkus Holtermann2015-08-191-6/+11
* Added stub release notes for 1.8.5.Tim Graham2015-08-182-0/+13
* Used consistent capitalization and hyphenation of "class-based views" in docs.Anton Strogonoff2015-08-1811-15/+14
* Added today's issue to the security archive.Tim Graham2015-08-181-0/+16
* Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham2015-08-183-0/+49
* Added stub release notes for security releases.Tim Graham2015-08-184-6/+16
* Limited line length in docs/ref/contrib/messages.txt example.Anton Strogonoff2015-08-171-2/+4
* Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops indexes ...Caio Ariede2015-08-151-0/+3
* Fixed #24986 -- Added support for annotations in DISTINCT queries.Valentina Mukhamedzhanova2015-08-151-0/+2
* Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txtTim Graham2015-08-141-2/+2
* Fixed #24988 -- Documented passing a dictionary of ValidationErrors to Valida...Adam Brenecki2015-08-131-2/+11
* Fixed #25254 -- Added JsonResponse json_dumps_params parameter.Sambhav Satija2015-08-122-1/+12
* Corrected indentation of JsonResponse docs.Tim Graham2015-08-121-18/+16
* Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck2015-08-121-0/+5
* Updated memcached library links to point to PyPI.Tim Graham2015-08-111-2/+2
* Fixed #25205 -- Removed doc references to deprecated GeoManager class.Brendan Hayward2015-08-117-48/+41
* Fixed typo in docs/ref/contrib/gis/geoquerysets.txtTim Graham2015-08-111-3/+2
* Removed unnecessary comma in docsClaude Paroz2015-08-101-1/+1
* Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham2015-08-106-61/+34
* Refs #25236 -- Discouraged use of ifequal/ifnotequal template tags.Tim Graham2015-08-082-37/+8
* Corrected some inconsistent headings in docs/ref/templates/builtins.txt.Tim Graham2015-08-081-22/+19
* Updated various links in docsClaude Paroz2015-08-0820-89/+85