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-03-11
Implemented an 'atomic' decorator and context manager.
Aymeric Augustin
2013-03-11
Added support for savepoints in SQLite.
Aymeric Augustin
2013-03-11
Deprecated transaction.is_managed().
Aymeric Augustin
2013-03-11
Deprecated transaction.commit/rollback_unless_managed.
Aymeric Augustin
2013-03-11
Enabled autocommit for PostgreSQL.
Aymeric Augustin
2013-03-11
Separated autocommit and isolation level handling for PostgreSQL.
Aymeric Augustin
2013-03-11
Made transaction.managed a no-op and deprecated it.
Aymeric Augustin
2013-03-10
Fixed #20019 -- Ensured HttpRequest.resolver_match always exists.
Aymeric Augustin
2013-03-10
Made (make|compile)messages check for availability of gettext commands.
Ramiro Morales
2013-03-09
Fixed #19923 -- Display tracebacks for non-CommandError exceptions
Claude Paroz
2013-03-08
Fixed a regression in forms changed_data
Claude Paroz
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-03-07
Merge pull request #850 from bmispelon/ticket-19916
Aymeric Augustin
2013-03-07
Added a ManyToManyField(db_constraint=False) option, this allows not creating...
Alex Gaynor
2013-03-07
Fix 19916. Smarter tokenizing of contrib.comment's templatetags arguments.
Baptiste Mispelon
2013-03-07
Fixed #19997 -- Added custom EMPTY_VALUES to form fields
Claude Paroz
2013-03-06
Fixed #19951 -- Admin: Invalid model PK values shouldn't cause 500 status.
Igor Támara
2013-03-06
Merge pull request #882 from loic/testfix
Ramiro Morales
2013-03-06
PEP8 cleanup of functional.py
Preston Holmes
2013-03-06
Fixed #19543 -- implemented SimpleLazyObject.__repr__
Preston Holmes
2013-03-06
Used more precise test assertions.
Aymeric Augustin
2013-03-06
Fixed minor warnings in tests.
Loic Bistuer
2013-03-04
Fixed #6585 -- Admin relationship widgets: Respect ordering defined by target...
Juan Pedro Fisanotti
2013-03-04
Fixed #19838 -- Admin: Don't leak a 500 HTTP status when trying to delete pro...
Javier Mansilla
2013-03-03
Removed mentions of modeltests.
Ramiro Morales
2013-03-03
Fixed #19915 - Made blocktrans tag honor TEMPLATE_STRING_IF_INVALID.
matiasb
2013-03-02
Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATS
Claude Paroz
2013-03-02
Fixed #18130 -- Made the isolation level configurable on PostgreSQL.
Aymeric Augustin
2013-03-02
Add introspection support for BinaryField
Claude Paroz
2013-03-02
Added support for serializing BinaryField
Claude Paroz
2013-03-02
Add a BinaryField model field
Claude Paroz
2013-03-02
Import `CaptureQueriesContext` from its original module.
Simon Charette
2013-03-02
Fixed #10399 -- Tested that o2o field updates are not constrained by an inner...
Simon Charette
2013-03-02
Added a context manager to capture queries while testing.
Simon Charette
2013-03-01
Fixed #18898 -- Added tests with a fix for ModelMultipleChoiceField
Claude Paroz
2013-03-01
Fixed #16612 -- Improved has_changed detection for localized field values
Claude Paroz
2013-02-28
Fixed tests broken in 2ee21d9.
Aymeric Augustin
2013-02-28
Implemented persistent database connections.
Aymeric Augustin
2013-02-28
Fixed #5241 -- Kept active transalation in LocaleMiddleware.process_response.
Aymeric Augustin
2013-02-28
Fixed #12823 -- Was already fixed in master, tests added
Anssi Kääriäinen
2013-02-27
use the real path to fix OS X /var/folders vs. /private/var/folders mismatch
Łukasz Langa
2013-02-27
Made dateformat tests reactivate original language
Anssi Kääriäinen
2013-02-27
Fixed a test that relied on database exceptions not being wrapped.
Aymeric Augustin
2013-02-27
Fixed a PendingDeprecationWarning in template_tests.
Aymeric Augustin
2013-02-27
Fixed #19861 -- Transaction ._dirty flag improvement
Anssi Kääriäinen
2013-02-27
[py3] Always fed hashlib with bytes.
Łukasz Langa
2013-02-26
Removed a .mo file incorrectly put under Git control.
Ramiro Morales
2013-02-26
Simplified compilemessages tests a bit.
Ramiro Morales
2013-02-26
Don't use os.system() in compilemessages.
Ramiro Morales
2013-02-26
Fixed i18n test to match changed translation
Claude Paroz
[next]