summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-11Made the @cached_property example more consistent.Bryan Helmig
2017-08-11Removed obsolete DecimalComparisonLookup.Sergey Fedoseev
2017-08-11Replaced typecast_decimal() with decimal.Decimal().Sergey Fedoseev
2017-08-11Removed outdated comment in Query.build_filter().Sergey Fedoseev
2017-08-10Fixed #28386 -- Made operations within non-atomic migrations honor the operat...Evan Grim
2017-08-10Added missing test for RunPython behavior when unapplying.Evan Grim
2017-08-10Refs #18247 -- Fixed filtering on CombinedExpression(output_field=DecimalFiel...Sergey Fedoseev
2017-08-10Fixed #23766 -- Doc'd CursorWrapper.callproc().Mariusz Felisiak
2017-08-10Refs #28459 -- Improved performance of loading DecimalField on SQLite.Sergey Fedoseev
2017-08-10Refs #16043 -- Refactored internal fields value cache.Paulo
2017-08-10Refs #28459 -- Made Oracle get_db_converters() return converter for empty str...Sergey Fedoseev
2017-08-09Simplified Float/DecimalField.validate() with math.isfinite().Srinivas Reddy Thatiparthy
2017-08-09Simplified SQLite converter for bool type.Sergey Fedoseev
2017-08-09Fixed argument name in call_command() docstring.Raúl Pedro Fernandes Santos
2017-08-09Refs #4518 -- Removed handling of empty strings in typecast_decimal().Sergey Fedoseev
2017-08-09Fixed typo in docs/releases/2.0.txt.Pavel Karateev
2017-08-08Refs #23766 -- Added tests for CursorWrapper.callproc().Mariusz Felisiak
2017-08-08Refs #7070 -- Improved test for extra(), values(), distinct() and ordering() ...Sergey Fedoseev
2017-08-08Refs #28459 -- Improved performance of sql.compiler.cursor_iter().Sergey Fedoseev
2017-08-08Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditorClaude Paroz
2017-08-08Fixed #28471 -- Clarified that Meta.indexes is preferred to index_together.Tim Graham
2017-08-08Fixed #28472 -- Optimized a jQuery selector in admin's actions.js.bc500
2017-08-08Refs #28459 -- Improved performance of ValuesIterable.Sergey Fedoseev
2017-08-07Removed unnecessary else in SelectDateWidget.id_for_lable().Srinivas Reddy Thatiparthy
2017-08-07Refs #28459 -- Improved performance of select_related() when model is prefetc...Sergey Fedoseev
2017-08-07Added newline at end of docs/faq/index.txt.Mads Jensen
2017-08-07Refs #28459 -- Improved performance of SQLCompiler.results_iter().Sergey Fedoseev
2017-08-07Fixed #28466 -- Clarified the definition of a lazy relationship.Tim Graham
2017-08-07Fixed #28457 -- Updated the design of the 'Congrats' page for new Django proj...Timothy Allen
2017-08-07Removed unnecessary else clause in TemplateStrings.get_template().Srinivas Reddy Thatiparthy
2017-08-07Removed unnecessary assignment in Oracle's FormatStylePlaceholderCursor._fix_...Srinivas Reddy Thatiparthy
2017-08-02Removed unused _combine() node argument from various combinable classes.Mariusz Felisiak
2017-08-02Refs #7697 -- Tested escaping of safe strings in the technical 500 debug view.Tim Graham
2017-08-02Refs #7697 -- Removed unnecessary force_escape of technical 500 debug view "u...Tim Graham
2017-08-02Refs #5046 -- Tested the 'unicode hint' in the technical 500 debug view.Tim Graham
2017-08-02Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the end.Tim Graham
2017-08-02Refs #28459 -- Improved performance of Model.from_db() when fields are deferred.Sergey Fedoseev
2017-08-02Simplified check that pk is fetched in RawQuerySet.__iter__().Sergey Fedoseev
2017-08-01Removed unused DatabaseOperations.last_insert_id() on PostgreSQL.Mariusz Felisiak
2017-08-01Fixed #28459 -- Improved performance of ValuesListIterable.Sergey Fedoseev
2017-08-01Fixed #28454 -- Simplifed use of Query.setup_joins() by returning a named tuple.Matthew Wilkes
2017-08-01Removed unneeded escape filter in templates where autoescaping is enabled.Tim Graham
2017-08-01Added stub release notes for 1.11.5.Tim Graham
2017-08-01Added release date for 1.11.4.Tim Graham
2017-08-01Refs #28370 -- Moved db converters deprecation warning to improve performance.Sergey Fedoseev
2017-07-31Fixed #27985 -- Fixed query for __exact=value when get_prep_value() converts ...Sergey Fedoseev
2017-07-31Refs #20880 -- Removed non-cloning logic from Query.clone().Anssi Kääriäinen
2017-07-31Refs #20880 -- Removed non-cloning logic from QuerySet._clone().Anssi Kääriäinen
2017-07-31Fixed #28453 -- Made __exact=None lookup use transforms.Sergey Fedoseev
2017-07-31Removed a primary key value dependency in a multiple_database test.Tim Graham