summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-14Fixed #29542 -- Fixed invalid SQL if a Subquery from the HAVING clause is use...Mariusz Felisiak
2018-07-13Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...Peter Inglesby
2018-07-13Fixed #28566 -- Added path matching to collectstatic ignore patterns.Daniel Wiesmann
2018-07-13Refs #29548 -- Fixed GIS tests on MariaDBClaude Paroz
2018-07-11Fixed #29559 -- Fixed TransactionTestCase.reset_sequences for auto-created m2...Oliver Sauder
2018-07-11Refs #9804 -- Fixed test for sequence reset of M2M with inherited through model.Tim Graham
2018-07-11Removed in_between from Operation.reduce()'s signature.Simon Charette
2018-07-11Fixed #27845 -- Allowed both right and left optimizations of operations.Simon Charette
2018-07-11Allowed RemoveField operations to be optimized through.Simon Charette
2018-07-11Relaxed FieldOperation.references_field remote field checking.Simon Charette
2018-07-11Introduced ModelTuple to remove migrations boilerplate.Simon Charette
2018-07-11Fixed #26720 -- Prevented invalid CreateModel optimizations of related fields.Simon Charette
2018-07-11Fixed #27768 -- Allowed migration optimization of CreateModel order.Simon Charette
2018-07-11Refs #27768 -- Reversed order of optimized and in-between operations.Simon Charette
2018-07-11Simplified BaseContext.__iter__().Sergey Fedoseev
2018-07-11Silenced warnings in deprecation tests.Jon Dufresne
2018-07-10Refs #22875 -- Fixed an optimizer test to use a valid scenario.Simon Charette
2018-07-10Fixed #29045 -- Fixed admin CSS so that select multiple elements honor the HT...Jonah Bishop
2018-07-10Fixed #11964 -- Added support for database check constraints.Ian Foote
2018-07-10Removed Oracle's fetchmany() and fetchall() wrappers.Sergey Fedoseev
2018-07-10Fixed #29556 -- Made 'remove_stale_contenttypes --noinput' delete content types.Jon Dufresne
2018-07-10Simplified a couple test docstrings.Tim Graham
2018-07-10Deleted unused variable in SQLCompiler.get_related_selections().Mads Jensen
2018-07-10Simplified HttpRequest.__iter__().Sergey Fedoseev
2018-07-10Fixed ResourceWarning from unclosed test files.Jon Dufresne
2018-07-09Fixed #29546 -- Deprecated django.utils.timezone.FixedOffset.Sergey Fedoseev
2018-07-09Fixed #29549 -- Doc'd that Field.choices are enforced by model validation.Tim Graham
2018-07-09Refs #29548 -- Fixed non-GIS test failures on MariaDB.Tom Forbes
2018-07-09Simplified force_bytes().Sergey Fedoseev
2018-07-09Refs #29478 -- Doc'd how to use cached_property with a mangled name.Sergey Fedoseev
2018-07-09Fixed #29550 -- Eased overriding pickle.dumps() protocol in cache backends an...Simon Charette
2018-07-09Refs #27480 -- Moved FileBasedCache content writing logic to a method.Simon Charette
2018-07-09Fixed #29553 -- Made test client set Content-Length header to a string rather...Tim Graham
2018-07-09Removed unneded str() calls prior to mark_safe(); simplified mark_safe().Sergey Fedoseev
2018-07-09Fixed some assertTrue() that were intended to be assertEqual().Sergey Fedoseev
2018-07-09Refs #27472 -- Fixed crash during pickling of empty GEOS point.Sergey Fedoseev
2018-07-09Made test for memoryview handling in force_bytes() more strict.Sergey Fedoseev
2018-07-09Fixed #20584 -- Fixed memcached's get_many() with single-use iterators.Christian Barcenas
2018-07-07Fixed word choice in ContentFile example.Josh Schneier
2018-07-07Removed usage of 'object' variable name in docs.Harry Moreno
2018-07-06Fixed #29543 -- Fixed CPointerBase.__del__() ImportError crash.Mushtaq Ali
2018-07-06Refs #29451 -- Fixed test_isvalid_lookup on MySQL 8+.Tom
2018-07-06Corrected cached_property() signature in docs.Sergey Fedoseev
2018-07-05Fixed #29544 -- Fixed regex lookup on MariaDB.Michal Čihař
2018-07-05Refs #26608 -- Removed unneeded name attribute in window functions.Mads Jensen
2018-07-05Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause ...Mads Jensen
2018-07-05Refs #28643 -- Added math database functions.Junyi Jiao
2018-07-04Fixed typo in docs/ref/templates/builtins.txt.Stephen James
2018-07-04Fixed #29541 -- Fixed Cursor.execute() crash when setinputsizes() is called w...Mariusz Felisiak
2018-07-03Doc'd that template variables & attributes may not start with an underscore.Greg Kaleka