summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in XViewMiddleware docstring.sir-sigurd-patch-1Sergey Fedoseev2019-10-221-1/+1
* Updated link to GEOS C API header.Sergey Fedoseev2019-10-211-1/+1
* Fixed #20577 -- Deferred filtering of prefetched related querysets.Alex Aktsipetrov2019-10-215-4/+64
* Adjusted QuerySet._filter_or_exclude() call to use negated=False, rather than...Alex Aktsipetrov2019-10-211-1/+1
* Fixed #30827 -- Made batch_size arg of QuerySet.bulk_create() respect Databas...Ahmet Kucuk2019-10-212-1/+11
* Fixed #30876 -- Moved classproperty() decorator to the django.utils.functional.André Ericson2019-10-218-55/+56
* Fixed #30841 -- Deprecated using non-boolean values for isnull lookup.André Ericson2019-10-216-1/+59
* Replaced deprecated assertEquals() with assertEqual().Jon Dufresne2019-10-211-2/+2
* Fixed #27391 -- Implemented SimpleTestCase.debug().Pavel Savchenko2019-10-184-5/+90
* Refs #27391 -- Added more tests for SimpleTestCase.Pavel Savchenko2019-10-181-0/+90
* Fixed #28337 -- Preserved extra headers of requests made with django.test.Cli...Patrick Jenkins2019-10-185-2/+51
* Fixed typo in tests/admin_scripts/tests.py.Daniel Musketa2019-10-181-1/+1
* Fixed #30890 -- Added MariaDB support for the relate lookup.Mariusz Felisiak2019-10-185-10/+26
* Added gis_tests.utils.mariadb hook.Mariusz Felisiak2019-10-184-7/+8
* Refs #28816 -- Prevented silencing data loss when decreasing CharField.max_le...Hasan Ramezani2019-10-172-2/+64
* Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mi...sage2019-10-179-38/+40
* Fixed #30885 -- Dropped support for MariaDB 10.1.Mariusz Felisiak2019-10-163-2/+8
* Fixed #30562 -- Doc'd MariaDB support for GIS spatial lookups.Mariusz Felisiak2019-10-162-50/+66
* Refs #28436 -- Corrected docs regarding MySQL support of distance lookups.Mariusz Felisiak2019-10-162-6/+10
* Refs #22423 -- Corrected crosses lookup support on MySQL in documentation.Mariusz Felisiak2019-10-161-1/+1
* Refs #27910 -- Added __init__.py file for model_enums tests.Mariusz Felisiak2019-10-151-0/+0
* Fixed #30859 -- Fixed DatabaseFeatures.supports_aggregate_filter_clause on SQ...Mariusz Felisiak2019-10-152-1/+2
* Moved "Sign the CLA" to the bottom of New Contributor First Steps.Carlton Gibson2019-10-151-7/+7
* Fixed #30872 -- Improved unknown command message when settings are manually c...Carlton Gibson2019-10-152-1/+10
* Fixed #30816 -- Doc'd how to create projects with a local copy of Django.Ad Timmering2019-10-151-3/+15
* Fixed #30808 -- Added the Django Forum to contributing index.Graham Healy2019-10-151-0/+6
* Refs #26207 -- Removed obsolete note about slow constructing a model with def...Simon Charette2019-10-141-8/+6
* Fixed #30870 -- Fixed showing that RunPython operations are irreversible by m...Mariusz Felisiak2019-10-144-5/+53
* Isolated migrations.test_commands.MigrateTests.test_migrate_plan.Mariusz Felisiak2019-10-141-47/+49
* Fixed #30868 -- Prevented unnecessary AlterField when renaming a referenced pk.Simon Charette2019-10-142-0/+28
* Clarified that SECURE_REDIRECT_EXEMPT patterns should not include leading sla...René Fleschenberg2019-10-111-2/+5
* Fixed #30014 -- Fixed ModelChoiceField validation when initial value is a mod...Etienne Chové2019-10-112-0/+21
* Added ModelChoiceField test for validation with to_field_name.Etienne Chové2019-10-111-0/+4
* Fixed #30826 -- Fixed crash of many JSONField lookups when one hand side is k...Louise Grandjonc2019-10-115-5/+39
* Fixed #30854 -- Fixed QuerySet.select_related() with multiple FilteredRelations.Hasan Ramezani2019-10-112-4/+17
* Refs #30854 -- Moved local_setter() outside the loop in SQLCompiler.get_relat...Hasan Ramezani2019-10-111-5/+6
* Fixed #23755 -- Added support for multiple field names in the no-cache Cache-...Flavio Curella2019-10-105-8/+43
* Fixed typos in docs/releases/3.0.txt.Mariusz Felisiak2019-10-101-2/+2
* Refs #23755 -- Added tests for patch_cache_control() with no-cache Cache-Cont...Flavio Curella2019-10-101-1/+5
* Fixed #30812 -- Made ConditionalGetMiddleware set ETag only for responses wit...Viktor Lomakin2019-10-103-1/+11
* Fixed #30300 -- Allowed migrations to be loaded from directories without __in...Benjy Weinberger2019-10-104-7/+32
* Fixed #27086 -- Doc'd fix for test suite hang on macOS.Kees Hink2019-10-091-0/+14
* Added note to check Python version in unit tests troubleshooting section.Carlton Gibson2019-10-091-0/+7
* Corrected section indentation in unit tests contributor docs.Carlton Gibson2019-10-091-2/+2
* Refs #26608 -- Fixed DatabaseFeatures.supports_frame_range_fixed_distance on ...Mariusz Felisiak2019-10-092-0/+3
* Fixed #11097 -- Added note about parent link fields in formsets for multi-tab...Mac Chapman2019-10-091-0/+6
* Fixed #30806 -- Prevented tox tests hanging on macOS.dustinlharrison2019-10-091-1/+2
* Fixed #30860 -- Disabled unneeded NULLS FIRST/LAST workaround on SQLite 3.30+.Simon Charette2019-10-091-4/+5
* Fixed #30858 -- Clarified that AdminEmailHandler processes all 5xx responses.Carlton Gibson2019-10-091-4/+5
* Fixed #30856 -- Combined fast-delete queries by model during cascade deletion.Simon Charette2019-10-093-35/+51