index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-08-11
Fixed #28421 -- Split some long FormSet tests and made other cosmetic cleanups.
Tim Graham
2017-08-11
Refs #28459 -- Optimized ModelState instantiation.
Sergey Fedoseev
2017-08-11
Fixed #28456 -- Allowed customizing Model pickling by overriding __getstate__().
Nerl~
2017-08-11
Fixed #28252 -- Corrected docs for default file extensions of makemessages.
Jonatas CD
2017-08-11
Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0.
Tim Graham
2017-08-11
Simplified calculation of used joins in Query.build_filter().
Sergey Fedoseev
2017-08-11
Made the @cached_property example more consistent.
Bryan Helmig
2017-08-11
Removed obsolete DecimalComparisonLookup.
Sergey Fedoseev
2017-08-11
Replaced typecast_decimal() with decimal.Decimal().
Sergey Fedoseev
2017-08-11
Removed outdated comment in Query.build_filter().
Sergey Fedoseev
2017-08-10
Fixed #28386 -- Made operations within non-atomic migrations honor the operat...
Evan Grim
2017-08-10
Added missing test for RunPython behavior when unapplying.
Evan Grim
2017-08-10
Refs #18247 -- Fixed filtering on CombinedExpression(output_field=DecimalFiel...
Sergey Fedoseev
2017-08-10
Fixed #23766 -- Doc'd CursorWrapper.callproc().
Mariusz Felisiak
2017-08-10
Refs #28459 -- Improved performance of loading DecimalField on SQLite.
Sergey Fedoseev
2017-08-10
Refs #16043 -- Refactored internal fields value cache.
Paulo
2017-08-10
Refs #28459 -- Made Oracle get_db_converters() return converter for empty str...
Sergey Fedoseev
2017-08-09
Simplified Float/DecimalField.validate() with math.isfinite().
Srinivas Reddy Thatiparthy
2017-08-09
Simplified SQLite converter for bool type.
Sergey Fedoseev
2017-08-09
Fixed argument name in call_command() docstring.
Raúl Pedro Fernandes Santos
2017-08-09
Refs #4518 -- Removed handling of empty strings in typecast_decimal().
Sergey Fedoseev
2017-08-09
Fixed typo in docs/releases/2.0.txt.
Pavel Karateev
2017-08-08
Refs #23766 -- Added tests for CursorWrapper.callproc().
Mariusz Felisiak
2017-08-08
Refs #7070 -- Improved test for extra(), values(), distinct() and ordering() ...
Sergey Fedoseev
2017-08-08
Refs #28459 -- Improved performance of sql.compiler.cursor_iter().
Sergey Fedoseev
2017-08-08
Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditor
Claude Paroz
2017-08-08
Fixed #28471 -- Clarified that Meta.indexes is preferred to index_together.
Tim Graham
2017-08-08
Fixed #28472 -- Optimized a jQuery selector in admin's actions.js.
bc500
2017-08-08
Refs #28459 -- Improved performance of ValuesIterable.
Sergey Fedoseev
2017-08-07
Removed unnecessary else in SelectDateWidget.id_for_lable().
Srinivas Reddy Thatiparthy
2017-08-07
Refs #28459 -- Improved performance of select_related() when model is prefetc...
Sergey Fedoseev
2017-08-07
Added newline at end of docs/faq/index.txt.
Mads Jensen
2017-08-07
Refs #28459 -- Improved performance of SQLCompiler.results_iter().
Sergey Fedoseev
2017-08-07
Fixed #28466 -- Clarified the definition of a lazy relationship.
Tim Graham
2017-08-07
Fixed #28457 -- Updated the design of the 'Congrats' page for new Django proj...
Timothy Allen
2017-08-07
Removed unnecessary else clause in TemplateStrings.get_template().
Srinivas Reddy Thatiparthy
2017-08-07
Removed unnecessary assignment in Oracle's FormatStylePlaceholderCursor._fix_...
Srinivas Reddy Thatiparthy
2017-08-02
Removed unused _combine() node argument from various combinable classes.
Mariusz Felisiak
2017-08-02
Refs #7697 -- Tested escaping of safe strings in the technical 500 debug view.
Tim Graham
2017-08-02
Refs #7697 -- Removed unnecessary force_escape of technical 500 debug view "u...
Tim Graham
2017-08-02
Refs #5046 -- Tested the 'unicode hint' in the technical 500 debug view.
Tim Graham
2017-08-02
Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the end.
Tim Graham
2017-08-02
Refs #28459 -- Improved performance of Model.from_db() when fields are deferred.
Sergey Fedoseev
2017-08-02
Simplified check that pk is fetched in RawQuerySet.__iter__().
Sergey Fedoseev
2017-08-01
Removed unused DatabaseOperations.last_insert_id() on PostgreSQL.
Mariusz Felisiak
2017-08-01
Fixed #28459 -- Improved performance of ValuesListIterable.
Sergey Fedoseev
2017-08-01
Fixed #28454 -- Simplifed use of Query.setup_joins() by returning a named tuple.
Matthew Wilkes
2017-08-01
Removed unneeded escape filter in templates where autoescaping is enabled.
Tim Graham
2017-08-01
Added stub release notes for 1.11.5.
Tim Graham
2017-08-01
Added release date for 1.11.4.
Tim Graham
[prev]
[next]