Mariusz Felisiak
|
660d50805b
Fixed #23766 -- Doc'd CursorWrapper.callproc().
|
7 years ago |
Sergey Fedoseev
|
a146b65628
Refs #28459 -- Improved performance of loading DecimalField on SQLite.
|
7 years ago |
Paulo
|
bfb746f983
Refs #16043 -- Refactored internal fields value cache.
|
8 years ago |
Sergey Fedoseev
|
22ff86ec52
Refs #28459 -- Made Oracle get_db_converters() return converter for empty strings only when it's needed.
|
7 years ago |
Srinivas Reddy Thatiparthy
|
5cb7619995
Simplified Float/DecimalField.validate() with math.isfinite().
|
7 years ago |
Sergey Fedoseev
|
5244d7cf54
Simplified SQLite converter for bool type.
|
7 years ago |
Raúl Pedro Fernandes Santos
|
7104e051c1
Fixed argument name in call_command() docstring.
|
7 years ago |
Sergey Fedoseev
|
bb91c0a4dc
Refs #4518 -- Removed handling of empty strings in typecast_decimal().
|
7 years ago |
Pavel Karateev
|
851ef09db9
Fixed typo in docs/releases/2.0.txt.
|
7 years ago |
Mariusz Felisiak
|
3189a93ceb
Refs #23766 -- Added tests for CursorWrapper.callproc().
|
7 years ago |
Sergey Fedoseev
|
c754bdc45b
Refs #7070 -- Improved test for extra(), values(), distinct() and ordering() all together.
|
7 years ago |
Sergey Fedoseev
|
b8731c3fff
Refs #28459 -- Improved performance of sql.compiler.cursor_iter().
|
7 years ago |
Claude Paroz
|
831358f23d
Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditor
|
7 years ago |
Tim Graham
|
d18227e341
Fixed #28471 -- Clarified that Meta.indexes is preferred to index_together.
|
7 years ago |
bc500
|
09423db71a
Fixed #28472 -- Optimized a jQuery selector in admin's actions.js.
|
7 years ago |
Sergey Fedoseev
|
fb0bdff981
Refs #28459 -- Improved performance of ValuesIterable.
|
7 years ago |
Srinivas Reddy Thatiparthy
|
b5d47b18f1
Removed unnecessary else in SelectDateWidget.id_for_lable().
|
7 years ago |
Sergey Fedoseev
|
ba1d82df63
Refs #28459 -- Improved performance of select_related() when model is prefetched from its parent.
|
7 years ago |
Mads Jensen
|
773c7888d4
Added newline at end of docs/faq/index.txt.
|
7 years ago |
Sergey Fedoseev
|
ca46f4688c
Refs #28459 -- Improved performance of SQLCompiler.results_iter().
|
7 years ago |
Tim Graham
|
50a97edc1a
Fixed #28466 -- Clarified the definition of a lazy relationship.
|
7 years ago |
Timothy Allen
|
5fe9b7b40a
Fixed #28457 -- Updated the design of the 'Congrats' page for new Django projects.
|
7 years ago |
Srinivas Reddy Thatiparthy
|
0a24714b26
Removed unnecessary else clause in TemplateStrings.get_template().
|
7 years ago |
Srinivas Reddy Thatiparthy
|
6a793d1788
Removed unnecessary assignment in Oracle's FormatStylePlaceholderCursor._fix_for_params().
|
7 years ago |
Mariusz Felisiak
|
7724879b52
Removed unused _combine() node argument from various combinable classes.
|
7 years ago |
Tim Graham
|
d70432deae
Refs #7697 -- Tested escaping of safe strings in the technical 500 debug view.
|
7 years ago |
Tim Graham
|
293608a2e0
Refs #7697 -- Removed unnecessary force_escape of technical 500 debug view "unicode hint".
|
7 years ago |
Tim Graham
|
74b7a20fe6
Refs #5046 -- Tested the 'unicode hint' in the technical 500 debug view.
|
7 years ago |
Tim Graham
|
78c155cf2e
Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the end.
|
7 years ago |
Sergey Fedoseev
|
78f7f68021
Refs #28459 -- Improved performance of Model.from_db() when fields are deferred.
|
7 years ago |