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
2007-08-12
Fixed #4622 -- Fixed SelectDateWidget to work correctly when used as a hidden...
Malcolm Tredinnick
2007-08-11
Fixed #5134 -- Return empty strings as Unicode in psycopg1 backend.
Malcolm Tredinnick
2007-08-08
Fixed #5115 -- Fixed `QuerySet` slices to allow longs.
Gary Wilson Jr
2007-08-06
Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to t...
Russell Keith-Magee
2007-08-05
Fixed #4001 -- Added dynamic save_m2m method() to forms created with form_for...
Russell Keith-Magee
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-08-01
Fixed #4228 -- Removed hardcoding of `RadioFieldRenderer` in the `RadioSelect...
Gary Wilson Jr
2007-07-30
Fixed call to `ugettext`, which is imported as `_`.
Gary Wilson Jr
2007-07-28
Fixed #4460 -- Added the ability to be more specific in the test cases that a...
Russell Keith-Magee
2007-07-27
Added unit test that confirms a bug in ValuesQuerySets that have extra(select...
Adrian Holovaty
2007-07-23
Fixed #3771 -- Modified the test runner to observe the --noinput argument con...
Russell Keith-Magee
2007-07-23
Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo...
Gary Wilson Jr
2007-07-22
Fixed #4373 -- Modified the get_object_or_404/get_list_or_404 shortcuts to al...
Gary Wilson Jr
2007-07-21
Fixed #4402 -- Modified test client to allow multi-valued inputs on GET reque...
Russell Keith-Magee
2007-07-21
Added test cases for change [5739].
Russell Keith-Magee
2007-07-20
Fixed negligible typo in docstring in tests/regressiontests/test_client_regre...
Adrian Holovaty
2007-07-20
Fixed #4901 -- Modified assertContains to provide a default check of 'any ins...
Russell Keith-Magee
2007-07-20
Fixed #3782 -- Added support for the suite() method recommended by the Python...
Russell Keith-Magee
2007-07-20
Fixed #4897 -- Fixed minor typo in doctest comment.
Russell Keith-Magee
2007-07-20
Fixed #4558 -- Modified XML serializer to handle whitespace better around Non...
Russell Keith-Magee
2007-07-19
Fixed #3925 -- Added Slovak localflavor items. Thanks, Martin KosÃr.
Malcolm Tredinnick
2007-07-16
Fixed #4845 -- Fixed some problems with Unicode usage and caching. Thanks,
Malcolm Tredinnick
2007-07-16
Refs #3012 -- Removed iterator from `test_data_types` cache test that I added...
Gary Wilson Jr
2007-07-15
Fixed #3012 -- Changed the locmem cache backend to use pickle instead of deep...
Gary Wilson Jr
2007-07-15
Fixed #4310 -- Fixed a regular expression bug in `strip_entities` function an...
Gary Wilson Jr
2007-07-14
Fixed #4870 -- Removed unneeded import and fixed a docstring in an example.
Malcolm Tredinnick
2007-07-13
Fixed #4469 -- Added slightly more informative error messages to max- and
Malcolm Tredinnick
2007-07-13
Fixed #4807 -- Fixed a couple of corner cases in decimal form input validation.
Malcolm Tredinnick
2007-07-12
Fixed #4526 -- Modified the test Client login method to fail when a user is i...
Russell Keith-Magee
2007-07-12
Fixed #4808 -- Added Chilean regions in localflavor. Thanks, Marijn Vriens <m...
Russell Keith-Magee
2007-07-12
Fixed #3768 -- Disabled NullBooleanField PK serialization test. We can't and ...
Russell Keith-Magee
2007-07-12
Fixed #3770 -- Remove null=True tag from OneToOne serialization test. OneToOn...
Russell Keith-Magee
2007-07-12
Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save ...
Russell Keith-Magee
2007-07-10
Fixed #4804 -- Fixed a problem when validating choice lists with non-ASCII
Malcolm Tredinnick
2007-07-07
Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments.
Malcolm Tredinnick
2007-07-06
Fixed #4779 -- Fixed a couple typos in the `test_client_regress` tests that s...
Gary Wilson Jr
2007-07-05
Added a test that shows the problem in #4470. This fails only for the mysql_old
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-07-01
Made the reg-exp lookup tests more robust. they now pass for all database
Malcolm Tredinnick
2007-06-27
Fixed #1465: added support for regex lookups. Thanks, Tom Tobin.
Jacob Kaplan-Moss
2007-06-25
Fixed #4453 -- Allow dots in URL pattern names (although the string in that c...
Malcolm Tredinnick
2007-06-23
Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All
Malcolm Tredinnick
2007-06-23
Fixed #4527 -- Changed the way errors are displayed in Form.as_p() to avoid
Malcolm Tredinnick
2007-06-23
Fixed #4630 -- Fixed some validation problems with SplitDateTimeField. Thanks
Malcolm Tredinnick
2007-06-23
Fixed #4657 -- Fixed an error in an edge case of the urlizetrunc filter.
Malcolm Tredinnick
2007-06-10
Fixed #4475 -- Fixed a problem that was preventing streaming tests for the
Malcolm Tredinnick
2007-06-08
Fixed #3523 -- Added list unpacking to for loops in templates. Thanks to Smil...
Russell Keith-Magee
2007-06-01
Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser...
Russell Keith-Magee
2007-05-31
Fixed #3050: you can now use extra(select=...) with values(). Thanks, Honza Kral
Jacob Kaplan-Moss
2007-05-28
Fixed a serialization problem with objects that have a foreign key on an obje...
Russell Keith-Magee
[next]