summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-11Better default name for migrations we can't give nice names toAndrew Godwin
2013-12-11Change FKs when what they point to changesAndrew Godwin
2013-12-11Fix sqlmigrate's output for parametersAndrew Godwin
2013-12-10Moved imports to the top of the defaultfilters module.Aymeric Augustin
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-12-10Merge pull request #2058 from c-schmitt/fixes_21560Claude Paroz
2013-12-09Fixed #21560 -- missing 'slug' field in example codeChristian Schmitt
2013-12-08Removed an erroneous leading slash introduced by a626bdf648a.Simon Charette
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-12-08(Re-)added GeoDjango instructions for building pysqlite2 correctly.Ramiro Morales
2013-12-08Merge pull request #2052 from loic/setup.cfgFlorian Apolloner
2013-12-08Made flake8 ignore the .git directory.Loic Bistuer
2013-12-08Merge pull request #2048 from loic/ValidationError.message_dictFlorian Apolloner
2013-12-07Merge pull request #2050 from maurycyp/masterAlex Gaynor
2013-12-07Renamed first argument of class method to clsmaurycyp
2013-12-07Fixed #18531 -- Deprecated Geo SitemapsClaude Paroz
2013-12-07Fixed #21573 -- Improved performance of utils.text.normalize_newlines.Vajrasky Kok
2013-12-07Trigger AttributeError in ValidationError.message_dict when error_dict is mis...Loic Bistuer
2013-12-07Removed unneeded string normalization in contrib.adminClaude Paroz
2013-12-07Added extra newline for flake8.Tim Graham
2013-12-07Fixed #21555 -- Made ValidationError pickable.Loic Bistuer
2013-12-07Fixed #21551 -- Reenabled loading fixtures from subdirectoryClaude Paroz
2013-12-07Fixed #21568 -- Added missing ModelMultipleChoiceField to_python methodClaude Paroz
2013-12-07Merge pull request #2045 from vajrasky/ticket_21572Claude Paroz
2013-12-07Fixed #21572 -- Added unit test for django.utils.text.normalize_newlines.Vajrasky Kok
2013-12-07Added fix for #21530 to 1.6.1 release notes.Baptiste Mispelon
2013-12-07Fixed #21530 -- Prevent AttributeError in default URLconf detection code.Baptiste Mispelon
2013-12-06Corrected a flake8 issue -- this line is imported for the purpose of re-expos...Alex Gaynor
2013-12-06Fixed #21566 -- Fixed AttributeError when using bulk_create with ForeignObject.Roger Hu
2013-12-06Fixed #21554 -- Incorrect SQL generated when using multiple inheritance.pegler
2013-12-06Removed a u'' prefix that prevented the docs from building on Python 3.2.Tim Graham
2013-12-06Added new 'srtext' spatialite 4.x SpatialRefSys column to its model.Ramiro Morales
2013-12-06Added missing deconstruct() methods.Baptiste Mispelon
2013-12-06Made the migration detector use meta.local_fields instead of meta.fields.Baptiste Mispelon
2013-12-06Fixed ModelState breaking when unique_together has unhashable elements.Baptiste Mispelon
2013-12-06Fixed error in ManyToManyField.deconstruct().Baptiste Mispelon
2013-12-06Added app_label to the error message when field reconstructing fails.Baptiste Mispelon
2013-12-06Merge pull request #2037 from bmispelon/invalidbaseserrorAndrew Godwin
2013-12-06Fixed #19678 -- GeoDjango test failure with spatialite >= 3.0.Ramiro Morales
2013-12-06Renamed syncdb to migrate in spatialite backendClaude Paroz
2013-12-06Removed unreachable `else` in `try` block.maurycyp
2013-12-05Fixed #21562 -- Warned against using the same app name as a django contrib app.Alasdair Nicol
2013-12-06Fixed TypeError when rendering ModelState with multiple bases.Baptiste Mispelon
2013-12-05Fixed another typo in custom model field documentation.Baptiste Mispelon
2013-12-05Fixed typo in custom model field documentation.Baptiste Mispelon
2013-12-05Corrected setting name in gis test error message.Ramiro Morales
2013-12-05Better error reporting when from_app_cache failsAndrew Godwin
2013-12-05Fix poor variable name (flake8 warning)Andrew Godwin
2013-12-05Fixed a flake8 errorAlex Gaynor
2013-12-05Merge pull request #2030 from frankwiles/masterTim Graham