https://github.com/django/django

sort by:
Revision Author Date Message Commit Date
e17e19c [3.0.x] Bumped version for 3.0 beta 1. 14 October 2019, 10:00:20 UTC
bf8c562 [3.0.x] Updated man page for Django 3.0 beta. 14 October 2019, 09:55:27 UTC
4a756cb [3.0.x] Fixed #30870 -- Fixed showing that RunPython operations are irreversible by migrate --plan. Thanks Hasan Ramezani for the initial patch and Kyle Dickerson for the report. Backport of 06d34aab7cfb1632a1538a243db81f24498525ff from master 14 October 2019, 09:43:15 UTC
4a263af [3.0.x] Isolated migrations.test_commands.MigrateTests.test_migrate_plan. Backport of 05186c03a30686f4898c1cb9acf4b8613035afcc from master 14 October 2019, 09:43:06 UTC
bab3ad5 [3.0.x] Fixed #30868 -- Prevented unnecessary AlterField when renaming a referenced pk. Regression introduced by dcdd219ee1, refs #25817. Thanks Carlos E. C. Leite for the report and Mariusz for the bisect. Backport of 2839659b42ef80038152768b6cedae1016c59d90 from master 14 October 2019, 06:27:36 UTC
e0a869b [3.0.x] Clarified that SECURE_REDIRECT_EXEMPT patterns should not include leading slashes. Backport of d232fd76a85870daf345fd8f8d617fe7802ae194 from master 11 October 2019, 14:07:05 UTC
651299e [3.0.x] Fixed #30014 -- Fixed ModelChoiceField validation when initial value is a model instance. Thanks Carlton Gibson for reviews. Backport of e7cdb0cd7eb5eb677af8dae7bfc6845186f861b0 from master 11 October 2019, 12:33:32 UTC
82ba905 [3.0.x] Added ModelChoiceField test for validation with to_field_name. Backport of a12f9cd95a24573612daaf844ec97d4aed12446d from master 11 October 2019, 12:33:16 UTC
cf7ef5d [3.0.x] Fixed #30826 -- Fixed crash of many JSONField lookups when one hand side is key transform. Regression in 6c3dfba89215fc56fc27ef61829a6fff88be4abb. Backport of 7d1bf29977bb368d7c28e7c6eb146db3b3009ae7 from master 11 October 2019, 09:51:14 UTC
c1cfec6 [3.0.x] Fixed #30854 -- Fixed QuerySet.select_related() with multiple FilteredRelations. Backport of 6a75cea76a98c08bf2e20d787be9b14c2cd94860 from master. 11 October 2019, 07:18:23 UTC
0dede9e [3.0.x] Fixed typos in docs/releases/3.0.txt. Backport of 2a6f45e08e8cb8c7e5157915c378b453109424d2 from master 10 October 2019, 12:25:41 UTC
fffce1a [3.0.x] Fixed #27086 -- Doc'd fix for test suite hang on macOS. Backport of 5d9cf79baf07fc4aed7ad1b06990532a65378155 from master 09 October 2019, 13:49:19 UTC
6801166 [3.0.x] Added note to check Python version in unit tests troubleshooting section. At DjangoCon US 2019 sprints, a number of contributors hit problems with an outdated Python. Backport of 06e087c3ded703b334a4d7c74a882212774253bc from master 09 October 2019, 13:49:09 UTC
7ded25d [3.0.x] Corrected section indentation in unit tests contributor docs. Backport of b39c39e82ae12ca92686ee97a7be2958ee667e5c from master 09 October 2019, 13:48:58 UTC
56061de [3.0.x] Fixed #11097 -- Added note about parent link fields in formsets for multi-table inheritance models. Backport of 0b7378db1fdd7bfc7b78089811b3abb722c4ba95 from master 09 October 2019, 10:54:45 UTC
71489a5 [3.0.x] Fixed #30858 -- Clarified that AdminEmailHandler processes all 5xx responses. Backport of 94eae4e5633fbf21f5dcae6e0472ce6a51dd3411 from master 09 October 2019, 08:16:03 UTC
7d8d2b5 [3.0.x] Fixed #28790 -- Doc'd how to avoid running certain test classes in parallel. Backport of dafdfd6a60638c4edcca7c4e65d11c0af654d759 from master 08 October 2019, 10:32:25 UTC
7c70aa8 [3.0.x] Fixed #30839 -- Fixed Field.__deepcopy__() so forms don't share error messages. Backport of a28d1b38e55cf588cfaae97de6a575d5c9f90a96 from master 08 October 2019, 08:28:30 UTC
282138a [3.0.x] Fixed #28273 -- Doc'd fast nullable column creation with defaults. Backport of 06909fe084f87a65459a83bd69d7cdbe4fce9a7c from master 07 October 2019, 12:37:16 UTC
3ea957b [3.0.x] Refs #10348 -- Doc'd that ModelAdmin ignores list_select_related when QuerySet.select_related() was already called. Backport of e3f647f4d5fc414f8cb7ab58df5e61a19908c63f from master 07 October 2019, 09:10:38 UTC
4917b53 [3.0.x] Made minor edits and small fixes to docs/faq/install.txt. Backport of f52022ad96356d4b1061610f2b74ea4d1956a608 from master 04 October 2019, 09:38:50 UTC
717d845 [3.0.x] Fixed #30834 -- Added explicit list of supported databases to the databases docs. Backport of 9dca904a5bf37ee9ad015212b17a9929ab8952cd from master 03 October 2019, 17:48:45 UTC
30271a4 [3.0.x] Refs #27914 -- Fixed serialization of nested enum.Enum classes in migrations. Backport of 6452112640081ac8838147a8ba192c45879203d8 from master 03 October 2019, 09:17:10 UTC
1a4db2c [3.0.x] Refs #27914 -- Moved test enum.Enum subclasses outside of WriterTests.test_serialize_enums(). Backport of d3030deaaa50b7814e34ef1e71f2afaf97c6bec6 from master 03 October 2019, 09:17:04 UTC
9fa6c73 [3.0.x] Refs #15396 -- Mentioned full path to GZipMiddleware in documentation. Backport of f1d4a540b29c6766b988852bc302ac036a2d82e2 from master 02 October 2019, 12:59:04 UTC
b6da319 [3.0.x] Refs #30010 -- Doc'd running tests with django-docker-box. Backport of f7eb9fb676d7afba16fc577283610b359718e644 from master 02 October 2019, 12:00:48 UTC
b0b98fc [3.0.x] Refs #28699 -- Clarified CSRF middleware ordering in relation to RemoteUserMiddleware. Backport of 94469504706b494877b6bb45a979bcb81c7fd7be from master 02 October 2019, 11:11:33 UTC
516200c [3.0.x] Fixed #30817 -- Clarified return value of Sitemap.items(). Backport of 7b3c06cd72e691ffd932ccce338701c37297a415 from master 02 October 2019, 10:16:48 UTC
2624653 [3.0.x] Added stub release notes for 1.11.26 and 2.1.14. Backport of 84322a29ce9b0940335f8ab3d60e55192bef1e50 from master 02 October 2019, 05:55:19 UTC
40efffa [3.0.x] Fixed typo in BulkInsertMapper constant name. Backport of 67e7dffe9543aff259f63c8f12d15642fe7be100 from master 01 October 2019, 12:59:27 UTC
9dc13f4 [3.0.x] Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-length 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. Backport of dc890bef5ad8e9fccce55f3e64af72103ea6e8c1 from master 01 October 2019, 11:11:19 UTC
a135e1e [3.0.x] Added stub release notes for 2.2.7. Backport of e1c1eaf0c6f4d3d2f60513d20aa9b84b17d096ec from master 01 October 2019, 08:44:49 UTC
848abaa [3.0.x] Added release dates for 2.2.6, 2.1.13, and 1.11.25. Backport of 3826aed46d7d4310c2ab6777a4f92165ca4d8d4f from master 01 October 2019, 06:50:43 UTC
556d0c0 [3.0.x] Fixed #28690 -- Fixed handling of two-digit years in parse_http_date(). Due to RFC7231 ayear that appears to be more than 50 years in the future are interpreted as representing the past. Backport of 7b5f8acb9e6395a1660dd7bfeb365866ca8ef47c from master 30 September 2019, 13:39:36 UTC
f38655e [3.0.x] Refs #28690 -- Added more tests for parse_http_date(). Backport of 7cbd25a06e820cbd1a0bfbc339fb7d9a737c54fa from master 30 September 2019, 13:39:28 UTC
df0c2ac [3.0.x] Fixed #30774 -- Made serialization in migrations use members names for Enums. Backport of f0adf3b9b7a19cdee05368ff0c0c2d087f011180 from master 30 September 2019, 08:52:30 UTC
30a613a [3.0.x] Doc'd that migrate commmand accepts a unique migration name prefix. Backport of e02f67ef2d03d48128e7a118bf75f0418e24e8ac from master 30 September 2019, 07:47:29 UTC
5d63bf0 [3.0.x] Fixed #30802 -- Prevented manifest creation when running collectstatic in dry run mode. Backport of fa8fe09e4e2b538c5d50a559081861d5c0635d55 from master 27 September 2019, 21:06:55 UTC
0c655f1 [3.0.x] Fixed #30597 -- Clarified how to unapply migrations. Backport of 45554fd5c5c6a536db3ce70d78646d3dc398cf08 from master 27 September 2019, 20:40:29 UTC
5d40de0 [3.0.x] Refs #30597 -- Added a warning about dependent apps when unapplying migrations. Backport of abba563c8635a52e8b657dee7708202e1f69433c from master 27 September 2019, 18:09:28 UTC
0dc39ca [3.0.x] Fixed #30798 -- Fixed Meta.ordering validation for pk of related fields. Regression in 440505cb2cadbe1a5b9fba246bcde6c04f51d07e. Backport of 95a11578ce41de1e152fe7d173f109e280aebd6d from master 27 September 2019, 12:52:08 UTC
da8f85a [3.0.x] Refs #30798 -- Prevented chaining fields from the same related model multiple times in model Meta.ordering. Backport of c7944628a1979453468d67818c63957532d396d8 from master 27 September 2019, 12:52:02 UTC
311177d [3.0.x] Fixed #27921 -- Clarified usage of make_aware() with is_dst argument. Backport of c2678e49759e5c4c329bff0eeca2886267005d21 from master 27 September 2019, 07:56:06 UTC
49dcb5d [3.0.x] Fixed #30810 -- Fixed WatchmanReloaderTests.test_setting_timeout_from_environment_variable test. client_timeout is an instance attribute. Backport of 2fd610eb301dc01e100befed891e8007fd2e981f from master 27 September 2019, 06:35:55 UTC
1adf85d [3.0.x] Fixed #30800 -- Fixed migrations crash when altering a field with custom db_type(). Regression in 1378d665a1c85897d951f2ca9618b848fdbba2e7. Backport of 580e644f24f1c5ae5b94784fb73a9953a178fd26 from master 25 September 2019, 10:32:57 UTC
f4b7ace [3.0.x] Documented admonition on when to use custom signals Thanks Cesar Canassa for the suggestion and Aymeric Augustin for review. Backport of 566fca14b3e1406f918898de5bb2b2382a44edaf from master 25 September 2019, 09:39:55 UTC
fcaaff9 [3.0.x] Refs #27910 -- Doc'd support for enumeration types serialization in migrations. Backport of aad46ee274b0e294ac055cc199e6595de4ef4164 from master 24 September 2019, 11:55:19 UTC
0098f26 [3.0.x] Refs #30350 -- Doc'd support for range serialization in migrations. Backport of bc46e386c7aa496642d3ffc9e4f56ae5a46417a7 from master 24 September 2019, 11:55:12 UTC
525c7e2 [3.0.x] Updated the default cache key transformation in documentation. Follow up to 6c69de80bdcd2744bc64cb933c2d863dd5e74a33. Backport of 3f141719a198983a41840e3c2ea542f87c92e4c1 from master 24 September 2019, 10:43:17 UTC
1319124 [3.0.x] Refs #26601 -- Used new-style middlewares in documentation. Backport of d71497bb249a2c3ffec41e99089f5ae8e575f2d3 from master 24 September 2019, 07:59:06 UTC
6b7bd07 [3.0.x] Fixed #30796 -- Prevented select_related() from mutating a queryset on chaining. Thanks Darren Maki for the report. Backport of 37f8f293775d0b672da8ae369d9a4e17f1db7851 from master 24 September 2019, 07:47:21 UTC
9510af3 [3.0.x] Fixed #30732 -- Doc'd that SameSite cookies flags can affect xframe_options_exempt. Backport of e8ad265ac882f8f118d2c4a7618bd3e3916fc13e from master 24 September 2019, 06:43:55 UTC
2362f27 [3.0.x] Fixed #13296 -- Fixed ordering by Options.order_with_respect_to after deleting objects. Thanks Simon Meers for the original patch. Backport of f97bbad908df128189eff77d98af9a25ed1ecf23 from master 23 September 2019, 09:45:33 UTC
368832e [3.0.x] Refs #29915 -- Doc'd limitation of using pattern lookups with UUIDField on PostgreSQL. Backport of 343afa788080fb874bcd10eab1a1a2fede98c526 from master 23 September 2019, 06:44:15 UTC
1611906 [3.0.x] Refs #30771 -- Fixed RemovedInDjango31Warning in test_exact_query_rhs_with_selected_columns. 20 September 2019, 20:01:28 UTC
3697ddb [3.0.x] Fixed #30771 -- Fixed exact lookup against queries with selected columns. Use pre-existing select fields (and thereby GROUP BY fields) from subquery if they were specified, instead of always defaulting to pk. Thanks Aur Saraf for the report and Simon Charette for guidance. Backport of 0719edcd5fed56157ffb3323a8f634aa5e8f9a80 from master 20 September 2019, 09:14:39 UTC
def1857 [3.0.x] Fixed #30786 -- Used CONVERT_TZ to check if the time zone definitions are installed on MySQL. Replaced a timezone check in the MySQL backend with one that doesn't require access to the mysql.time_zone database. Backport of 3346b78a8a872286a245d1e77ef4718fc5e6be1a from master 20 September 2019, 06:57:13 UTC
e4dc1b8 [3.0.x] Fixed #27462 -- Clarifed pk_set difference in m2m_changed signal receivers for add() and remove(). Thank you to Mariusz Felisiak for review. Backport of bae05bcf68710cb6dafa51325c3ec83ddda83c39 from master 19 September 2019, 09:40:47 UTC
e74ca02 [3.0.x] Fixed #30776 -- Restored max length validation on AuthenticationForm.UsernameField. Regression in 5ceaf14686ce626404afb6a5fbd3d8286410bf13. Thanks gopackgo90 for the report and Mariusz Felisiak for tests. Backport of 6c9778a58e4f680db180d4cc9dc5639d2ec1b40c from master 18 September 2019, 10:04:47 UTC
6c761a2 [3.0.x] Fixed #30725 -- Fixed width of DateTimeField inputs in admin tabular inline. "width" of DateTimeField inputs in admin tabular inline wasn't set correctly what caused displaying too small inputs with responsive CSS when timezone warning wasn't present. Backport of b1d6b35e146aea83b171c1b921178bbaae2795ed from master 17 September 2019, 12:34:14 UTC
685d956 [3.0.x] Fixed #30758 -- Made RangeFields use multiple hidden inputs for initial data. Backport of faf4b988fe75dd4045bc5c62496cc4f2e0db8c4d from master. 17 September 2019, 10:21:02 UTC
14125bb [3.0.x] Fixed #30775 -- Added admonition about missing imports to "Running tests" section in tutorial 5. Backport of 44077985f58be02214a11ffde35776fed3c960e1 from master 16 September 2019, 08:03:51 UTC
574154e [3.0.x] Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/HStoreField annotation. This was a regression introduced by 7deeabc7c7526786df6894429ce89a9c4b614086 to address CVE-2019-14234. Thanks Tim Kleinschmidt for the report and Mariusz for the tests. Backport of 6c3dfba89215fc56fc27ef61829a6fff88be4abb from master 16 September 2019, 06:53:02 UTC
7bd2872 [3.0.x] Added stub release notes for 1.11.25 and 2.1.13. Backport of bd7e0f81f8590eadcb820c976ba03c9b75bbcad6 from master 16 September 2019, 05:43:27 UTC
c205720 [3.0.x] Fixed #29823 -- Doc'd limitation of DecimalField on SQLite. Backport of b8dff52f440adfb78b40e19ee8bff45373ca2501 from master 14 September 2019, 15:23:08 UTC
e0bb909 [3.0.x] Fixed typos in docs/ref/settings.txt. Backport of 4056558a1c9cf650ab6e7cb1a319206d2e8c770f from master 13 September 2019, 18:37:22 UTC
4d72c14 [3.0.x] Refs #27910 -- Improved documentation for model field choice enumeration types. Backport of 1c66767d4e472fea27798812817b8a47c6ae22b3 from master 13 September 2019, 13:38:27 UTC
1fa629c [3.0.x] Added PBKDF2 hasher iteration increase to 3.0 release notes. Refs 06670015f7e55a8be8137dbd95b7f4c536c3782b Backport of ea25bdc2b94466bb1563000bf81628dea4d80612 from master 12 September 2019, 15:25:39 UTC
51095d7 [3.0.x] Expanded notes on alphas in release How-to. Backport of 4b63d45d5437c71cc7958e4848eed03391de9f41 from master 12 September 2019, 08:37:24 UTC
8ce932a [3.0.x] Refs #30591 -- Fixed too long identifier crash in migrations.test_operations on MySQL 8.0.16+. Backport of 937ddaff55efbfb4a9560603bbc8c5b17d9e1364 from master 11 September 2019, 10:20:51 UTC
acb1172 [3.0.x] Fixed #30591 -- Fixed recreation of foreign key constraints on MySQL when altering type of referenced unique field. Thanks Mariusz Felisiak for tests and Matthijs Kooijman for investigation and initial patch. Backport of 241deed2590bcb1d8c45271d44c86eaedfb57119 from master 11 September 2019, 09:43:55 UTC
1520df3 [3.0.x] Bumped version for 3.0 alpha 1 release. 10 September 2019, 08:36:15 UTC
24de750 [3.0.x] Bumped next Django version in docs config. 10 September 2019, 08:34:38 UTC
513f137 Updated man page for 3.0 alpha release. 10 September 2019, 08:10:50 UTC
34decde Fixed #30754 -- Prevented inclusion of aliases in partial index conditions. SQLite doesn't repoint table aliases in partial index conditions on table rename which breaks the documented table alteration procedure. Thanks Pēteris Caune for the report. 10 September 2019, 08:03:16 UTC
a624803 Finalised release notes for 3.0 alpha release. * Removed empty sections * Corrected some typos and wrapping errors. 10 September 2019, 07:58:42 UTC
b1d37fe Fixed #28107 -- Added DatabaseFeatures.allows_group_by_selected_pks_on_model() to allow enabling optimization for unmanaged models. 09 September 2019, 12:04:46 UTC
10d5e43 Refs #28107 -- Doc'd how to subclass an existing database engine. 09 September 2019, 12:04:41 UTC
406dba0 Fixed #29406 -- Added support for Referrer-Policy header. Thanks to James Bennett for the initial implementation. 09 September 2019, 11:35:41 UTC
1edbb6c Refs #30426 -- Moved release notes into separate security section. 09 September 2019, 11:35:31 UTC
fc62e16 Standardized links for headers in security middleware documentation. 09 September 2019, 11:35:17 UTC
7254f11 Refs #29444 -- Allowed returning multiple fields from INSERT statements on PostgreSQL. Thanks Florian Apolloner, Tim Graham, Simon Charette, Nick Pope, and Mariusz Felisiak for reviews. 09 September 2019, 08:51:14 UTC
736e7d4 Refs #29444 -- Fixed DateField constructor in db.backends.oracle.utils.InsertVar. 09 September 2019, 08:51:07 UTC
b625195 Fixed #30757 -- Added a system check to ensure max_length fits the longest choice. 09 September 2019, 08:28:18 UTC
fee75d2 Fixed #30767 -- Improved references to deployment documentation. * Increased tocdepth to expose more complexity of topics. * Ensured deployment checklist is linked on main doc page. 09 September 2019, 08:02:33 UTC
05d0eca Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY. 09 September 2019, 06:15:26 UTC
5495ea3 Updated translation catalogs 08 September 2019, 15:35:32 UTC
4a954cf Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. 06 September 2019, 11:27:46 UTC
addabc4 Fixed DatabaseFeatures.can_introspect_check_constraints on MariaDB < 10.2.22, 10.3.0 - 10.3.9. Regression in e2c6a0858d7d9ad85eda353076a5b46608b704a9. 06 September 2019, 09:53:54 UTC
6c379f1 Fixed #30763 -- Fixed management commands when using required mutually exclusive groups. 06 September 2019, 08:55:24 UTC
350123f Moved release note for refs #30158 from deprecated to backwards incompatible changes. 05 September 2019, 13:56:52 UTC
053ff7e Fixed typo in docs/internals/contributing/writing-documentation.txt. 05 September 2019, 12:06:46 UTC
ed2d411 Refs #30573 -- Noted to avoid "simple" & co. in Writing Style guide. Co-authored-by: Tobias Kunze <r@rixx.de> 05 September 2019, 08:13:31 UTC
e2c6a08 Fixed #30750 -- Added support for check constraints on MySQL 8.0.16+. 05 September 2019, 07:18:34 UTC
b93d786 Made SchemaTests.test_alter_db_table_case run only on backends where table names are case-insensitive. 05 September 2019, 06:59:48 UTC
72ebe85 Fixed #27910 -- Added enumeration helpers for use in Field.choices. These classes can serve as a base class for user enums, supporting translatable human-readable names, or names automatically inferred from the enum member name. Additional properties make it easy to access the list of names, values and display labels. Thanks to the following for ideas and reviews: Carlton Gibson, Fran Hrženjak, Ian Foote, Mariusz Felisiak, Shai Berger. Co-authored-by: Shai Berger <shai@platonix.com> Co-authored-by: Nick Pope <nick.pope@flightdataservices.com> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> 04 September 2019, 12:42:49 UTC
25706d7 Fixed #29714 -- Allowed using ExceptionReporter subclass with AdminEmailHandler. 04 September 2019, 06:40:46 UTC
3c6a4fd Changed example git clone URLs to use HTTPS. 04 September 2019, 06:11:22 UTC
0d4529d Added stub release notes for 2.2.6. 04 September 2019, 06:02:32 UTC
5931d2e Fixed #30691 -- Made migrations autodetector find dependencies for foreign keys altering. 03 September 2019, 12:45:49 UTC
back to top