summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-24Applied unicode_literals to makemessages commandClaude Paroz
2014-05-24Made runtests.py use 'set_installed_apps' APIClaude Paroz
2014-05-23Fixed tuple serialization test.Baptiste Mispelon
2014-05-23Fixed #22602 -- Improved code coverage of makemigrations command tests.Huu Nguyen
2014-05-22Fixed #21357 -- Fixed test client session initialization.Preston Timmons
2014-05-22Fixed #21598 -- cleaned up template loader overrides in testsUnai Zalakain
2014-05-22Fixed #20816 -- Added hints about Django middleware orderingClaude Paroz
2014-05-22Fixed #22667 -- Replaced leader/follower terminology with primary/replicaFlavio Curella
2014-05-22Fixed #22679 -- Fixed empty tuple serialization in MigrationWriter.Moayad Mardini
2014-05-22Fix a test dependent on json ordering.Marc Tamlyn
2014-05-22Added omitted documentation for ArrayField__len.Marc Tamlyn
2014-05-22Merge pull request #2699 from graingert/patch-3Marc Tamlyn
2014-05-22Made nested deconstruction support both forms of deconstruct()Marc Tamlyn
2014-05-22the SECRET_KEY is not a hashThomas Grainger
2014-05-22Added array field support for PostgreSQL.Marc Tamlyn
2014-05-22Used link label in models FAQ to ease translationClaude Paroz
2014-05-21Merge pull request #2498 from ramiro/move-serverhandlerRamiro Morales
2014-05-21Merge pull request #2679 from ramiro/t22421Ramiro Morales
2014-05-21Fixed #22639 -- Added missing imports in docsNiclas Åhdén
2014-05-21Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATHMartin Brochhaus
2014-05-21Skipped a migrations test that's not supported on MySQL + Python 3.Tim Graham
2014-05-21Fixed unused import.Loic Bistuer
2014-05-21Fixed the ordering of prefetch lookups so that latter lookups can refer to fo...Loic Bistuer
2014-05-21Fixed #22650 -- Fixed regression on prefetch_related.Loic Bistuer
2014-05-20Merge pull request #2692 from fcurella/patch-5Alex Gaynor
2014-05-20replaced occurrences of master/slave terminology with leader/followerFlavio Curella
2014-05-20Fixed #22557 -- ManifestStaticFilesStorage did not cleanup deleted files.Denis Cornehl
2014-05-20Revert "Fixed #22645: Allow apps with no models module to still have migrations"Andrew Godwin
2014-05-20Fixed #22432: SQLite M2M repointing now works. Thanks to xelnor.Andrew Godwin
2014-05-20Fixed #22649: Beefed up quote_valueAndrew Godwin
2014-05-20Merge pull request #2634 from loic/ticket22424Andrew Godwin
2014-05-20Add feature for implied null (needed for Firebird backend)Andrew Godwin
2014-05-20Fixed #22645: Allow apps with no models module to still have migrationsAndrew Godwin
2014-05-20Removed unused translations in auth testsClaude Paroz
2014-05-20Merge pull request #2688 from whoshuu/22661Claude Paroz
2014-05-19Fixed #22661 -- Move makemigrations tests to the proper classHuu Nguyen
2014-05-19Fixed #22638 -- Changed CookieWizardView to ignore invalid cookiesErik Romijn
2014-05-19Fix a2dd618 for mysql.Marc Tamlyn
2014-05-19Revert "Fixed regression from a2dd618e3b4a7472fab852da450ca5eef92a922f."Marc Tamlyn
2014-05-19Fixed #22655 -- Fixed GeoQuerySet doc about strictly_belowMoayad Mardini
2014-05-19Updated translation catalogsClaude Paroz
2014-05-19Re-added JS catalog in manage_translations scriptClaude Paroz
2014-05-19Fixed #22652 -- Replaced UserModel.objects with UserModel._default_manager.Tim Graham
2014-05-19Revert "Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of mod...Tim Graham
2014-05-19Removed locale dirs for single-message appsClaude Paroz
2014-05-19Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules.Martin Brochhaus
2014-05-19Fixed #22368 -- clarified connecting to Oracle DB using service nameMoayad Mardini
2014-05-19Updated Django makemessages processClaude Paroz
2014-05-19Merge pull request #2682 from alimony/welcome_page_local_02Claude Paroz
2014-05-19Fixed #22635 -- Made "It worked!" page localizable.Markus Amalthea Magnuson