| Age | Commit message (Expand) | Author |
| 2011-09-10 | Ensure bulk_create returns what it is supposed to. | Alex Gaynor |
| 2011-09-10 | Fixed #16809 -- Forced MySQL to behave like a database. This avoids a problem... | Russell Keith-Magee |
| 2011-09-10 | Fixed #16808, removed some dead code from teh ORM. Thanks to aaugustin for th... | Alex Gaynor |
| 2011-09-10 | Fixed #16162. Added timeout arg to `DummyCache.set_many`, for compatiblity wi... | Alex Gaynor |
| 2011-09-10 | Fixed #11404. Added ``FormSet.has_changed``, for consistancy with ``Form.has... | Alex Gaynor |
| 2011-09-10 | Make ``Formset.__getitem__`` O(1), rather than O(n). If you override ``__ite... | Alex Gaynor |
| 2011-09-10 | Altered the behavior of URLField to avoid a potential DOS vector, and to avoi... | Russell Keith-Magee |
| 2011-09-10 | Added protection against spoofing of X_FORWARDED_HOST headers. A security ann... | Russell Keith-Magee |
| 2011-09-10 | Fixed #15722: ensure formsets evaluate to True even if they have no forms. Th... | Karen Tracey |
| 2011-09-09 | Added two pointless query repeats to work around a known issue with MySQL tha... | Russell Keith-Magee |
| 2011-09-09 | Fixes #16664 -- URLField's to_python method fails with ValueError on some url... | Chris Beaven |
| 2011-09-09 | Fix and test for cleaning a non-string value in a URLField | Chris Beaven |
| 2011-09-09 | Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ... | Alex Gaynor |
| 2011-09-09 | Fixed #15237 -- Fixed a typo in specifying UTF-8 encoding in the feed generat... | Jannis Leidel |
| 2011-09-09 | Fixed #16042 -- Use the content types caching in the comments contrib app. Th... | Jannis Leidel |
| 2011-09-09 | Add a test for the intcomma regression described in #16404/#16562, fixed in r... | Karen Tracey |
| 2011-09-09 | Fixed #16780 -- Removed a timing sensitive test from the template test suite.... | Russell Keith-Magee |
| 2011-09-08 | Fixed #16721 -- Made sure that blocktrans correctly handles percents (%), eve... | Jannis Leidel |
| 2011-09-08 | Fixed #16003 -- Restored compatibility of the admin when using USE_ETAGS. Tha... | Jannis Leidel |
| 2011-09-08 | Fixed #16686 -- Reduced time to wait for cache expiration in a test to allevi... | Jannis Leidel |
| 2011-09-08 | Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme... | Jannis Leidel |
| 2011-09-08 | Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to ... | Jannis Leidel |
| 2011-09-04 | Also copy `__module__` to our dynamically created TestCase subclass when over... | Ramiro Morales |
| 2011-09-02 | Fixed #16736 -- Enabled the merging of user-supplied arguments to format the ... | Julien Phalip |
| 2011-08-30 | Fixed #16717 -- Added ability to store result of trans template tag in contex... | Jannis Leidel |
| 2011-08-28 | Fixed #16202 -- Added a Slovenian localflavor. Thanks to Jure Cuhalev < ganda... | Julien Phalip |
| 2011-08-28 | Fixed #16716 -- Fixed two small regressions in the development version introd... | Julien Phalip |
| 2011-08-28 | Repaired an admin list_filter test that wasn't testing anything special. | Julien Phalip |
| 2011-08-28 | Fixed #15525 -- Custom template tags loading breaks whenever templatetags is ... | Chris Beaven |
| 2011-08-26 | Further improved on the work done in r16622 by making the help text icons loo... | Julien Phalip |
| 2011-08-25 | Fixed #16677 -- Fixed the future version of the ssi template tag to work with... | Julien Phalip |
| 2011-08-24 | Fixed #15837. Consolidated all the locaflavor tests into a single, logical, p... | Julien Phalip |
| 2011-08-23 | Reverted r16662 -- There are bunch of problems with this patch, including fai... | Russell Keith-Magee |
| 2011-08-23 | Fixed a broken test from r16656. | Malcolm Tredinnick |
| 2011-08-23 | Fixed #16202 -- Added a Slovenian localflavor. Thanks to Jure Cuhalev <gandal... | Russell Keith-Magee |
| 2011-08-23 | Fixed #15315 -- Added support for the 'widget' argument to modelform_factory.... | Russell Keith-Magee |
| 2011-08-23 | Fixed #15499 -- Ensure that cache control headers don't try to set public and... | Russell Keith-Magee |
| 2011-08-23 | Fixed an isnull=False filtering edge-case. Fixes #15316. | Malcolm Tredinnick |
| 2011-08-23 | Fixed #15838 -- Promoted assertFieldOutput to a general test utility. Thanks ... | Russell Keith-Magee |
| 2011-08-23 | Fixed #10571 -- Factored out the payload encoding code to make sure it is use... | Russell Keith-Magee |
| 2011-08-23 | Fixed #16672 -- Ensure that test classes decorated with @override_setings get... | Russell Keith-Magee |
| 2011-08-22 | Fixed #14876 -- Ensure that join promotion works correctly when there are nul... | Russell Keith-Magee |
| 2011-08-17 | Fixed #8190 -- Added support for a field's help text to the tabular admin inl... | Jannis Leidel |
| 2011-08-15 | Fixed #15206 -- Added select_related call to the permissions field of the Gro... | Jannis Leidel |
| 2011-08-13 | Fixed #14695 -- Stopped model fields from incorrectly overwriting the field n... | Jannis Leidel |
| 2011-08-13 | Fixed #14503 -- Unified multiple implementations of test cases assert* method... | Ramiro Morales |
| 2011-08-12 | Fixed #11559 -- Fixed the URL resolver to be able to handle captured paramete... | Jannis Leidel |
| 2011-08-12 | Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso... | Jannis Leidel |
| 2011-08-12 | Fixed #5831 -- Made sure the ForNode reports the correct source of an excepti... | Jannis Leidel |
| 2011-08-12 | Fixed #10405 -- Raise a more useful error if the formfield of a related model... | Jannis Leidel |