summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2017-04-08[1.11.x] Fixed typos in docs/topic/db/search.txt.Paolo Melchiorre
2017-04-07[1.11.x] Fixed #28042 -- Fixed crash when using a two-tuple in EmailMessage's...kalombo
2017-04-07[1.11.x] Fixed #28038 -- Restored casting to text of builtin lookups on Postg...Simon Charette
2017-04-07[1.11.x] Fixed #28051 -- Made migrations respect Index's name argument.Markus Holtermann
2017-04-06[1.11.x] Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs ...Richard Barrell
2017-04-05[1.11.x] Fixed #28025 -- Fixed typo in docs/ref/models/querysets.txt.Sudhanshu Mishra
2017-04-05[1.11.x] Back to the future.Florian Apolloner
2017-04-04[1.11.x] Added stub release notes for 1.11.1.Tim Graham
2017-04-04[1.11.x] Added CVE-2017-7233,4 to the security release archive.Tim Graham
2017-04-04[1.11.x] Updated man page for Django 1.11.Tim Graham
2017-04-04[1.11.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.Tim Graham
2017-04-04[1.11.x] Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.st...Tim Graham
2017-04-04[1.11.x] Added stub release notes for security releases.Tim Graham
2017-04-03[1.11.x] Fixed typos in docs/howto/static-files/index.txt.Aleksej Manaev
2017-04-01[1.11.x] Clarified meaning of "Optional" in auth.models.User field docs.Jirka Schäfer
2017-04-01[1.11.x] Fixed #28003 -- Doc'd what an auto-created OneToOneField parent_link...Simon Charette
2017-04-01[1.11.x] Fixed #28004 -- Doc'd how to create migrations for an app without a ...Tim Graham
2017-03-31[1.11.x] Fixed #27993 -- Fixed model form default fallback for SelectMultiple.heathervm
2017-03-28[1.11.x] Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.Tim Graham
2017-03-27[1.11.x] Made a few cosmetic updates to "Migrations that add unique fields".Paolo Melchiorre
2017-03-27[1.11.x] Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.Claude Paroz
2017-03-25[1.11.x] Removed unexpected initial attribute in data migration examples.Stefano Rivera
2017-03-25[1.11.x] Removed unused links in docs/internals/contributing/triaging-tickets...Sergey Fedoseev
2017-03-23[1.11.x] Refs #27556, #27488 -- Updated support backends docs for isvalid loo...Sergey Fedoseev
2017-03-22[1.11.x] Linked GIS QuerySet API docs to corresponding PostGIS docs.Sergey Fedoseev
2017-03-22[1.11.x] Clarified backend support of Area GIS function.Sergey Fedoseev
2017-03-21[1.11.x] Fixed #27945 -- Clarified that RegexValidator searches with the regex.seanfagan
2017-03-21[1.11.x] Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.Mariusz Felisiak
2017-03-21[1.11.x] Fixed #27949 -- Doc'd how OpenLayers 3 widgets work.Tim Graham
2017-03-21[1.11.x] Fixed #27963 -- Removed unneeded docstring example in contributing d...Mikkel Munch Mortensen
2017-03-21[1.11.x] Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.Tim Graham
2017-03-21[1.11.x] Removed an obsolete temporal reference in docs/faq/general.txt.Garry Polley
2017-03-20[1.11.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2017-03-17[1.11.x] Clarified return value of NumGeometries GIS function.Sergey Fedoseev
2017-03-17[1.11.x] Removed MySQL (unsupported) from Perimeter docs.Sergey Fedoseev
2017-03-16[1.11.x] Removed self from method signatures in docs.Alasdair Nicol
2017-03-16[1.11.x] Linked GIS functions docs to corresponding PostGIS docs.Sergey Fedoseev
2017-03-16[1.11.x] Updated postgis.net and gaia-gis.it links to https.Tim Graham
2017-03-15[1.11.x] Fixed #27918 -- Documented ChoiceWidget.option_template_namePavel Kulikov
2017-03-15[1.11.x] Fixed incorrect import in docs/ref/models/expressions.txt.lb1c
2017-03-14[1.11.x] Replaced docs/internals/team.txt with DSF teams page.Tobias McNulty
2017-03-13Typo fix.Florian Apolloner
2017-03-10[1.11.x] Fixed #27924 -- Added support for cx_Oracle 5.3.Mariusz Felisiak
2017-03-09[1.11.x] Described DEBUG_PROPAGATE_EXCEPTIONS behavior in more detail.Tim Graham
2017-03-08[1.11.x] Fixed #27911 -- Doc'd how to register custom User with admin.David D Lowe
2017-03-07[1.11.x] Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_back...Camilo Nova
2017-03-07[1.11.x] Fixed #27905 – Added RelatedFieldWidgetWrapper.value_omitted_from_...Raphael Merx
2017-03-07[1.11.x] Added stub release notes for 1.10.7.Tim Graham
2017-03-06[1.11.x] Fixed #26817 -- Doc'd downsides and alternatives to Jinja2 context p...Tim Graham
2017-03-01[1.11.x] Fixed typo in docs/howto/custom-template-tags.txt.albertoconnor