summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-19[1.11.x] Refs #28066 -- Fixed Python 2 failures in sessions_tests.Tim Graham
2017-04-18[1.11.x] Refs #28066 -- Fixed nondeterministic ordering test failure in sessi...Mariusz Felisiak
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] Tested EmailMessage(attachments=[MIMEText])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] Corrected post-release version bump.Tim Graham
2017-04-04[1.11.x] Post-release version bump.Tim Graham
2017-04-04[1.11.x] Bumped version for 1.11 release.1.11Tim 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-04[1.11.x] Updated tests after French translation updateClaude Paroz
2017-04-04[1.11.x] Updated contrib translations from TransifexClaude Paroz
2017-04-04[1.11.x] Updated core translations from TransifexClaude Paroz
2017-04-03[1.11.x] Fixed flake8 warning on Python 2.Tim Graham
2017-04-03[1.11.x] Fixed #27974 -- Kept resolved templates constant during one renderin...kapil garg
2017-04-03[1.11.x] Fixed typos in docs/howto/static-files/index.txt.Aleksej Manaev
2017-04-02[1.11.x] Refs #27025 -- Fixed "invalid escape sequence" warning in auth_tests...Tim Graham
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-04-01[1.11.x] Refs #27866 -- Adapted backport for Python 2 compatibilityClaude Paroz
2017-04-01[1.11.x] Fixed #27866 -- Made ChoiceWidget.format_value() return a listClaude Paroz
2017-03-31[1.11.x] Fixed #27993 -- Fixed model form default fallback for SelectMultiple.heathervm
2017-03-30[1.11.x] Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of ...Sergey Fedoseev
2017-03-28[1.11.x] Refs #18974 -- Added stacklevel for permalink() deprecation.Tim Graham
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