Timeline
02/02/2010:
- 23:04 NonSqlBackends edited by
- updated app url (diff)
- 22:41 Sprint201002Montreal created by
- 22:34 Sprints edited by
- (diff)
- 18:34 Changeset [8e5c1169]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Revised [12376] with the benefit of coffee. Thanks to Alex Gaynor for …
- 18:24 Ticket #12754 (Backwards-incompatible change: BaseCommand.style.ERROR_OUTPUT was removed) closed by
- fixed: (In [12376]) Fixed #12754 -- Reintroduced style.ERROR_OUTPUT as an …
- 18:24 Changeset [de35bb40]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12754 -- Reintroduced style.ERROR_OUTPUT as an alias for …
- 17:26 Ticket #12755 (Proposal: Add a method to ModelAdmin to return the form instance) created by
- Sometimes we need dynamic fields in a form, depending on the logged in …
- 16:33 Ticket #12754 (Backwards-incompatible change: BaseCommand.style.ERROR_OUTPUT was removed) created by
- This breaks django-extensions on trunk. The fix is to …
- 08:59 Ticket #3907 (LocaleMiddleware allows locale from user browser that don't exists in ...) closed by
- fixed: This was fixed by r6608.
- 08:53 Ticket #11490 (Editing a model that contains m2m inline hangs the server) closed by
- worksforme
- 08:39 Ticket #11455 (Rename misleadingly named sql_create_table_suffix function) closed by
- wontfix: It might be a bad name, but we don't gain anything signficant by …
- 08:22 Ticket #11435 (Django Language Code) closed by
- worksforme: I just tried a microtranslation for Klingon (ISO639-2 code 'tlh'), and …
- 07:51 Ticket #11412 (documentation on test fixtures is not clear on fixture's file naming) closed by
- wontfix: The docs already point to the loaddata docs, which explain how …
- 07:48 Ticket #9656 (Inherit user's password change link doesn't work) closed by
- duplicate: The larger issue here is that people want to use different User …
- 07:47 Ticket #11406 (Admin broken for subclasses of User) closed by
- duplicate: I'm pretty sure the issues that you've raised can be overcome - it's …
- 07:47 Ticket #4121 (DateTime, Date,Time, MonthDay, YearMonth for general usage) closed by
- fixed: I think this has been solved with the landing of the locale-aware …
- 07:28 Ticket #12753 (Fixture loading can fails on second syncdb when auto_now_add field is ...) created by
- Via Andrew Turner, on django-users: Here is a simple …
- 07:09 Ticket #11385 (DateTimeField doesn't accept ISO 8601 formatted date string) closed by
- wontfix: ISO8601 is a good machine format, but not a particularly nice human …
- 07:08 AuditTrail edited by
- Added code borrowed from the Basie project (please check license) to … (diff)
- 07:01 Changeset [f9a33cb]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed a stray debug statement. Thanks to Ramiro Morales for the …
- 06:37 Ticket #11291 (django.contrib.auth.tests don't respect url conf) closed by
- duplicate: Duplicate of #10976
- 06:10 Ticket #11237 (force_unicode in forbid_multi_line_headers always raises UnicodeEncodeError) closed by
- invalid: Impossible to diagnose without details of what it is you're actually …
- 06:04 Ticket #11171 (custom set_exipy is ignored server side when set to 0) closed by
- worksforme
- 05:29 Ticket #11148 (Inline Views don't support editable=False for PK value) closed by
- invalid: The uniqueness of the intermediate PK field isn't an issue - it's the …
- 05:15 Ticket #11091 (SSL POST hangs if view function does not use POST object) closed by
- invalid: Closing due to a lack of feedback and a counter example saying the …
- 05:13 Ticket #11086 (Django not recieveing the mountpoint when using mod_wsgi) closed by
- worksforme: Marking worksforme based on the lack of any followup to Graham's comments.
- 04:28 Ticket #10966 (Management module imports project_module, considered evil) closed by
- wontfix: Not sure I see the benefit. django-admin.py creates the project …
- 04:17 Ticket #11015 (django-1.0.2 does not catch the exception that database backend first ...) closed by
- fixed: Based on adam's details, I assume this has been fixed. Please reopen …
- 02:28 Ticket #10938 (add inlines into fieldsets) closed by
- wontfix: I'm not sure I agree that this would be an improvement. Feel free to …
- 02:13 Ticket #9360 (Admin interface method get_form does not call get_fieldsets to get ...) closed by
- invalid: Already closed by a core developer. Start a discussion on django-dev …
- 00:30 CookBookScriptsDjget edited by
- (diff)
02/01/2010:
- 23:16 Ticket #12752 (validators should allow check against empty to be customized) created by
- I have a custom field, which sets up a correspondence between a numpy …
- 19:12 Ticket #12751 (order_by after select_related returns empty queryset) created by
- When querying a model with select_related(), if the related model …
- 19:00 Ticket #11893 (load order of .mo files) closed by
- duplicate: Duplicate of #11384.
- 18:41 Changeset [fbb42c31]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12667. Added optgroup validation support to model fields with …
- 18:41 Ticket #12667 (changeset:12098 introduces choice validation bug at the model level) closed by
- fixed: (In [12374]) Fixed #12667. Added optgroup validation support to model …
- 18:05 Ticket #12197 (parse_accept_lang_header parse HTTP_ACCEPT_LANGUAGE with wrong Quality ...) closed by
- invalid: There is a test case in the Django test suite that test exactly for a …
- 12:12 Ticket #12750 (Middleware snippet getting error in 1.2 alpha 1 - AttributeError: ...) closed by
- invalid: Your code relied on the implementation of the user_passes_test …
- 11:44 Ticket #12750 (Middleware snippet getting error in 1.2 alpha 1 - AttributeError: ...) created by
- Section of code causing error: […]
- 10:58 Ticket #12749 ("Please correct the error below." when saving add model form with ...) created by
- When a Model has a field with primary_key=True and the Admin has an …
- 08:34 Ticket #12748 (strftime array-access to format string doesn't work in IE7) created by
- In core.js there's Date.prototype.strftime function which accept …
- 08:19 Changeset [a0bae6e]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated formset docs to contain the new management form field for …
- 08:16 Changeset [5dad2350]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Use a closure for embedding the admin actions JavaScript and updated …
- 08:16 Changeset [816fced]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Being a good citizen, adding the jQuery license and a command line …
- 08:15 Ticket #12695 ('Add another' button disappears when refreshing page with admin form ...) closed by
- fixed: (In [12370]) Fixed #12695 - Force Firefox to not autocomplete input …
- 08:15 Changeset [f839736c]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12695 - Force Firefox to not autocomplete input fields that are …
- 08:14 Ticket #12692 (Wrong interpretation of extra clause in ModelAdmin with new admin UI) closed by
- fixed: (In [12369]) Fixed #12692 - Properly handle the extra clause of admin …
- 08:14 Changeset [9555f2be]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12692 - Properly handle the extra clause of admin inline …
- 08:13 Ticket #12700 (readonly_fields specified on inline model admin cause KeyError since r12297) closed by
- fixed: (In [12368]) Fixed #12700 - Take read-only fields into account when …
- 08:13 Changeset [f70a0882]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12700 - Take read-only fields into account when rendering the …
- 08:13 Changeset [be90eadf]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12628 - Don't ignore read-only fields in …
- 08:13 Ticket #12628 (readonly_fields in GenericInlineModelAdmin are ignored during save) closed by
- fixed: (In [12367]) Fixed #12628 - Don't ignore read-only fields in …
- 08:12 Ticket #12654 (Admin readonly_fields not working with ForeignKey fields) closed by
- fixed: (In [12366]) Fixed #12654 - Correctly display ForeignKey fields in …
- 08:12 Changeset [26734667]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12654 - Correctly display ForeignKey fields in read-only …
- 08:12 Ticket #12726 (double {{ media }} in admin templates...) closed by
- fixed: (In [12365]) Fixed #12726 - Prevent listing media twice in admin's …
- 08:12 Changeset [6c36e103]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12726 - Prevent listing media twice in admin's change list. …
- 07:00 Changeset [84599495]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #6364 -- Added the ability to run individual doctests. …
- 07:00 Ticket #6364 (Allow test runner to execute individual doctests) closed by
- fixed: (In [12364]) Fixed #6364 -- Added the ability to run individual doctests.
- 06:44 Ticket #9753 (makemessages failed on long Chinese text) closed by
- fixed: I'm closing this ticket because in r12296 we've raised the minumum …
- 06:44 Ticket #12747 (Custom HTTP status reason phrases are not supported) created by
- At present, Django hard-codes the HTTP status reason phrases based …
- 06:42 Ticket #8569 (Admin fieldsets can cause "'str' object has no attribute ...) closed by
- fixed: This problem was fixed over a year ago, really. What you are seeing …
- 06:02 Ticket #8569 (Admin fieldsets can cause "'str' object has no attribute ...) reopened by
- Hi there, I have the following code: […] […] It crashes when …
- 05:53 Changeset [daeceafe]stable/1.1.x by
- [1.1.X] Fixed #12745: The maxlength -> max_length change happened in …
- 05:53 Ticket #12745 (Error in tutorial: tutorial for 1.1 claims to be for development version) closed by
- fixed: (In [12362]) Fixed #12745: The maxlength -> max_length change happened …
- 05:53 Changeset [e0dd8a93]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12745: The maxlength -> max_length change happened in 2007, we …
- 04:42 Ticket #12746 (Use key argument in sort calls) created by
- Now that Python 2.4 is the minimum supported version, it is possible …
- 00:06 DjangoFriendlyWebHosts edited by
- (diff)
- 00:04 DjangoFriendlyWebHosts edited by
- (diff)
01/31/2010:
- 21:56 Ticket #11503 (Cache backend should expose a flush method) closed by
- duplicate: #12671 added a clear() method to the cache backends.
- 17:38 Changeset [1f305a0]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12744 -- Improved the settings cleansing process the work with …
- 17:38 Ticket #12744 (Debug page fails if settings has dict of tuples with non string) closed by
- fixed: (In [12361]) Fixed #12744 -- Improved the settings cleansing process …
- 15:56 Ticket #12745 (Error in tutorial: tutorial for 1.1 claims to be for development version) created by
- In the "Errors about max_length" section of this url: …
- 15:26 Ticket #12744 (Debug page fails if settings has dict of tuples with non string) created by
- After http://code.djangoproject.com/ticket/12736 debug page fails on …
- 11:44 Ticket #12743 (Add a style guide for javascript in the admin) created by
- I have prepared an initial draft (available here: …
- 06:34 Ticket #12740 (Debugging in rev. 12360) closed by
- worksforme: I can't reproduce this. I see the fancy Django error page when I put …
- 06:26 Ticket #12742 (File upload handler in Comments framework) created by
- I've recently find out some annoying django.contrib.comments …
- 06:23 Ticket #12741 (Plz help with understanding !) closed by
- invalid: Please don't use the ticket system to ask support questions. Use the …
- 03:58 Ticket #12741 (Plz help with understanding !) created by
- in your tutourial to django 1st application PART3.There's one paragrah …
- 03:33 Ticket #12740 (Debugging in rev. 12360) created by
- If I upgrade my developing system to revison 12360, I'm not able to …
01/30/2010:
- 20:50 Ticket #12739 (Inconsistent sorting behavior in mult-table inheritance query for ...) created by
- Given the following models: […] The following query returns …
- 20:30 Ticket #12736 (Database passwords visible on debug page with new-style database config) closed by
- fixed: (In [12360]) Fixed #12736 -- Fixed the debug page to hide passwords …
- 20:30 Changeset [ee313207]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12736 -- Fixed the debug page to hide passwords when they are …
- 18:32 Ticket #12665 (get_or_create fails with self as a parameter) closed by
- invalid: looks to be caused by some hackish code in the app I'm working on.
- 16:23 Ticket #12738 (CSRF token name should be a configurable setting) created by
- The CSRF token name ('csrfmiddlewaretoken') should perhaps be …
- 15:51 Ticket #12737 (Thread local settings) created by
- Many times I'm in the need of modify (perhaps wrongly) the settings in …
- 10:40 Ticket #12736 (Database passwords visible on debug page with new-style database config) created by
- The debug page settings display suppresses display of the values for …
- 07:35 Ticket #12735 (django shell is broken with IPython 0.11.x (bzr.r1219)) created by
- […] It seems that Shell module is deprecated: […]
- 07:32 Ticket #6609 (pysco clears the stack - causes delayed_loader to fail) closed by
- wontfix: It seems (as per the multiple problems documented PsycoMiddleware and …
- 07:03 Ticket #10270 (module dependency checks of syncdb are not translatable nor catchable) closed by
- wontfix: Closing wontfix as eleven months have passed without the OP answering …
- 02:17 Ticket #12734 (defer() then save() of model with custom field results in data corruption) created by
- I have a custom field in a model (in this case JSONField, but I also …
Note: See TracTimeline
for information about the timeline view.