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
2016-06-21
[1.10.x] Fixed #26785 -- Made Oracle return None rather than empty string for...
Sergey Fedoseev
2016-06-21
[1.10.x] Fixed #26781 -- Made table name case change a noop on SQLite.
Simon Charette
2016-06-21
[1.10.x] Refs #21379, #26719 -- Moved username normalization to AbstractBaseU...
Tim Graham
2016-06-21
[1.10.x] Fixed #26787 -- Documented deleting and reloading of model instance ...
Tim Graham
2016-06-21
[1.10.x] Fixed #26729 -- Allowed overriding a form field's label/help_text in...
Paulo
2016-06-21
[1.10.x] Fixed #26783 -- Fixed SessionMiddleware's empty cookie deletion when...
Jon Dufresne
2016-06-21
[1.10.x] Fixed #26750 -- Fixed introspection for geography point field with d...
Claude Paroz
2016-06-20
[1.10.x] Refs #22384 -- Readded RegexURLResolver.reverse().
Tim Graham
2016-06-20
[1.10.x] Fixed #26643 -- Prevented unnecessary AlterModelManagers operations ...
Loïc Bistuer
2016-06-18
[1.10.x] Fixed #26778 -- Fixed ModelSignal.connect() weak argument.
Tim Graham
2016-06-18
[1.10.x] Fixed #26775 -- Supported dim=3 geography fields
Claude Paroz
2016-06-18
[1.10.x] Refs #26772 -- Added a test for FileField reopening closed files.
Paul J Stevens
2016-06-18
[1.10.x] Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with F...
Tim Graham
2016-06-18
[1.10.x] Fixed #24931 -- Made namespaced RegexURLResolvers populate callback ...
Markus Holtermann
2016-06-18
[1.10.x] Refs #15667 -- Fixed crash when indexing RadioFieldRenderer with Mod...
Tim Graham
2016-06-17
[1.10.x] Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode arg...
Tim Graham
2016-06-17
[1.10.x] Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware ...
Carl Meyer
2016-06-17
[1.10.x] Moved old-middleware tests in preparation for adding new tests.
Carl Meyer
2016-06-17
[1.10.x] Improved debugging of failed middleware_exceptions tests.
Carl Meyer
2016-06-16
[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-16
[1.10.x] Fixed flake8 2.6 warnings.
Tim Graham
2016-06-14
[1.10.x] Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File.
Hugo Osvaldo Barrera
2016-06-14
[1.10.x] Removed usage of a deprecated unittest assertion.
Ville Skyttä
2016-06-07
[1.10.x] Fixed #26716 -- Made CurrentSiteMiddleware compatible with new-style...
Brett Haydon
2016-06-04
[1.10.x] Fixed #26667 -- Fixed a regression in queries on a OneToOneField tha...
Tim Graham
2016-06-03
[1.10.x] Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database ...
mieciu
2016-06-02
[1.10.x] Fixed #26672 -- Fixed HStoreField to raise ValidationError instead o...
Brad Melin
2016-06-02
[1.10.x] Fixed #26686 -- Fixed crash when registering model signals with abst...
Alex Hill
2016-06-02
[1.10.x] Fixed #26642 -- Made ModelSignal.disconnect() work with lazy referen...
Alex Hill
2016-06-01
[1.10.x] Fixed #26692 -- Relaxed an i18n compilemessages test.
Ramiro Morales
2016-05-31
[1.10.x] Fixed #26676 -- Prevented prefetching to_attr from caching its resul...
Simon Charette
2016-05-31
[1.10.x] Fixed #26687 -- Made an i18n test not use a hardcoded path separator.
Ramiro Morales
2016-05-30
[1.10.x] Fixed #25044 -- Fixed migrations for renaming ManyToManyField's thro...
Vytis Banaitis
2016-05-29
[1.10.x] Fixed #26674 -- Corrected a i18n makemessages test.
Ramiro Morales
2016-05-28
[1.10.x] Fixed #26673 -- Fixed a I18N test case error on Windows+Python 2.7.
Ramiro Morales
2016-05-28
[1.10.x] Refs #24227 -- Fixed crash of ManyToManyField.value_from_object() on...
Tim Graham
2016-05-27
[1.10.x] Refs #25588 -- Fixed GDAL dependency in spatial lookups.
Daniel Wiesmann
2016-05-26
[1.10.x] Fixed #26647 -- Included the state of all applied migrations when mi...
Simon Charette
2016-05-23
[1.10.x] Updated GeoIP test for latest database.
Tim Graham
2016-05-22
[1.10.x] Refs #24067 -- Fixed contenttypes rename tests failures on Oracle.
Simon Charette
2016-05-19
Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation()
Alex Hill
2016-05-19
Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...
Alex Hill
2016-05-19
Refs #24100 -- Fixed a test failure on MySQL related to non-transactional DDL.
Simon Charette
2016-05-19
Fixed #26515 -- Fixed Query.trim_joins() for nested ForeignObjects.
darius BERNARD
2016-05-19
Fixed #20869 -- made CSRF tokens change every request by salt-encrypting them
Shai Berger
2016-05-18
Moved the AUTH_USER_MODEL setting changed receiver.
Simon Charette
2016-05-18
Fixed #26620 -- Made Model.refresh_from_db() fail when passed unknown kwargs.
Marti Raudsepp
2016-05-18
Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make...
Barthelemy Dagenais
2016-05-18
Fixed running auth_tests in isolation after 3a47d42fa33012b2156bf04058d933df6...
Loïc Bistuer
2016-05-18
Fixed #25774 -- Refactor datetime expressions into public API
Josh Smeaton
[next]