summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2014-11-19Simplified caching of the default exception reporter filter.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-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-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-17Normalized check that ALLOWED_INCLUDE_ROOTS is a tuple.Aymeric Augustin
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-17Moved bilateral transform fetching to models.lookupsAnssi Kääriäinen
2014-11-17Added assertion error message for test_make_lineClaude Paroz
2014-11-17Improved readability of negative condition in makemessagesClaude Paroz
2014-11-17Simplified handle_extensions management utilityClaude Paroz
2014-11-17Fixed #23840 -- Fixed makemessages find_files methodIlja Maas
2014-11-16Removed support for function-based template loaders.Aymeric Augustin
2014-11-16Used get_template_loaders in the cached loader.Aymeric Augustin
2014-11-16Refactored getting the list of template loaders.Aymeric Augustin
2014-11-16Deprecated function-based loaders.Aymeric Augustin
2014-11-16Removed obsolete comment.Aymeric Augustin
2014-11-16Removed override_template_loaders and override_with_test_loader.Aymeric Augustin
2014-11-16Refactored listing template subdirectories in apps.Aymeric Augustin
2014-11-16Removed skip_template argument of locmem.Loader.load_template_source.Aymeric Augustin
2014-11-16Removed the "test:" prefix from locmem template identifiers.Aymeric Augustin
2014-11-16Moved all template loaders under django.template.loaders.Aymeric Augustin
2014-11-16Fixed regression in 4dc4d12e. Refs #21598.Aymeric Augustin
2014-11-16Fixed #21612 -- Made QuerySet.update() respect to_fieldKaren Tracey
2014-11-16Renamed qn to compilerJosh Smeaton
2014-11-16Merge pull request #3526 from gregorth/ticket_23585Marc Tamlyn
2014-11-15Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign().Berker Peksag
2014-11-15Merge pull request #3536 from Zweedeend/ticket_23837Carl Meyer
2014-11-15Added a new GeoJSON serialization format for GeoDjangoClaude Paroz
2014-11-15Fixed #23835: Changed circular dependency in DFS to be less infiniteAndrew Godwin
2014-11-15Refs #23793 -- Fixed test failure after password reset messages clarificationErik Romijn
2014-11-15Merge pull request #3531 from ddaan/ticket_23834Marc Tamlyn
2014-11-15Fixes #23837: Replace list.pop(0) by deque.popleft() in dfs function in migra...Niels Kouwenhoven
2014-11-15Fixed #23793 -- Clarified password reset messages.Yigit Guler
2014-11-15added test and fix to check for default null on ArrayFieldDaan Vielen
2014-11-15Revert "Use topological sort for migration operation dependency resolution"Tim Graham
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton
2014-11-15Use topological sort for migration operation dependency resolutionKlaas van Schelven
2014-11-15Fixed #23585 - Corrected internal comment.Grzegorz Slusarek
2014-11-15Fixed #22407 -- Added AdminEmailHandler.send_mail().Berker Peksag
2014-11-13Merge pull request #3481 from manfre/ticket-16358Michael Manfre
2014-11-13Fixed #23765 -- Removed BooleanField default check which often yielded false ...Tim Graham