summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-29Fixed #30294 -- Allowed HttpResponse to accept memoryview content.sage
2019-03-28Moved extlinks in docs config to allow using 'version' variable.Tim Graham
2019-03-28Used extlinks for Django's source code.Tim Graham
2019-03-28Fixed #30299 -- Removed jQuery dependency from getCookie() in CSRF docs.Tim Graham
2019-03-28Fixed #30241 -- Added more system checks of translation settings.Nick Pope
2019-03-28Refs #29713 -- Improved error message when LANGUAGE_CODE is invalid.Nick Pope
2019-03-28Refs #1660 -- Doc'd the LANGUAGES_BIDI setting.Nick Pope
2019-03-28Fixed #30295 -- Fixed max_lengths.tests.MaxLengthORMTests when run in isolation.sage
2019-03-28Doc'd that HttpResponse accepts bytestrings.Mariusz Felisiak
2019-03-28Fixed "byte string" typo in various docs and comments.Mariusz Felisiak
2019-03-28Refs #18726 -- Added test for excluding circular related fields with F() expr...Mariusz Felisiak
2019-03-27Updated spelling and RFCs in HttpOnly cookie flag docs.Nick Pope
2019-03-27Removed obsolete RFC from cookie docs.Nick Pope
2019-03-27Removed unused timeparse.js.Nick Pope
2019-03-27Removed obsolete ActiveXObject from admindocs bookmarklets.Nick Pope
2019-03-27Simplified Date.prototype.getTwelveHours().Nick Pope
2019-03-27Removed unused Date.prototype.getHourMinute().Nick Pope
2019-03-27Removed unused Date.prototype.getHourMinuteSecond().Nick Pope
2019-03-27Removed unused String.prototype.pad_left().Nick Pope
2019-03-27Removed unneeded compatibility shim for getComputedStyle().Nick Pope
2019-03-27Fixed #28621 -- Fixed crash of annotations with OuterRef.Mariusz Felisiak
2019-03-26Doc'd django-docs-translation and Read the Docs release steps.Tim Graham
2019-03-25Doc'd a few contributing guidelines.Tim Graham
2019-03-25Fixed #29791 -- Made Engine.render_to_string() honor autoescape.Nathan Gaberel
2019-03-25Fixed #27360 -- Added app or ModelAdmin details for AreadyRegistered exceptions.Hasan Ramezani
2019-03-25Fixed #28431 -- Added a system check for BinaryField to prevent strings defau...Hasan Ramezani
2019-03-25Fixed typo in docs/releases/3.0.txt.Mariusz Felisiak
2019-03-24Fixed #30259 -- Added support for admin_order_field attribute on properties i...Jani Tiainen
2019-03-23Removed redundant model field choices tests.Matthias Kestenholz
2019-03-23Fixed #30283 -- Fixed shellcheck warnings in django_bash_completion.Albert Wang
2019-03-23Fixed #30246 -- Reused annotation aliases references in aggregation filters.Simon Charette
2019-03-23Refs #30188 -- Avoided GROUP BY when aggregating over non-aggregates.Simon Charette
2019-03-23Refs #30188 -- Prevented double annotation of subquery when aggregated over.Simon Charette
2019-03-23Fixed #30188 -- Fixed a crash when aggregating over a subquery annotation.Simon Charette
2019-03-23Fixed #21703 -- Fixed a crash when excluding a related field with a F().Simon Charette
2019-03-22Fixed #30257 -- Made UsernameValidators prohibit trailing newlines.Ryan J Schave
2019-03-22Fixed #30280 -- Restored Model.get_FIELD_display()'s coercion of lazy strings.Matthias Kestenholz
2019-03-22Fixed #30271 -- Added the Sign database function.Nick Pope
2019-03-21Removed obsolete Lookup hook to prepare rhs expressions.Simon Charette
2019-03-21Refs #27149, #29542 -- Simplified subquery parentheses wrapping logic.Simon Charette
2019-03-21Refs #27149 -- Moved subquery expression resolving to Query.Simon Charette
2019-03-21Refs #27149 -- Made Subquery store Query instead of Queryset.Simon Charette
2019-03-21Refs #29542, #30158 -- Enabled a HAVING subquery filter test on Oracle.Simon Charette
2019-03-21Fixed #30158 -- Avoided unnecessary subquery group by on aggregation.Simon Charette
2019-03-21Refs #30158 -- Added alias argument to Expression.get_group_by_cols().Simon Charette
2019-03-21Used QuerySet.bulk_create() in a couple of postgres tests.oliver
2019-03-21Fixed #29471 -- Added 'Vary: Cookie' to invalid/empty session cookie responses.birthdaysgift
2019-03-21Used a picklable argument for a subTest.Carlton Gibson
2019-03-21Used monospace font in date template filter format character docs.Philipp Bosch
2019-03-21Fixed #30277 -- Fixed broken links to packaging.python.org.Tim Graham