Malcolm Tredinnick
|
3064a211bf
|
queryset-refactor: Allow specifying of specific relations to follow in
select_related(). Refs #5020.
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6899 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-09 06:24:17 +00:00 |
|
Malcolm Tredinnick
|
07ddd56872
|
queryset-refactor: Merged from trunk up to [6856].
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-03 02:59:56 +00:00 |
|
Malcolm Tredinnick
|
bef4ca2bac
|
queryset-refactor: Fixed an off-by-one error when filling the select-related
case. Only affects people using select_related() with the "depth" parameter
*and* extra(select=...) simultaneously. Refs #6018. Thanks, Matthias Urlichs.
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6755 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-11-29 22:07:58 +00:00 |
|
Malcolm Tredinnick
|
91b1369709
|
queryset-refactor: Fixed a broken select_related test from [6521].
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6522 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-10-15 06:51:37 +00:00 |
|
Malcolm Tredinnick
|
72f9b7d4e8
|
queryset-refactor: integrate select_related() into SQL generation.
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6487 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-10-14 02:13:04 +00:00 |
|
Gary Wilson Jr
|
212ee65be7
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5803 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-05 05:14:46 +00:00 |
|
Malcolm Tredinnick
|
953badbea5
|
Merged Unicode branch into trunk (r4952:5608). This should be fully
backwards compatible for all practical purposes.
Fixed #2391, #2489, #2996, #3322, #3344, #3370, #3406, #3432, #3454, #3492, #3582, #3690, #3878, #3891, #3937, #4039, #4141, #4227, #4286, #4291, #4300, #4452, #4702
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-04 12:11:04 +00:00 |
|
Jacob Kaplan-Moss
|
609a42ee06
|
Removed formatting from the select_related test title.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4797 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-23 20:18:58 +00:00 |
|
Jacob Kaplan-Moss
|
189e7dd802
|
Renumbered all the doctest examples so that they are ordered correctly on the doc pages.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4796 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-23 20:17:04 +00:00 |
|
Jacob Kaplan-Moss
|
4477f50f0b
|
Added a "depth" argument to select_related() to control how many "levels" of relations select_related() is willing to follow (refs #3275).
Also added unit tests for select_related().
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4645 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-02-28 15:24:05 +00:00 |
|