summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-20Reduced reduce() usage; refs #23796.Brad Walker
2014-11-20Added test for ValidationError.messagesBrad Walker
2014-11-20Fixed #23605 -- Fixed nested subquery regressionAnssi Kääriäinen
2014-11-20Fixed #23844 -- Used topological sort for migration operation dependency reso...Patryk Zawadzki
2014-11-20Added some directories on Jenkins to flake8 exclude.Tim Graham
2014-11-20Added missing backticks to form validation docsAlasdair Nicol
2014-11-20Added AutoField introspection for PostgreSQLClaude Paroz
2014-11-20Added AutoField introspection for MySQLClaude Paroz
2014-11-20Fixed #23817 -- Updated docs on QuerySet evaluationMichal Petrucha
2014-11-20Fixed #12098 -- Simplified HttpRequest.__repr__().Berker Peksag
2014-11-20Fixed #23876 -- Removed dead code in SQLAggregateCompiler.Carl Meyer
2014-11-19Added another migration-executor test to avoid regressions.Carl Meyer
2014-11-19Fixed #23873 -- Improved GIS error message when GEOS is not installed.Carl Meyer
2014-11-19Fixed #23410 -- Avoided unnecessary rollbacks in related apps when migrating ...Carl Meyer
2014-11-19Fixed #21794 -- Removed deprecation warning for abstract models outside an app.Carl Meyer
2014-11-19Fixed #23872 -- Removed sensitivity of migrations tests to CWD.Carl Meyer
2014-11-19Fixed GIS tests to again skip without error when GEOS is not installed.Carl Meyer
2014-11-19Fixed #23871 -- Removed promotion of MySQL warnings to errors in DEBUG mode.Tim Graham
2014-11-19Replaced caching of a property with @cached_property.Aymeric Augustin
2014-11-19Simplified caching of supported languages.Aymeric Augustin
2014-11-19Simplified caching of the default exception reporter filter.Aymeric Augustin
2014-11-19Removed usage of a global variable.Aymeric Augustin
2014-11-19Simplified caching of template context processors.Aymeric Augustin
2014-11-19Simplified caching of templatetags modules.Aymeric Augustin
2014-11-19Simplified caching of get_default_timezone().Aymeric Augustin
2014-11-19Simplified caching of password hashers.Aymeric Augustin
2014-11-19Cleaned up and reformatted autodetector testsMarkus Holtermann
2014-11-19Formatted model states in autodetector testsMarkus Holtermann
2014-11-19Fixed GeoSQLCompiler to pass itself correctly to column as_sql.Carl Meyer
2014-11-19Removed a deprecated use of SQLCompiler as quote_name in GIS.Carl Meyer
2014-11-19Fixed #22248 -- Made RenameModel reversibleStratos Moros
2014-11-19Removed nonexistent module django.test._doctest from coveragerc.Tim Graham
2014-11-18Fixed #23849 -- Documented the locmem.Loader class.Preston Timmons
2014-11-18Deprecated calling a SQLCompiler instance.Carl Meyer
2014-11-18Fixed #18714 -- Added 'fuzzy' compilemessages optionAnton Baklanov
2014-11-18Fixed #23799 -- Made makemigrations respect --no-optimize.Tillmann Karras
2014-11-17Fix malformed note directives.Carl Meyer
2014-11-17Fix link target markupÉric Araujo
2014-11-17Adjusted tests for previous commit.Aymeric Augustin
2014-11-17Normalized check that ALLOWED_INCLUDE_ROOTS is a tuple.Aymeric Augustin
2014-11-17Removed superfluous newline.Aymeric Augustin
2014-11-17Merge pull request #3563 from MarkusH/ticket23859Carl Meyer
2014-11-17Fixed #23859 -- Fixed a migration crash when a field is renamed that is part ...Markus Holtermann
2014-11-17Avoided unneeded calls to state.render() in migrations.twidi
2014-11-17Reordered condition to avoid calling allow_migrate() if unneeded.twidi
2014-11-17Fixed #23855 -- Removed unnecessary all() in tutorial 3.Tim Graham
2014-11-17Moved bilateral transform fetching to models.lookupsAnssi Kääriäinen
2014-11-17Fixed #20435 -- Reordered the custom template tags docs.Daniel Roseman
2014-11-17Added assertion error message for test_make_lineClaude Paroz
2014-11-17Improved readability of negative condition in makemessagesClaude Paroz