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
2012-10-18
Added missed poisoned host header tests
Preston Holmes
2012-10-15
Fixed assertXMLEqual when first node was a comment
Claude Paroz
2012-10-13
Fixed #16479 - Forms generated from formsets use ErrorList instead of supplie...
Ludovic Delaveau
2012-10-12
Removed country-specific localflavor tests.
Adrian Holovaty
2012-10-11
Fixed #16817 - Added a guide of code coverage to contributing docs.
Tim Graham
2012-10-10
Removed some uses of F() expression & and |
Anssi Kääriäinen
2012-10-10
Fixed #18927 -- Fixed bulk_create tests when no has_bulk_insert
Michael Manfre
2012-10-10
Moved F() '&' and '|' to .bitand() and .bitor()
Anssi Kääriäinen
2012-10-10
Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"
Anssi Kääriäinen
2012-10-10
Revert "Splitted expressions tests into smaller methods"
Anssi Kääriäinen
2012-10-09
Fixed test failure after IDN domain validation fix
Claude Paroz
2012-10-09
Fixed #18153 -- Reverse OneToOne lookups on unsaved instances.
Aymeric Augustin
2012-10-09
Fixed #19095 -- invalid code in multidb tests.
Aymeric Augustin
2012-10-09
Fixed #17867 -- Made email validation pass with IDN domains
Claude Paroz
2012-10-09
Moved some email validation tests to validators tests
Claude Paroz
2012-10-09
Improved assertion error messages in validators tests
Claude Paroz
2012-10-08
Fixed #19087 -- Ensured query's base table is never LOUTER joined
Anssi Kääriäinen
2012-10-08
[py3] Decoded the parsed source file encoding in debug view
Claude Paroz
2012-10-06
Removed ad-hoc support for usage of short names of built-in DB backends.
Ramiro Morales
2012-10-06
Added assertXML[Not]Equal assertions
Claude Paroz
2012-10-06
Fixed #19069 -- Improved the error message when trying to query a swapped model.
Russell Keith-Magee
2012-10-03
Fixed #14567 -- Made ModelMultipleChoiceField return EmptyQuerySet as empty v...
Stephen Burrows
2012-10-02
Fixed #19049 -- Ensure that swapped models aren't included in reverse field c...
Russell Keith-Magee
2012-10-01
Fixed postgres rollback issue with fixture test
Preston Holmes
2012-09-30
Fixed #9279 -- Added ignorenonexistent option to loaddata
Preston Holmes
2012-09-30
Fixed #18807 -- Made 404.html and 500.html optional
Claude Paroz
2012-09-30
Fixed #7936 -- Added Last-Modified header to feeds
Claude Paroz
2012-09-30
Splitted expressions tests into smaller methods
Anssi Kääriäinen
2012-09-30
Fixed #16211 -- Added comparison and negation ops to F() expressions
Anssi Kääriäinen
2012-09-29
Fixed #18993 -- 'django' logger logs to console when DEBUG=True
Claude Paroz
2012-09-29
Merge branch 'ticket15695'
Florian Apolloner
2012-09-28
Fixed #18676 -- Allow fast-path deletion of objects
Anssi Kääriäinen
2012-09-28
Added a way to check if a signal has listeners
Anssi Kääriäinen
2012-09-28
Used get_current_site in comments feed class
Claude Paroz
2012-09-27
Fixed #18881 -- Made the context option in {% trans %} and {% blocktrans %} a...
Julien Phalip
2012-09-27
Added complementary regression test for commit c1729510
Eduardo Cereto Carvalho
2012-09-27
Fixed #15695 -- Added `ResolverMatch` to the request object.
Florian Apolloner
2012-09-26
Fixed #18675 -- Fixed was_modified_since with floating-point mtime
Claude Paroz
2012-09-26
Fixed parse_http_date docstring and moved related tests
Claude Paroz
2012-09-26
Fixed #18845 -- Do not swallow AttributeErrors when running commands
Claude Paroz
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-24
Fixed #18072 -- Made more admin links use reverse() instead of hard-coded rel...
Ramiro Morales
2012-09-24
Called parent __init__ in test logging handler
Claude Paroz
2012-09-24
Fixed #14861 -- Moved logging config outside of Settings.__init__
Claude Paroz
2012-09-24
Replaced a deprecated assertEquals
Claude Paroz
2012-09-23
Fixed #18982 - Caught TypeError in DateField.clean
Aymeric Augustin
2012-09-22
Fixed #18861 -- Triggered message validation with locmem email backend
Claude Paroz
2012-09-22
Fixed #18951 -- Formatting of microseconds.
Aymeric Augustin
2012-09-22
Fixed #16218 -- date_list order in generic CBVs.
Aymeric Augustin
[next]