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
2014-03-25
[1.7.x] Fixed #22331 -- Made MigrationAutodetector ignore unmanaged models.
Loic Bistuer
2014-03-25
[1.7.x] Fixed #12030 -- Validate integer field range at the model level.
Simon Charette
2014-03-25
Revert "[1.7.x] Fixed #22331 -- Fixed migrations ProjectState to ignore unman...
Tim Graham
2014-03-25
[1.7.x] Fixed #22331 -- Fixed migrations ProjectState to ignore unmanaged mod...
Loic Bistuer
2014-03-25
[1.7.x] Fixed #22315 -- str/bytes mismatch in staticfiles
David Evans
2014-03-25
[1.7.x] Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overri...
Ben Davis
2014-03-25
[1.7.x] Fixed #22300 -- Fixed crash in migrations when changing non-relationa...
Stephen Burrows
2014-03-24
[1.7.x] Fixed #22293 -- Avoided renaming many-to-many tables to themselves.
Daniel Hahler
2014-03-22
[1.7.x] Fixed #22241 -- Selectively added line breaks in admin read-only fields
Claude Paroz
2014-03-22
[1.7.x] Fixed #22256 -- Replaced bad fallback for missing PATH
Patrick Michaud
2014-03-22
[1.7.x] Tweaked strip_tags tests to pass on Python 3.3
Claude Paroz
2014-03-22
[1.7.x] Improved strip_tags and clarified documentation
Claude Paroz
2014-03-21
[1.7.x] Fixed flake8 warnings.
Tim Graham
2014-03-21
[1.7.x] Fixed #22255 -- Added support for specifying re flags in RegexValidator
Dejan Noveski
2014-03-20
Fixed a small collection of flake8 violations that had snuck in
Alex Gaynor
2014-03-19
Fixed #22275: unique_together broken if ForeignKey split into new file.
Andrew Godwin
2014-03-19
Merge pull request #2221 from bmispelon/LazyObject-refactor
Andrew Godwin
2014-03-15
Fixed #22184 -- Allowed template_tests.tests to be run isolated
Anubhav Joshi
2014-03-14
Fixed #22001 -- Ensure db_type is respected.
Marc Tamlyn
2014-03-14
Fixed #22272 -- Fixed regression in DecimalField when using decimal_places=0.
Baptiste Mispelon
2014-03-14
Merged model_forms_regress with model_forms tests
Claude Paroz
2014-03-14
Fixed #6103 -- Splitted tests in model_forms tests
Claude Paroz
2014-03-13
Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subclasses
Claude Paroz
2014-03-13
Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject.
Baptiste Mispelon
2014-03-13
Skip test for saving microseconds on backends which do not support it.
Shai Berger
2014-03-12
Fixed #20292: Pass datetime objects (not formatted dates) as params to Oracle
Shai Berger
2014-03-12
Flake8 corrections
Shai Berger
2014-03-12
Fixed test failure on Oracle: model_fields.tests.test_float_validates_object
Shai Berger
2014-03-11
Fixed #22217 - ManyToManyField.through_fields fixes.
Akis Kesoglou
2014-03-11
Remove failing test while we fix the underlying bug
Andrew Godwin
2014-03-11
Fixed test failures on Windows.
Tim Graham
2014-03-11
Fix AlterField migrations that are related to a RenameModel migration
Chris Beaven
2014-03-11
Fix autodetector creation of RenameModel migration to capitalize model names
Chris Beaven
2014-03-10
Fixed #22210 -- Saving model instances to non-related fields.
Daniel Pyrathon
2014-03-10
Fixed #22239 -- Add auto detection of renamed models
Chris Beaven
2014-03-09
Fixed #22237 -- Removed some warnings in the test suite
Claude Paroz
2014-03-09
Removed obsolete hack to run template tests.
Aymeric Augustin
2014-03-09
Avoided leaking warning filters.
Aymeric Augustin
2014-03-09
Corrected a few missed references to old test settings
Shai Berger
2014-03-08
4 flake8 warning fixes
Alex Gaynor
2014-03-08
Fixed #21843: Remove explicit ID column setting in test
Andrew Godwin
2014-03-08
Fixed #22183: Through M2Ms now correctly handled
Andrew Godwin
2014-03-08
Merge pull request #2315 from bendavis78/issues/22073
Andrew Godwin
2014-03-08
Fixed #22199: Bad max_length deconstruction for FileField
Andrew Godwin
2014-03-08
Improved compatibility in admin_scripts tests
Claude Paroz
2014-03-08
Fixed #21092 -- Ensured admin_scripts tests are run with warnings off
Claude Paroz
2014-03-08
Avoided modifying current environment in admin_scripts tests
Claude Paroz
2014-03-08
Added test about error filterwarnings
Claude Paroz
2014-03-08
Avoided changing raw DeprecationWarning filter behavior
Claude Paroz
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
[next]