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-07-12
Fixed #26088 -- Made autodector detect changing proxy model to MTI.
Jon Dufresne
2016-07-12
Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to_field_name.
Andrey Fedoseev
2016-07-12
Fixed #26671 -- Made HashedFilesMixin ignore the 'chrome' scheme.
Andrew Nester
2016-07-11
Fixed #26792 -- Allowed None for the value of cache.get_or_set().
Dmitry S..ky / skype: dvska-at-skype
2016-07-11
Fixed #26749 -- Preserved behavior of use_for_related_field during deprecation.
Julien Hartmann
2016-07-09
Fixed numpy deprecation warning silencing in template_tests.
Baptiste Mispelon
2016-07-09
Fixed #26872 -- Fixed text overflow in ModelAdmin.list_filter.
Kenneth
2016-07-09
Fixed #26881 -- Fixed duplicate managers in migrations.
Loïc Bistuer
2016-07-08
Fixed #26796 -- Added a system check for m2m fields with ignored limit_choice...
Anderson Resende
2016-07-08
Fixed #26348 -- Added TruncTime and exposed it through the __time lookup.
Simon Charette
2016-07-08
Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.
Simon Charette
2016-07-08
Added strict=True to all SchemaEditor.alter_field() calls in tests.
Jon Dufresne
2016-07-08
Fixed #26802 -- Prevented crash when attaching bytes as text message
Claude Paroz
2016-07-07
Fixed #25317, #26090 -- Fixed swapping combinations of unique and db_index du...
Jon Dufresne
2016-07-07
Refs #26709 -- Checked allow_migrate_model() in Add/RemoveIndex operations.
Akshesh
2016-07-07
Refs #26709 -- Added 'model' argument to SchemaEditor.add/remove_index()
Akshesh
2016-07-07
Fixed #26833 -- Fixed SchemaEditor._constraint_names() to handle features.upp...
Jon Dufresne
2016-07-07
Refs #26709 -- Required a name for Indexes passed to AddIndex.
Akshesh
2016-07-06
Promoted RemovedInDjango21Warning to error in Django's test suite.
Tim Graham
2016-07-03
Fixed #18682 -- Expanded explanation in stale content type deletion. (#6869)
Erik Romijn
2016-07-03
Refs #26808 -- Avoided clashing keyword arguments in test_autodetector
Akshesh
2016-07-02
Refs #21548 -- Skipped tests that rely on pillow when it's not installed
Baptiste Mispelon
2016-07-01
Fixed a urlpatterns_reverse test on Python 2 non-ASCII path.
Tim Graham
2016-06-30
Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension.
Berker Peksag
2016-06-30
Fixed #25292 -- Fixed crash in ManyToManyField.through_fields check.
Andrew Nester
2016-06-29
Fixed #25694 -- Removed incorrect _uniq suffix on index names during migrations.
Jon Dufresne
2016-06-29
Fixed #19513, #18580 -- Fixed crash on QuerySet.update() after annotate().
David Sanders
2016-06-29
Added a test for updating an annotated queryset.
David Sanders
2016-06-29
Avoided db queries in test_indentation_whitespace.
Berker Peksag
2016-06-28
Fixed #26119 -- Fixed URLValidator crash on URLs with brackets.
Christopher Grebs
2016-06-28
Fixed #24694 -- Added support for context_processors to Jinja2 backend.
Berker Peksag
2016-06-28
Fixed #26786 -- Avoided redundant max value validators on integer fields.
Eduard Stepanov
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-28
Fixed #15091 -- Allowed passing custom encoder to JSON serializer.
Berker Peksag
2016-06-28
Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=F...
Aaron Elliot Ross
2016-06-28
Improved test assertion in wsgi tests
Claude Paroz
2016-06-27
Fixed #26779 -- Added extra_context parameter to admin's i18n_javascript view.
Shabda Raaj
2016-06-27
Fixed #26784 -- Made ForeignKey.validate() pass `model` to router if model_in...
Ben Demboski
2016-06-27
Refs #26034 -- Corrected a schema test to work with the correct field state.
Jon Dufresne
2016-06-27
Fixed #26709 -- Added class-based indexes.
Akshesh
2016-06-27
Fixed #5897 -- Added the Content-Length response header in CommonMiddleware
Claude Paroz
2016-06-24
Fixed #26795 -- Factored out get_changes() in test_autodetector.py.
akki
2016-06-24
Fixed #26719 -- Normalized email in AbstractUser.clean().
Bang Dao + Tam Huynh
2016-06-24
Refs #17209 -- Added LoginView and LogoutView class-based views
Claude Paroz
2016-06-24
Refs #24829 -- Made TemplateResponse.content available sooner in exception co...
Claude Paroz
2016-06-23
Removed a test workaround for some old GDAL 1.7.x versions.
Tim Graham
2016-06-23
Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.
Tim Graham
2016-06-22
Fixed #25920 -- Added support for non-uniform NUMBER_GROUPING.
jasisz
2016-06-21
Fixed #26781 -- Made table name case change a noop on SQLite.
Simon Charette
2016-06-21
Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.
Tim Graham
[prev]
[next]