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
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2013-12-12
Fixed #21473 -- Limited language preservation to logout
Ludwik Trammer
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-10
Fixed E124 pep8 warnings.
Loic Bistuer
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
Fixed #21572 -- Added unit test for django.utils.text.normalize_newlines.
Vajrasky Kok
2013-12-07
Fixed #21530 -- Prevent AttributeError in default URLconf detection code.
Baptiste Mispelon
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 missing deconstruct() methods.
Baptiste Mispelon
2013-12-06
Fixed ModelState breaking when unique_together has unhashable elements.
Baptiste Mispelon
2013-12-06
Fixed TypeError when rendering ModelState with multiple bases.
Baptiste Mispelon
2013-12-05
Fixed a flake8 error
Alex Gaynor
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
Fixed 21406 -- Made blocktrans 'trimmed' option preserve line numbers.
Bouke Haarsma
2013-12-02
Fixed #21538 -- Added numpy to test/requirements/base.txt
Alasdair Nicol
2013-12-01
Fixed incorrect type for max_length.
Tim Graham
2013-11-30
Refs #21230 -- removed direct settings manipulation from template tests
Unai Zalakain
2013-11-30
Enabled makemessages to support several translation directories
Claude Paroz
2013-11-30
Fixed #20867 -- Added the Form.add_error() method.
Loic Bistuer
2013-11-29
Fixed #21380 -- Added a way to set different permission for static directories.
Vajrasky Kok
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-28
Fixed #21517 -- Added unit test for non-autoincrement primary key with value 0.
Vajrasky Kok
2013-11-27
PEP-8 cleanup
Anssi Kääriäinen
2013-11-27
Added a bulk option to RelatedManager remove() and clear() methods
Loic Bistuer
2013-11-27
Fixed #21169 -- Reworked RelatedManager methods use default filtering
Loic Bistuer
2013-11-27
Fixed #21438: makemigrations now detects ManyToManyFields
Andrew Godwin
2013-11-26
Fixed #21448 -- Fixed test client logout with cookie-based sessions
Claude Paroz
2013-11-26
Fixed #21512 -- Added more complete information about Pillow and PIL in model...
Vajrasky Kok
2013-11-25
Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...
Jay Leadbetter
2013-11-25
flake8 fix
Alex Gaynor
2013-11-25
Fixed #21403: Corrected test code
Shai Berger
2013-11-25
Fixed test failure on Oracle
Shai Berger
2013-11-24
flake8 fixes
Alex Gaynor
2013-11-24
Fixed #21391 -- Allow model signals to lazily reference their senders.
Simon Charette
2013-11-24
Fixed #21497 -- Forced conversion to bytes for very long index names
Joel Bohman
2013-11-24
Added more tests for ContentTypeManager.get_for_model.
Antonis Christofides
2013-11-24
Fixed #21500 -- Removed imports of deprecated utils.importlib
Baptiste Mispelon
2013-11-24
Properly closed cache connections at the end of the request.
Florian Apolloner
2013-11-24
Fixed flake8 error (5 space identation!!!)
Alex Gaynor
2013-11-24
Don't fail if there is no memcached backend active.
Florian Apolloner
2013-11-24
Fixed regression from ffc37e2343a93cf6d44247e20cd263b41f931716.
Florian Apolloner
2013-11-24
Fixed #21505 -- Added unit test for django.utils.text.get_valid_filename.
Vajrasky Kok
2013-11-24
Randomized KEY_PREFIX in caches test to prevent failures during parallel test...
Florian Apolloner
[next]