index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-12-12
Moving notes for assertNumQueries next to the other changes to test infrastru...
Dominic Rodger
2013-12-12
Improved translation maintenance script
Claude Paroz
2013-12-12
Fixed #21591 -- Added documentation about contrib.messages.get_messages.
Rémy HUBSCHER
2013-12-12
Fixed #21473 -- Limited language preservation to logout
Ludwik Trammer
2013-12-11
Brought comments in sync with the code in BaseAppCache.
Aymeric Augustin
2013-12-11
Fixed #21462 -- Made `assertNumQueries` print executed queries on failure.
Dominic Rodger
2013-12-11
Fixed #21563 -- Single related object descriptors should work with `hasattr`.
Simon Charette
2013-12-11
Fixed #21510 -- Readded search reset link in changelist search bar
Claude Paroz
2013-12-11
Fix altering of SERIAL columns and InnoDB being picky about FK changes
Andrew Godwin
2013-12-11
Better default name for migrations we can't give nice names to
Andrew Godwin
2013-12-11
Change FKs when what they point to changes
Andrew Godwin
2013-12-11
Fix sqlmigrate's output for parameters
Andrew Godwin
2013-12-10
Moved imports to the top of the defaultfilters module.
Aymeric Augustin
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-12-10
Merge pull request #2058 from c-schmitt/fixes_21560
Claude Paroz
2013-12-09
Fixed #21560 -- missing 'slug' field in example code
Christian Schmitt
2013-12-08
Removed an erroneous leading slash introduced by a626bdf648a.
Simon Charette
2013-12-08
Updated a bunch of hyperlinks in documentation
Claude Paroz
2013-12-08
(Re-)added GeoDjango instructions for building pysqlite2 correctly.
Ramiro Morales
2013-12-08
Merge pull request #2052 from loic/setup.cfg
Florian Apolloner
2013-12-08
Made flake8 ignore the .git directory.
Loic Bistuer
2013-12-08
Merge pull request #2048 from loic/ValidationError.message_dict
Florian Apolloner
2013-12-07
Merge pull request #2050 from maurycyp/master
Alex Gaynor
2013-12-07
Renamed first argument of class method to cls
maurycyp
2013-12-07
Fixed #18531 -- Deprecated Geo Sitemaps
Claude Paroz
2013-12-07
Fixed #21573 -- Improved performance of utils.text.normalize_newlines.
Vajrasky Kok
2013-12-07
Trigger AttributeError in ValidationError.message_dict when error_dict is mis...
Loic Bistuer
2013-12-07
Removed unneeded string normalization in contrib.admin
Claude Paroz
2013-12-07
Added extra newline for flake8.
Tim Graham
2013-12-07
Fixed #21555 -- Made ValidationError pickable.
Loic Bistuer
2013-12-07
Fixed #21551 -- Reenabled loading fixtures from subdirectory
Claude Paroz
2013-12-07
Fixed #21568 -- Added missing ModelMultipleChoiceField to_python method
Claude Paroz
2013-12-07
Merge pull request #2045 from vajrasky/ticket_21572
Claude Paroz
2013-12-07
Fixed #21572 -- Added unit test for django.utils.text.normalize_newlines.
Vajrasky Kok
2013-12-07
Added fix for #21530 to 1.6.1 release notes.
Baptiste Mispelon
2013-12-07
Fixed #21530 -- Prevent AttributeError in default URLconf detection code.
Baptiste Mispelon
2013-12-06
Corrected a flake8 issue -- this line is imported for the purpose of re-expos...
Alex Gaynor
2013-12-06
Fixed #21566 -- Fixed AttributeError when using bulk_create with ForeignObject.
Roger Hu
2013-12-06
Fixed #21554 -- Incorrect SQL generated when using multiple inheritance.
pegler
2013-12-06
Removed a u'' prefix that prevented the docs from building on Python 3.2.
Tim Graham
2013-12-06
Added new 'srtext' spatialite 4.x SpatialRefSys column to its model.
Ramiro Morales
2013-12-06
Added missing deconstruct() methods.
Baptiste Mispelon
2013-12-06
Made the migration detector use meta.local_fields instead of meta.fields.
Baptiste Mispelon
2013-12-06
Fixed ModelState breaking when unique_together has unhashable elements.
Baptiste Mispelon
2013-12-06
Fixed error in ManyToManyField.deconstruct().
Baptiste Mispelon
2013-12-06
Added app_label to the error message when field reconstructing fails.
Baptiste Mispelon
2013-12-06
Merge pull request #2037 from bmispelon/invalidbaseserror
Andrew Godwin
2013-12-06
Fixed #19678 -- GeoDjango test failure with spatialite >= 3.0.
Ramiro Morales
2013-12-06
Renamed syncdb to migrate in spatialite backend
Claude Paroz
2013-12-06
Removed unreachable `else` in `try` block.
maurycyp
[next]