index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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-07-11
Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backend
Claude Paroz
2013-07-11
Fixed #13721 -- Added UploadedFile.content_type_extra.
Benjamin Kagia
2013-07-10
Fixed #19196 -- Added test/requirements
Tim Graham
2013-07-09
Fixed #20663 -- "Today" and "now" admin shortcuts.
Loic Bistuer
2013-07-09
Fixed #20724 -- Test failure on SQLite.
Aymeric Augustin
2013-07-09
Avoided transaction.set_autocommit in tests.
Aymeric Augustin
2013-07-09
Only import gis test apps for geo-enabled DBs
Claude Paroz
2013-07-09
Trusted test skipping about gis tests running or not
Claude Paroz
2013-07-08
Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows.
Tim Graham
2013-07-08
Fixed #13813 -- Comparison of DatabaseWrappers doesn't raise errors.
Alex Gaynor
2013-07-04
Fixed #19940 -- Made test.runner.setup_databases properly handle aliases for ...
Tim Graham
2013-07-01
Fixed a few more imports of django.utils.unittest.
Aymeric Augustin
2013-07-01
Removed tests for django.utils.unittest vs. unittest.
Aymeric Augustin
2013-07-01
Fixed a couple form/formset deprecation warnings in tests.
Tim Graham
2013-07-01
Updated tests for deprecation of Option.get_(add|change|delete)_permission.
Tim Graham
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-30
Stopped calling loaddata with commit=False.
Aymeric Augustin
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-29
Removed compatibility code for streaming responses.
Aymeric Augustin
2013-06-29
Fixed #18592 -- Prevented crash when accessing MySQL _last_executed
Claude Paroz
2013-06-29
Do not allow FileSystemStorage.delete to receive an empty name
Claude Paroz
2013-06-29
Fixed #20660 -- Do not try to delete an unset FieldFile
Claude Paroz
2013-06-29
More import removals
Claude Paroz
2013-06-28
Removed insert(), value_for_insert() SortedDict methods deprecated in Django ...
Ramiro Morales
2013-06-28
Removed 'depth' .select_related() argument as per deprecation TL.
Ramiro Morales
2013-06-28
Removed custom profile model functionality as per deprecation TL.
Ramiro Morales
2013-06-28
Removed warnings level handling code as per deprecation TL.
Ramiro Morales
2013-06-28
Ported over Field.deconstruct() from my schema alteration branch.
Andrew Godwin
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-06-27
Prevented running some admin_view tests twice.
Tim Graham
2013-06-27
Fixed #20664 -- Fixed a bug with raw_id_fields on Python 3.
Tim Graham
2013-06-27
Fixed #20571 -- Added an API to control connection.needs_rollback.
Aymeric Augustin
2013-06-27
Add related_query_name to ForeignKey/M2M. Refs #20244
Andrew Godwin
2013-06-26
Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text()
Loic Bistuer
2013-06-26
Fixed #20462 -- null/non-string regex lookups are now consistent
Andrew Clark
2013-06-25
Fixed #20650 -- Fixed {% filter %} incorrectly accepting 'escape' as argument
Baptiste Mispelon
2013-06-25
Fixed #19773 - Added admin/popup_response.html template.
Javier Mansilla
2013-06-25
Fixed #20653 -- Renamed checksetup management command.
Russell Keith-Magee
2013-06-22
Fixed #20311 -- Make sure makemessages doesn't create duplicate Plural-Forms ...
Ramiro Morales
2013-06-22
Fixed #20587 -- Made convert_values handle None values
Gilberto Gonçalves
2013-06-22
Fixed #18872 -- Added prefix to FormMixin
Gilberto Gonçalves
2013-06-22
Fixed 17478 -- Allowed queryset overriding in BaseModelFormSet init
Claude Paroz
2013-06-21
Fixed #20290 -- Allow override_settings to be nested
Oliver Beattie
2013-06-20
Fixed #20630 -- Removed `maxlength` attribute from `NumberInput`.
Simon Charette
2013-06-20
Fixed #20486 -- Ensure that file_move_safe raises an error if the destination...
Russell Keith-Magee
2013-06-19
Merge pull request #1282 from loic/ticket6903
Aymeric Augustin
2013-06-19
Fixed MySQL failing test introduced by c86a9b6
Loic Bistuer
2013-06-18
Fixed #14930 -- values_list() failure on qs ordered by extra column
Florian Hahn
2013-06-18
Merge pull request #1281 from loic/ticket6903
Aymeric Augustin
2013-06-19
Fixed #6903 - Preserve admin changelist filters after saving or deleting an o...
Loic Bistuer
[next]