summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added a helpful commentalex-patch-1Alex Gaynor2019-10-081-0/+3
|
* Speed up template parsing by making token processing not O(n ^ 2)Alex Gaynor2019-10-081-4/+4
| | | pop(0), which is used to fetch each token, is O(n) in the length of the list. By reversing the list and operating off the end, we can perform next_token, prepend_token, and delete_first_token in O(1)
* Fixed #28790 -- Doc'd how to avoid running certain test classes in parallel.Caio Ariede2019-10-082-0/+40
|
* Fixed #30839 -- Fixed Field.__deepcopy__() so forms don't share error messages.Hasan Ramezani2019-10-082-0/+12
|
* Fixed #28273 -- Doc'd fast nullable column creation with defaults.Caio Ariede2019-10-071-0/+15
|
* Refs #10348 -- Doc'd that ModelAdmin ignores list_select_related when ↵Tamer Sherif2019-10-071-0/+6
| | | | QuerySet.select_related() was already called.
* Made minor edits and small fixes to docs/faq/install.txt.Katie McLaughlin2019-10-041-13/+15
|
* Fixed #30834 -- Added explicit list of supported databases to the databases ↵Katie McLaughlin2019-10-031-0/+11
| | | | docs.
* Refs #14218 -- Adjusted release note to use present tense.Carlton Gibson2019-10-031-1/+2
| | | Thanks to Tim Graham for review.
* Refs #27914 -- Fixed serialization of nested enum.Enum classes in migrations.Hasan Ramezani2019-10-032-1/+12
|
* Refs #27914 -- Moved test enum.Enum subclasses outside of ↵Hasan Ramezani2019-10-031-16/+20
| | | | WriterTests.test_serialize_enums().
* Fixed some typos in comments and docs.Min ho Kim2019-10-026-9/+9
| | | | Thanks to Mads Jenson for review.
* Refs #15396 -- Mentioned full path to GZipMiddleware in documentation.Mar Sánchez2019-10-021-2/+2
|
* Refs #30010 -- Doc'd running tests with django-docker-box.Katherine Michel2019-10-022-0/+10
|
* Refs #28699 -- Clarified CSRF middleware ordering in relation to ↵Carlton Gibson2019-10-021-0/+4
| | | | RemoteUserMiddleware.
* Removed redundant names in django.db.models.functions.__all__.Mariusz Felisiak2019-10-021-2/+1
|
* Fixed #30817 -- Clarified return value of Sitemap.items().Sjbrgsn2019-10-021-9/+10
|
* Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day ↵Anatol Ulrich2019-10-0211-30/+152
| | | | lookup.
* Added missing import in ref/models/database-functions.txt.Mariusz Felisiak2019-10-021-1/+1
|
* Fixed #14218 -- Added Paginator.__iter__().Tanner Stirrat2019-10-024-2/+25
|
* Added stub release notes for 1.11.26 and 2.1.14.Mariusz Felisiak2019-10-023-0/+26
|
* Fixed #30651 -- Made __eq__() methods return NotImplemented for not ↵ElizabethU2019-10-0120-33/+71
| | | | | | | | | implemented comparisons. Changed __eq__ to return NotImplemented instead of False if compared to an object of the same type, as is recommended by the Python data model reference. Now these models can be compared to ANY (or other objects with __eq__ overwritten) without returning False automatically.
* Refs #30651 -- Added tests for Prefetch.__eq__().Mariusz Felisiak2019-10-011-0/+6
|
* Refs #30651 -- Added tests for Message.__eq__().Mariusz Felisiak2019-10-011-0/+14
|
* Fixed typo in BulkInsertMapper constant name.Mariusz Felisiak2019-10-011-2/+2
|
* Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-length ↵Ahmet Kucuk2019-10-012-0/+12
| | | | | | | | texts on Oracle. Text with more than 4000 characters must be set to as a CLOB on Oracle what caused a mixed datatype error (ORA-01790) when shorter text appeared in the same operation.
* Added stub release notes for 2.2.7.Carlton Gibson2019-10-012-0/+13
|
* Added release dates for 2.2.6, 2.1.13, and 1.11.25.Carlton Gibson2019-10-013-3/+3
|
* Fixed #28690 -- Fixed handling of two-digit years in parse_http_date().Ad Timmering2019-09-302-11/+24
| | | | | Due to RFC7231 ayear that appears to be more than 50 years in the future are interpreted as representing the past.
* Refs #28690 -- Added more tests for parse_http_date().Ad Timmering2019-09-301-2/+12
|
* Fixed #30774 -- Made serialization in migrations use members names for Enums.Hasan Ramezani2019-09-302-16/+37
|
* Doc'd that migrate commmand accepts a unique migration name prefix.David Vaz2019-09-301-2/+4
|
* Fixed #30802 -- Prevented manifest creation when running collectstatic in ↵pablo2019-09-272-1/+7
| | | | dry run mode.
* Fixed #30597 -- Clarified how to unapply migrations.David Vaz2019-09-272-2/+26
|
* Refs #30597 -- Added a warning about dependent apps when unapplying migrations.David Vaz2019-09-271-0/+6
|
* Fixed #30798 -- Fixed Meta.ordering validation for pk of related fields.Hasan Ramezani2019-09-272-1/+17
| | | | Regression in 440505cb2cadbe1a5b9fba246bcde6c04f51d07e.
* Refs #30798 -- Prevented chaining fields from the same related model ↵Hasan Ramezani2019-09-272-0/+22
| | | | multiple times in model Meta.ordering.
* Fixed #27921 -- Clarified usage of make_aware() with is_dst argument.Glenn2019-09-271-5/+8
|
* Fixed #30810 -- Fixed ↵Pablo García2019-09-271-1/+1
| | | | | | WatchmanReloaderTests.test_setting_timeout_from_environment_variable test. client_timeout is an instance attribute.
* Fixed #25598 -- Added SCRIPT_NAME prefix to STATIC_URL and MEDIA_URL set to ↵Oleg Kainov2019-09-255-2/+99
| | | | | | | | relative paths. Thanks Florian Apolloner for reviews. Co-authored-by: Joel Dunham <Joel.Dunham@technicalsafetybc.ca>
* Fixed #30800 -- Fixed migrations crash when altering a field with custom ↵Mariusz Felisiak2019-09-252-1/+24
| | | | | db_type(). Regression in 1378d665a1c85897d951f2ca9618b848fdbba2e7.
* Documented admonition on when to use custom signals (#11814)Adam Johnson2019-09-251-0/+6
| | | Thanks Cesar Canassa for the suggestion and Aymeric Augustin for review.
* Fixed false positive tests of Paginator.count property.Maxim Kurnikov2019-09-251-2/+2
|
* Removed some outdated backwards compatibility imports and misleading comments.Mads Jensen2019-09-2414-38/+32
| | | | | | | | EmptyResultSet moved in 46509cf13dbf049f75077981c29ef2c60b5a96ab. FieldDoesNotExist moved in 8958170755b37ce346ae5257c1000bd936faa3b0. BoundField and pretty_name moved in 8550161e531a603d57723850fb09c4c9b7ca60b9. EMPTY_VALUES moved in 471596fc1afcb9c6258d317c619eaf5fd394e797. BaseRunserverCommand moved in 5c53e30607014163872e89c221b206992a9acfef.
* Refs #27910 -- Doc'd support for enumeration types serialization in migrations.Mariusz Felisiak2019-09-241-0/+1
|
* Refs #30350 -- Doc'd support for range serialization in migrations.Mariusz Felisiak2019-09-241-1/+1
|
* Updated the default cache key transformation in documentation.Ryan Nowakowski2019-09-241-1/+1
| | | Follow up to 6c69de80bdcd2744bc64cb933c2d863dd5e74a33.
* Refs #29444 -- Removed redundant ↵Mariusz Felisiak2019-09-245-27/+3
| | | | | | DatabaseFeatures.can_return_multiple_columns_from_insert. Unnecessary since b31e63879eb5d9717e9f890401f7222e4f00c910.
* Fixed #29444 -- Allowed returning multiple fields from INSERT statements on ↵Johannes Hoppe2019-09-246-24/+39
| | | | Oracle.
* Refs #26601 -- Used new-style middlewares in documentation.Claude Paroz2019-09-242-7/+12
|