index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
Age
Commit message (
Expand
)
Author
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-08
Merge pull request #2048 from loic/ValidationError.message_dict
Florian Apolloner
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
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
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
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
2013-12-06
Fixed TypeError when rendering ModelState with multiple bases.
Baptiste Mispelon
2013-12-05
Corrected setting name in gis test error message.
Ramiro Morales
2013-12-05
Better error reporting when from_app_cache fails
Andrew Godwin
2013-12-05
Fix poor variable name (flake8 warning)
Andrew Godwin
2013-12-05
Removed 'return' in __init__
maurycyp
2013-12-04
Migration VCS conflict detection and --merge for makemigrations
Andrew Godwin
2013-12-04
Don't make a second migration if there was a force-null-default addcol.
Andrew Godwin
2013-12-04
Add clone() method to Field to get clean copies of it.
Andrew Godwin
2013-12-04
Add --dry-run option to makemigrations
Andrew Godwin
2013-12-04
Migrate prompts if you need makemigrations, runserver prompts for migrate
Andrew Godwin
2013-12-04
Fixed 21406 -- Made blocktrans 'trimmed' option preserve line numbers.
Bouke Haarsma
2013-12-04
Fixed #21546 -- Strengthened kqueue detection.
Aymeric Augustin
2013-12-02
Fixed #13476 -- Added support for color in console output under Windows.
Ramiro Morales
2013-12-03
Fixed #21545 -- autoreload kqueue events weren't cleared which caused an infi...
Loic Bistuer
2013-12-01
Fixed #21543 -- Removed base_dir attribute in StaticFilesHandler.
Krzysztof Jurewicz
2013-11-30
Fixed #21535 -- Fixed password hash iteration upgrade.
Tim Graham
[next]