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
2014-11-19
Fixed #23871 -- Removed promotion of MySQL warnings to errors in DEBUG mode.
Tim Graham
2014-11-19
Replaced caching of a property with @cached_property.
Aymeric Augustin
2014-11-19
Simplified caching of supported languages.
Aymeric Augustin
2014-11-19
Simplified caching of the default exception reporter filter.
Aymeric Augustin
2014-11-19
Removed usage of a global variable.
Aymeric Augustin
2014-11-19
Simplified caching of template context processors.
Aymeric Augustin
2014-11-19
Simplified caching of templatetags modules.
Aymeric Augustin
2014-11-19
Simplified caching of get_default_timezone().
Aymeric Augustin
2014-11-19
Simplified caching of password hashers.
Aymeric Augustin
2014-11-19
Cleaned up and reformatted autodetector tests
Markus Holtermann
2014-11-19
Formatted model states in autodetector tests
Markus Holtermann
2014-11-19
Fixed GeoSQLCompiler to pass itself correctly to column as_sql.
Carl Meyer
2014-11-19
Removed a deprecated use of SQLCompiler as quote_name in GIS.
Carl Meyer
2014-11-19
Fixed #22248 -- Made RenameModel reversible
Stratos Moros
2014-11-19
Removed nonexistent module django.test._doctest from coveragerc.
Tim Graham
2014-11-18
Fixed #23849 -- Documented the locmem.Loader class.
Preston Timmons
2014-11-18
Deprecated calling a SQLCompiler instance.
Carl Meyer
2014-11-18
Fixed #18714 -- Added 'fuzzy' compilemessages option
Anton Baklanov
2014-11-18
Fixed #23799 -- Made makemigrations respect --no-optimize.
Tillmann Karras
2014-11-17
Fix malformed note directives.
Carl Meyer
2014-11-17
Fix link target markup
Éric Araujo
2014-11-17
Adjusted tests for previous commit.
Aymeric Augustin
2014-11-17
Normalized check that ALLOWED_INCLUDE_ROOTS is a tuple.
Aymeric Augustin
2014-11-17
Removed superfluous newline.
Aymeric Augustin
2014-11-17
Merge pull request #3563 from MarkusH/ticket23859
Carl Meyer
2014-11-17
Fixed #23859 -- Fixed a migration crash when a field is renamed that is part ...
Markus Holtermann
2014-11-17
Avoided unneeded calls to state.render() in migrations.
twidi
2014-11-17
Reordered condition to avoid calling allow_migrate() if unneeded.
twidi
2014-11-17
Fixed #23855 -- Removed unnecessary all() in tutorial 3.
Tim Graham
2014-11-17
Moved bilateral transform fetching to models.lookups
Anssi Kääriäinen
2014-11-17
Fixed #20435 -- Reordered the custom template tags docs.
Daniel Roseman
2014-11-17
Added assertion error message for test_make_line
Claude Paroz
2014-11-17
Improved readability of negative condition in makemessages
Claude Paroz
2014-11-17
Simplified handle_extensions management utility
Claude Paroz
2014-11-17
Fixed #23840 -- Fixed makemessages find_files method
Ilja Maas
2014-11-17
Fixed a test to correctly calculate a fixture's relative path.
Julien Phalip
2014-11-16
Removed support for function-based template loaders.
Aymeric Augustin
2014-11-16
Used get_template_loaders in the cached loader.
Aymeric Augustin
2014-11-16
Refactored getting the list of template loaders.
Aymeric Augustin
2014-11-16
Deprecated function-based loaders.
Aymeric Augustin
2014-11-16
Removed obsolete comment.
Aymeric Augustin
2014-11-16
Removed override_template_loaders and override_with_test_loader.
Aymeric Augustin
2014-11-16
Refactored listing template subdirectories in apps.
Aymeric Augustin
2014-11-16
Removed skip_template argument of locmem.Loader.load_template_source.
Aymeric Augustin
2014-11-16
Removed the "test:" prefix from locmem template identifiers.
Aymeric Augustin
2014-11-16
Moved all template loaders under django.template.loaders.
Aymeric Augustin
2014-11-16
Fixed regression in 4dc4d12e. Refs #21598.
Aymeric Augustin
2014-11-16
Fixed #21612 -- Made QuerySet.update() respect to_field
Karen Tracey
2014-11-16
Added reminder to committing docs to test a PR with Jenkins first.
Erik Romijn
2014-11-16
Renamed qn to compiler
Josh Smeaton
[prev]
[next]