summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-12Moving notes for assertNumQueries next to the other changes to test infrastru...Dominic Rodger
2013-12-12Improved translation maintenance scriptClaude Paroz
2013-12-12Fixed #21591 -- Added documentation about contrib.messages.get_messages.Rémy HUBSCHER
2013-12-12Fixed #21473 -- Limited language preservation to logoutLudwik Trammer
2013-12-11Brought comments in sync with the code in BaseAppCache.Aymeric Augustin
2013-12-11Fixed #21462 -- Made `assertNumQueries` print executed queries on failure.Dominic Rodger
2013-12-11Fixed #21563 -- Single related object descriptors should work with `hasattr`.Simon Charette
2013-12-11Fixed #21510 -- Readded search reset link in changelist search barClaude Paroz
2013-12-11Fix altering of SERIAL columns and InnoDB being picky about FK changesAndrew Godwin
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