97 | | * #13 - Polishing off interfaces for `order_with_respect_to`. See: http://james.wheare.org/notes/2007/11/ordering-related-objects-in-django |
98 | | * discuss then do #2750 - `ManyToManyField ignores 'default' option` |
99 | | * discuss then review #2983 - `ImageField not deleting previously attached file when updated` (per jacob, this should be fixed when #5361 is resolved) |
100 | | * review #4539 - translation.ugettext loses variable content from blocktrans |
101 | | * !FormPreview |
102 | | * review related tickets: http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&component=django.contrib.formtools&order=priority |
103 | | * discuss limit_choices_to |
104 | | * http://code.djangoproject.com/ticket/1891 |
105 | | * http://code.djangoproject.com/ticket/2445 |
106 | | * http://code.djangoproject.com/ticket/4046 |
107 | | * limit_choices_to admin related: (keeping in mind newforms-admin) |
108 | | * #29 - `Fix usability issue with limit_choices_to and "Add another" in admin` |
109 | | * http://code.djangoproject.com/ticket/3096 |
| 97 | * !FormPreview [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&component=django.contrib.formtools&order=priority and related tickets] |
| 98 | * Sort out what's happening with limit_choices_to (#1891, #2445, #4046) |
116 | | * confirm #4609 (Content type names are not translated in Recent Actions listing) exists on newforms-admin |
117 | | * #4948 doesn't work on windows |
| 106 | * #6083 Change contrib.auth to use the newforms framework |
| 107 | * #6071 work out what broke @6777 to cause "maximum recursion depth exceeded" |
| 108 | * #6070 Document that SITE_ID is no longer required to run all tests |
| 109 | * #6039 Fix documentation about ATOM feeds |
| 110 | * #4695 work out what's happening with xgettext skipping some translated strings in js. files |
| 111 | * #6093 fix a few regressions with python2.3 and postgresql_psychopg2 engine |
| 112 | * #6046 db-api docs: invalid REGEX SQL equiv for SQLite |
| 113 | |
119 | | * #5638 besides, user might be an organization instead of a person, so i would suggest merge given name and family name in one single field. this would lead some back-compatibility issue, but i think it worths. |
120 | | * #6083 - Change contrib.auth to use the newforms framework |
121 | | * #6071 - work out what broke @6777 to cause "maximum recursion depth exceeded" |
122 | | * #6070 - Document that SITE_ID is no longer required to run all tests |
123 | | * #6039 - Fix documentation about ATOM feeds |
124 | | * #4695 - work out what's happening with xgettext skipping some translated strings in js. files |
125 | | * #6093 - fix a few regressions with python2.3 and postgresql_psychopg2 engine |
126 | | * #6046 - db-api docs: invalid REGEX SQL equiv for SQLite |