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
2018-03-29
Fixed #29270 -- Fixed UserChangeForm crash if password field is excluded.
Malte Gerth
2018-03-29
Added test for combining Q objects with non-Q objects.
Mads Jensen
2018-03-28
Fixed #29245 -- Made autodetector treat field renames + db_column addition as...
Simon Charette
2018-03-28
Fixed #29258 -- Added type checking for login()'s backend argument.
Abeer Upadhyay
2018-03-26
Increased test coverage for {% get_admin_log %} and {% static %}.
Hasan Ramezani
2018-03-24
Increased test coverage for various template tags.
Mads Jensen
2018-03-23
Fixed #23406 -- Allowed migrations to be loaded from .pyc files.
Dan Watson
2018-03-22
Fixed #28718 -- Allowed user to request a password reset if their password do...
Tim Graham
2018-03-21
Refs #29147 --- Added JSONField serialization tests.
Tim Graham
2018-03-21
Fixed #27533 -- Fixed inspectdb crash if a unique constraint uses an unsuppor...
Michael Sinov
2018-03-21
Fixed too many parentheses in inspectdb Meta.unique_together output.
Tim Graham
2018-03-21
Increased test coverage for i18n template tags.
Mads Jensen
2018-03-21
Refs #23919 -- Removed obsolete comments about u'' prefixes.
Tim Graham
2018-03-20
Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...
Tim Graham
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-19
Fixed #29229 -- Fixed column mismatch crash when combining two annotated valu...
Astral
2018-03-19
Refs #28643 -- Added LPad and RPad database functions.
Mariusz Felisiak
2018-03-17
Fixed #29184 -- Made TabularInline respect model form's Meta.labels and help_...
Hasan Ramezani
2018-03-17
Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...
Claude Paroz
2018-03-17
Added tests for MySQL's SchemaEditor.quote_value().
Claude Paroz
2018-03-16
Removed DatabaseFeatures.can_introspect_null.
Tim Graham
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-03-15
Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains a ...
Mattia Procopio
2018-03-15
Fixed #28959 -- Fixed 'No, take me back' button on admin's inline popup.
Josh Schneier
2018-03-15
Refs #28643 -- Added LTrim, RTrim, and Trim database functions.
Mariusz Felisiak
2018-03-15
Fixed #29221 -- Corrected admin's autocomplete widget to add a space after cu...
Artem Tabolin
2018-03-15
Refs #29155 -- Fixed LookupTests.test_pattern_lookups_with_substr() crash on ...
Mariusz Felisiak
2018-03-15
Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSele...
Tim Graham
2018-03-14
Moved SchemaLoggingTest to tests/schema.
Tim Graham
2018-03-14
Fixed #29155 -- Fixed crash when database functions are used with pattern loo...
Mariusz Felisiak
2018-03-13
Fixed #29199 -- Fixed crash when database user password contains @ sign on Or...
Mariusz Felisiak
2018-03-13
Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.
dzhuang
2018-03-12
Fixed #28988 -- Fixed queries when a GenericRelation is used with multi-table...
robwa
2018-03-12
Fixed #29209 -- Fixed Cast() with TextField on MySQL and Oracle.
Sergey Fedoseev
2018-03-12
Refs #29004 -- Optimized InspectDBTransactionalTests.test_include_views() by ...
Mariusz Felisiak
2018-03-12
Added functions for inspectdb table filtering in tests.
Tim Graham
2018-03-09
Fixed #29180 -- Fixed a regression where migrations already in the plan were ...
Carlton Gibson
2018-03-08
Fixed #29188 -- Fixed ContentFile.size after a write().
Alex Stovbur
2018-03-08
Fixed #29195 -- Fixed Exists.output_field resolution on single-valued queries.
Simon Charette
2018-03-08
Fixed #29178 -- Allowed Index.fields to accept a tuple.
Fabrizio Ettore Messina
2018-03-06
Added more tests for django.utils.html.urlize().
Tim Graham
2018-03-06
Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.utils.text.T...
Tim Graham
2018-03-06
Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and urlizetr...
Tim Graham
2018-03-05
Fixed #28981 -- Added an exception if GeoIP database can't be loaded from the...
Alex Stovbur
2018-03-03
Refs #17476 -- Removed obsolete simplification of timezone names in cache key...
Sergey Fedoseev
2018-03-03
Added model name to AutoField error message.
Almad
2018-03-03
Fixed #29144 -- Made untranslated strings for territorial language variants u...
Patryk Zawadzki
2018-03-02
Fixed #29133 -- Fixed call_command() crash if a required option is passed in ...
Alex Tomic
2018-03-02
Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if username...
Christophe Mehay
2018-03-01
Fixed #29159 -- Made ModelChoiceIterator reuse QuerySet result cache.
François Freitag
[next]