summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2014-05-29Fixed #20401 -- ContentTypeManager.get_for_model reads from db_for_read.Antonis Christofides
2014-05-29Implement Migration.run_beforeChris Beaven
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-05-28Simplified, very slightly, some code in the oracle backendAlex Gaynor
2014-05-28Merge pull request #2734 from valberg/double_order_troubleAndrew Godwin
2014-05-29Fixed #22720 -- Migrations attempt to create _order twice.Víðir Valberg Guðmundsson
2014-05-28Set straight the sense of 'uppercases_column_names' feature flagShai Berger
2014-05-28Fixed constant_time_compare on Python 2.7.7Florian Apolloner
2014-05-28Fixed #22684 -- Added `empty_label` option on `django.forms.extras.widets.Sel...Guillaume Pannatier
2014-05-28Fixed #22715: Corrected sql for defaults of BinaryField on Oracle with Python3Shai Berger
2014-05-28Fixed #20550 -- Added ability to preserve test db between runsGreg Chapple
2014-05-28Fixed #22714 -- Made contrib.gis use six-provided memoryview typeClaude Paroz
2014-05-27Argument to `reversed` must be a sequence on Py3.Simon Charette
2014-05-27Fix a regression introduced by f011b90363.Simon Charette
2014-05-27Removed an old compatibility shim added in 1.0Claude Paroz
2014-05-27Fixed #21630 -- Simplified management command discoveryClaude Paroz
2014-05-27Fixed #22699 -- Configure default settings in some management commands.Aymeric Augustin
2014-05-27Fixed #22675 -- makemigrations --dry-run to output migrations to stdout.Moayad Mardini
2014-05-25Removed executeable bit from a few files.Florian Apolloner
2014-05-26Fixed a few ResourceWarning in the test suite. Refs #22680.Loic Bistuer
2014-05-25Removed code deprecated from Django 1.2Claude Paroz
2014-05-24Removed comment forgotten in 3caf957ed5Claude Paroz
2014-05-24Removed GeoWhereNode, obsoleted by GISLookupClaude Paroz
2014-05-24Fixed #22676 -- makemigrations --dry-run should not ask for defaultsMoayad Mardini
2014-05-24Fixed #22510 -- Harden field removal to only None.Marc Tamlyn
2014-05-24Applied unicode_literals to makemessages commandClaude Paroz
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 #22679 -- Fixed empty tuple serialization in MigrationWriter.Moayad Mardini
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-21Merge pull request #2498 from ramiro/move-serverhandlerRamiro Morales
2014-05-21Merge pull request #2679 from ramiro/t22421Ramiro Morales
2014-05-21Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATHMartin Brochhaus
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-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-19Fixed #22638 -- Changed CookieWizardView to ignore invalid cookiesErik Romijn
2014-05-19Revert "Fixed regression from a2dd618e3b4a7472fab852da450ca5eef92a922f."Marc Tamlyn
2014-05-19Updated translation catalogsClaude Paroz