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-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
2017-08-01
Refs #28370 -- Moved db converters deprecation warning to improve performance.
Sergey Fedoseev
2017-07-31
Fixed #27985 -- Fixed query for __exact=value when get_prep_value() converts ...
Sergey Fedoseev
2017-07-31
Refs #20880 -- Removed non-cloning logic from Query.clone().
Anssi Kääriäinen
2017-07-31
Refs #20880 -- Removed non-cloning logic from QuerySet._clone().
Anssi Kääriäinen
2017-07-31
Fixed #28453 -- Made __exact=None lookup use transforms.
Sergey Fedoseev
2017-07-31
Removed a primary key value dependency in a multiple_database test.
Tim Graham
2017-07-31
Avoided creating temporary lists for obtaining the first item.
Sergey Fedoseev
2017-07-31
Removed unneeded TruncBase.arity.
Sergey Fedoseev
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-29
Avoided creation of temporary sets.
Sergey Fedoseev
2017-07-29
Fixed #28264 -- Made FilePathField sort files and directories when recursive=...
Srinivas Reddy Thatiparthy
2017-07-28
Prevented query_utils.refs_expression() from looking for empty string in anno...
Sergey Fedoseev
2017-07-27
Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't ...
Mariusz Felisiak
2017-07-27
Fixed #28415 -- Clarified what characters ASCII/UnicodeUsernameValidator accept.
Tim Graham
2017-07-27
Fixed #28437 -- Added support for complex geometry expressions in GIS lookups.
Sergey Fedoseev
2017-07-26
Allowed database backends to specify data types for Cast().
Mariusz Felisiak
2017-07-26
Removed unused SpatialOperations.from_wkb.
Tim Graham
2017-07-26
Improved test coverage for django.conf.
Anton Samarchyan
2017-07-26
Improved test coverage for django.contrib.sitemaps.
Anton Samarchyan
2017-07-26
Fixed #28363 -- Allowed naming the migration generated by squashmigrations.
Melvyn Sopacua
2017-07-26
Fixed #28433 -- Made GEOSGeometry.__eq__() work correctly with non-canonical ...
Sergey Fedoseev
[prev]
[next]