| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-09 | Added runserver validation to detect if DEBUG=False and ALLOWED_HOSTS is empty. | Tim Graham | |
| Refs #19875. | |||
| 2013-06-07 | Auto-naming for migrations and some writer fixes | Andrew Godwin | |
| 2013-06-07 | Autodetector tests | Andrew Godwin | |
| 2013-06-07 | Field encoding | Andrew Godwin | |
| 2013-06-07 | A bit of an autodetector and a bit of a writer | Andrew Godwin | |
| 2013-06-07 | Merge remote-tracking branch 'core/master' into schema-alteration | Andrew Godwin | |
| Conflicts: django/db/models/fields/related.py | |||
| 2013-06-06 | Fixed #12337 - Honor ModelForm.Meta.exclude when saving ManyToManyFields. | Stephen Burrows | |
| Thanks margieroginski for the report. | |||
| 2013-06-06 | Fixed #20502 (again) -- More i18n cache flush in tests | Claude Paroz | |
| Thanks Timo Graham for noticing the failures. | |||
| 2013-06-06 | Merge pull request #1245 from oinopion/list_select_related | Marc Tamlyn | |
| Fixed #19080 -- Fine-grained control over select_related in admin | |||
| 2013-06-06 | Fixed #20564 -- Generic relations exclude() regression | Anssi Kääriäinen | |
| The patch for #19385 caused a regression in certain generic relations .exclude() filters if a subquery was needed. The fix contains a refactoring to how Query.split_exclude() and Query.trim_start() interact. Thanks to Trac alias nferrari for the report. | |||
| 2013-06-05 | Fixed #19080 -- Fine-grained control over select_related in admin | Tomek Paczkowski | |
| 2013-06-05 | PEP 8 cleanup | Anssi Kääriäinen | |
| 2013-06-05 | Fixed #17927 -- Added initial values support for BaseGenericInlineFormSet | Bojan Mihelac | |
| Thanks Fak3 for the suggestion. | |||
| 2013-06-04 | Fixed #18924 -- Made test.Client.logout send user_logged_out signal. | Tim Graham | |
| Thanks awsum for the suggestion and Pavel Ponomarev and Florian Hahn for the patch. | |||
| 2013-06-04 | Added i18n-related URL mapper test for a mailing list report. | Ramiro Morales | |
| 2013-06-02 | Fixed #20485 -- Refactored loaddata for speed. | Aymeric Augustin | |
| Thanks Anssi for reporting this performance bottleneck. | |||
| 2013-06-01 | Fixed #18388 - Added InlineModelAdmin.get_max_num hook. | Tim Graham | |
| Thanks d.willy.c.c@ for the suggestion and Melevir and Areski Belaid for work on the patch. | |||
| 2013-06-01 | Changed assertEquals -> assertEqual. | Tim Graham | |
| 2013-06-01 | Fixed #18481 -- Wrapped request.FILES read error in UnreadablePostError | Claude Paroz | |
| Thanks KyleMac for the report, André Cruz for the initial patch and Hiroki Kiyohara for the tests. | |||
| 2013-06-01 | Fixed #18169 -- NoReverseMatch not silenced if from block.super | Anssi Kääriäinen | |
| 2013-06-01 | Fixed #18785 -- Added Test join trimming regression | Anssi Kääriäinen | |
| The regression was caused by patch to ticket #15316 and was fixed by a patch to #10790. | |||
| 2013-06-01 | Fixed #20404 -- Added a keys() method to ContextList. | Chris Wilson | |
| It's useful to be able to list all the (flattened) keys of a ContextList, to help you figure out why the variable that's supposed to be there is not. No .values() or .items() added as the definition for those aren't clear. The patch is Chris Wilson's patch from pull request 1065 with some modifications by committer. | |||
| 2013-05-31 | Fixed #18681 -- BaseModelAdmin.get_form and InlineModelAdmin.get_formset no ↵ | Loic Bistuer | |
| longer bypass get_fieldsets Thanks msopacua for the report. | |||
| 2013-05-31 | Fixed #16436 -- Oracle defer_regress test failure | Anssi Kääriäinen | |
| Oracle doesn't like grouping by TextField, so use CharFields instead in models. | |||
| 2013-05-30 | Fixed #20502 -- Flushed i18n caches for a defaultfilter test | Claude Paroz | |
| Thanks Chris Wilson for the report and initial patch. | |||
| 2013-05-30 | Fixed #19425 - Added InlineModelAdmin.get_extra hook. | Tim Graham | |
| Thanks dave@ for the suggestion and Rohan Jain for the patch. | |||
| 2013-05-30 | Add an Executor for end-to-end running | Andrew Godwin | |
| 2013-05-30 | Fix graph tests | Andrew Godwin | |
| 2013-05-30 | Add the start of some operation tests | Andrew Godwin | |
| 2013-05-30 | Merge pull request #1027 from intgr/debug_no_exc_message | Tim Graham | |
| Clearer explanation when exception has no message | |||
| 2013-05-30 | Fixed #16856 - Added a way to clear select_related. | Tim Graham | |
| Thanks Carl for the suggestion and David Cramer for the patch. | |||
| 2013-05-30 | Fixed #20509 - Proper parsing for dumpdata --pks option. | Tim Graham | |
| Thanks weipin for the report and Baptiste Mispelon for the patch. | |||
| 2013-05-30 | Fixed #16436 -- defer + annotate + select_related crash | Tai Lee | |
| Correctly calculate the ``aggregate_start`` offset from loaded fields, if any are deferred, instead of ``self.query.select`` which includes all fields on the model. Also made some PEP 8 fixes. | |||
| 2013-05-30 | Made an app-cache test not dependent on all models in defer_regress | Anssi Kääriäinen | |
| 2013-05-29 | Fixed a failure on Python 3 introduced by ↵ | Simon Charette | |
| 5939864616d56cf949f0bca348a8e05230b62fe0. Refs #15653. | |||
| 2013-05-29 | Add test for new __ne__ method on Promise. | Andrew Godwin | |
| 2013-05-29 | Start adding operations that work and tests for them | Andrew Godwin | |
| 2013-05-29 | Fixed #20331 -- Allowed admin actions to serve StreamingHttpResponses | Tim Graham | |
| Thanks Edwin. | |||
| 2013-05-29 | Fixed #15697 -- Made sqlindexes aware of auto-created tables | Claude Paroz | |
| Thanks mbertheau for the report and Ash Christopher for the initial patch. | |||
| 2013-05-29 | Fixed #15653 - Error in admin pagination tag. | Tim Graham | |
| Thanks jcumbo@ for the report and adamzap and nott for the patch. | |||
| 2013-05-29 | Fixed #20250 - Added a regression test for negated Q + annotate | Tim Graham | |
| Thanks nott. | |||
| 2013-05-28 | Fixed #20484 -- Added model validation for GenericIPAddressField | Tim Graham | |
| GenericIPAddressField must not allow blank for NOT NULL fields Thanks Erik Romijn. | |||
| 2013-05-28 | Fixed #20242 - Added a regression test for prefetch_related. | Tim Graham | |
| Issue was fixed by removal of chunked reads from QuerySet iteration in 70679243d1786e03557c28929f9762a119e3ac14. Thanks Simeon Visser for the patch. | |||
| 2013-05-28 | Fixed #20228 - Documented unique_for_date and exclude behavior. | Tim Graham | |
| Thanks Deepak Thukral for the patch. | |||
| 2013-05-28 | Fixed random aggregation_regress test_more_more_more() failure | Anssi Kääriäinen | |
| The cause was assuming that an unordered queryset returns the values always in the same order. | |||
| 2013-05-27 | Fixed #20182 - admin lookup should treat 0 as False for __isnull | Tim Graham | |
| Thanks Benjie Chen. | |||
| 2013-05-27 | Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetError | Tim Graham | |
| Thank-you Martin Green for the patch. | |||
| 2013-05-27 | Fixed #20013 -- A test for sqlall fails under Oracle | Shai Berger | |
| 2013-05-27 | Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_create | Tim Graham | |
| Thanks wilfred@, poirier, and charettes for work on the patch. | |||
| 2013-05-27 | Fixed #17582 - Added message to DoesNotExist exceptions. | Tim Graham | |
| Thanks simon@ for the suggestion and JordanPowell for the initial patch. | |||
