summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2017-04-26[1.11.x] Added content_type filtering in Permission querying example.Nauman Tariq
2017-04-26[1.11.x] Clarified "newly-introduced features" in the supported versions policy.Tim Graham
2017-04-26[1.11.x] Fixed #28074 -- Doc'd template-based widget rendering changes for co...Tim Graham
2017-04-26[1.11.x] Fixed #28125 -- Clarified 1.11 release note about Template.render() ...Tim Graham
2017-04-25[1.11.x] Removed nonexistent methods from File's docs.Josh Schneier
2017-04-25[1.11.x] Fixed #28122 -- Fixed crash when overriding views.static.directory_i...Tim Graham
2017-04-24[1.11.x] Renamed "Mac OS X" to "macOS" in docs.Michiel Beijen
2017-04-23[1.11.x] Fixed #28101 -- Fixed a regression with nested __in subquery lookups...Simon Charette
2017-04-22[1.11.x] Fixed #28109 -- Corrected the stack level of unordered queryset pagi...Simon Charette
2017-04-21[1.11.x] Fixed #28075 -- Prevented ChoiceWidget from localizing option values.Jon Dufresne
2017-04-20[1.11.x] Refs #28091 -- Fixed typo and rephrased 1.11.1 release note.Tim Graham
2017-04-20[1.11.x] Fixed #28091 -- Re-raised original exception when closing cursor cle...François Freitag
2017-04-20[1.11.x] Fixed #28039 -- Fixed crash in BaseGeometryWidget.subwidgets().Tim Graham
2017-04-20[1.11.x] Removed inappropriate highlighting in committing-code.txt.Markus Holtermann
2017-04-20[1.11.x] Fixed #28059 -- Restored class attribute in <ul> of widgets that use...Tim Graham
2017-04-19[1.11.x] Fixed #28096 -- Allowed prefetch calls with ModelIterable subclassesClaude Paroz
2017-04-19[1.11.x] Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.Tim Graham
2017-04-17[1.11.x] Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.InvalidInterrupt
2017-04-17[1.11.x] Fixed #28058 -- Restored empty BoundFields evaluating to True.Tim Graham
2017-04-15[1.11.x] Fixed #28079 -- Restored "No POST data" (rather than an empty table)...Tim Graham
2017-04-14[1.11.x] Fixed #28067 -- Clarified __str__() return type when using python_2_...Tim Graham
2017-04-14[1.11.x] Double quoted HTML attributes in widget docsClaude Paroz
2017-04-12[1.11.x] Corrected docs regarding MySQL support of Length GIS function.Sergey Fedoseev
2017-04-12[1.11.x] Fixed #28069 -- Moved setup_test_environment() warning in tutorial 5.Tim Graham
2017-04-11[1.11.x] Fixed outdated TIME_FORMAT in docs/ref/templates/builtins.txt.Christoph Schindler
2017-04-10[1.11.x] Fixed #27947 -- Doc'd that model Field.error_messages often don't pr...Taavi Teska
2017-04-10[1.11.x] Clarified HStoreField model/form difference in 1.11 release notes.Tim Graham
2017-04-10[1.11.x] Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name ...Tim Graham
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