0
0
mirror of https://github.com/django/django.git synced 2024-11-28 21:43:13 +01:00
django/docs/howto
Anssi Kääriäinen 0c7633178f Fixed #24020 -- Refactored SQL compiler to use expressions
Refactored compiler SELECT, GROUP BY and ORDER BY generation.
While there, also refactored select_related() implementation
(get_cached_row() and get_klass_info() are now gone!).

Made get_db_converters() method work on expressions instead of
internal_type. This allows the backend converters to target
specific expressions if need be.

Added query.context, this can be used to set per-query state.

Also changed the signature of database converters. They now accept
context as an argument.
2015-01-08 14:07:54 -05:00
..
deployment Deprecated TEMPLATE_LOADERS. 2014-12-28 17:02:30 +01:00
static-files
auth-remote-user.txt
custom-file-storage.txt
custom-lookups.txt
custom-management-commands.txt Fixed #24073 -- Deactivated translations when leave_locale_alone is False 2015-01-07 20:11:24 +01:00
custom-model-fields.txt Fixed #24020 -- Refactored SQL compiler to use expressions 2015-01-08 14:07:54 -05:00
custom-template-tags.txt
error-reporting.txt
index.txt
initial-data.txt Revert "Updated some docs for the delayed deprecation of legacy table creation; refs #22340." 2014-12-30 11:50:50 -05:00
jython.txt
legacy-databases.txt
outputting-csv.txt
outputting-pdf.txt
upgrade-version.txt
windows.txt