| Age | Commit message (Expand) | Author |
| 2008-02-28 | gis: Merged revisions 7105-7168 via svnmerge from trunk. | Justin Bronn |
| 2008-02-08 | gis: Merged revisions 7044-7102 via svnmerge from trunk. | Justin Bronn |
| 2008-01-28 | gis: Merged revisions 6990-7043 via svnmerge from trunk. | Justin Bronn |
| 2007-12-15 | gis: Merged revisions 6672,6686-6688,6690,6693,6707-6708,6726,6730,6753,6755-... | Justin Bronn |
| 2007-12-01 | gis: Merged 6672-6783 vis svnmerge from trunk | Jeremy Dunck |
| 2007-11-14 | gis: Merged revisions 6614-6671 via svnmerge from trunk. | Justin Bronn |
| 2007-10-26 | gis: Merged revisions 6525-6613 via svnmerge from [repos:django/trunk trunk]. | Justin Bronn |
| 2007-10-16 | Merged revisions 6442-6524 via svnmerge from [repos:django/trunk trunk]. | Justin Bronn |
| 2007-10-01 | gis: Merged revisions 6394-6441 via svnmerge from [repos:django/trunk trunk]. | Justin Bronn |
| 2007-09-20 | gis: Merged revisions 6021-6393 via svnmerge from [repos:django/trunk trunk]. | Justin Bronn |
| 2007-08-26 | gis: Made necessary modifications for unicode, manage refactor, backend refac... | Justin Bronn |
| 2007-07-01 | gis: Merged revisions 5540-5582 via svnmerge from | Jeremy Dunck |
| 2007-06-18 | gis: Merged revisions 4786-5490 via svnmerge from | Jeremy Dunck |
| 2007-03-29 | gis: Merged revisions 4796-4797 via svnmerge | Jeremy Dunck |
| 2007-03-23 | gis: Merged revisions 4669-4785 via svnmerge from trunk. | Jeremy Dunck |
| 2007-03-06 | gis: Merged revisions 4564-4668 via svnmerge from | Jeremy Dunck |
| 2007-02-21 | Changed database PhoneNumberField to use USPhoneNumberField as its newforms f... | Adrian Holovaty |
| 2007-02-21 | Fixed #3534 -- newforms ModelChoiceField and ModelMultipleChoiceField no long... | Adrian Holovaty |
| 2007-02-20 | Fixed #3247 -- newforms form_for_model() and form_for_instance() no longer cr... | Adrian Holovaty |
| 2007-02-20 | Fixed #3257 -- Added newforms ModelChoiceField and ModelMultipleChoiceField, ... | Adrian Holovaty |
| 2007-02-17 | Fixed #3160 -- Added the ability to control the content type in a test client... | Russell Keith-Magee |
| 2007-02-14 | Changed __year lookup to use a BETWEEN SQL statement instead of comparing the... | Adrian Holovaty |
| 2007-02-12 | #fixed #2256 -- Made count() interact with slicing on QuerySets. Patch from | Malcolm Tredinnick |
| 2007-02-11 | Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown by... | Russell Keith-Magee |
| 2007-02-10 | Fixed #3463 -- EmptyQuerySet's iterator() now returns a generator. Thanks, Ga... | Adrian Holovaty |
| 2007-02-10 | Fixed #2348 -- Improved error reporting when query filter arguments are | Malcolm Tredinnick |
| 2007-02-09 | Added a ``session`` attribute to the test Client, to make it easier to test i... | Russell Keith-Magee |
| 2007-01-29 | Fixed Python 2.4-ism in modeltests/test_client. Thanks for the find, Robert ... | Jacob Kaplan-Moss |
| 2007-01-29 | Fixed #3389 -- Many-to-many sets can now be assigned with primary key values | Adrian Holovaty |
| 2007-01-28 | newforms: Changed database Field formfield() methods to pass help_text to the... | Adrian Holovaty |
| 2007-01-28 | Fixed #3263 -- newforms form_for_model() and form_for_instance() now handle f... | Adrian Holovaty |
| 2007-01-27 | Fixed a flaw in the serializers that prevented OneToOneFields being serialize... | Russell Keith-Magee |
| 2007-01-25 | Fixed #3098 -- Added db_table parameter to m2m fields, allowing the specifica... | Russell Keith-Magee |
| 2007-01-25 | Fixed #3215, #3081, #2749 -- Fixed problem with mistaken deletion of objects ... | Russell Keith-Magee |
| 2007-01-23 | Fixed #3283 -- Added support for empty QuerySets via none() method. Thanks fo... | Adrian Holovaty |
| 2007-01-10 | Fixed #3267 -- newforms: Changed database TextField to render as Textarea in ... | Adrian Holovaty |
| 2007-01-09 | Fixed #3232 -- newforms: Added save_instance(), which saves a given bound for... | Adrian Holovaty |
| 2007-01-09 | newforms: Changed model auto-Form generation so that create() and apply_chang... | Adrian Holovaty |
| 2007-01-08 | Fixed #3252 -- Fixed bugs in model_forms unit tests, related to recent newfor... | Adrian Holovaty |
| 2007-01-04 | Fixed #2473 -- Added special case for '__in=[]' (empty set) queries, because ... | Russell Keith-Magee |
| 2007-01-03 | Fixed #2756 -- Modified the get_object_or_404/get_list_or_404 shortcuts to ac... | Russell Keith-Magee |
| 2006-12-30 | Updated docstring in model_forms unit test | Adrian Holovaty |
| 2006-12-30 | newforms: Got form_for_instance() to select initial ManyToManyField values pr... | Adrian Holovaty |
| 2006-12-28 | newforms: Implemented apply_changes() method for form_for_instance Forms | Adrian Holovaty |
| 2006-12-28 | newforms: Implemented form_for_instance(). The resulting Form class does not ... | Adrian Holovaty |
| 2006-12-27 | newforms: Implemented formfield() for database ForeignKey class and added uni... | Adrian Holovaty |
| 2006-12-27 | newforms: Implemented formfield() for database ManyToManyField class and adde... | Adrian Holovaty |
| 2006-12-20 | Fixed problem with assiging an empty list to m2m related descriptors, introdu... | Russell Keith-Magee |
| 2006-12-19 | Fixed #3164 -- Added explicit ordering to basic model test, and revised resul... | Russell Keith-Magee |
| 2006-12-17 | newforms: Added optional 'form' parameter to form_for_model | Adrian Holovaty |