Timeline
Jun 16, 2010:
- 11:46 PM Ticket #10808 (Database layer (models, ORM) - Multiple inheritance (model-based) broken for __init__ of common ...) updated by
-
Cc changed
It seems to me that the "real underlying problem" is that Options (in … - 11:23 PM Ticket #13781 (Database layer (models, ORM) - select_related and multiple inheritance) updated by
-
Triage Stage changed
- 11:23 PM Ticket #13781 (Database layer (models, ORM) - select_related and multiple inheritance) updated by
- Huh. Ok... that's interesting. Thanks for setting me straight -- I …
- 11:22 PM Ticket #12002 (Database layer (models, ORM) - Models inherited from multiple Models) updated by
-
Triage Stage changed
As pointed out on #13781 -- the decision has already been made, and at … - 11:21 PM Ticket #12002 (Database layer (models, ORM) - Models inherited from multiple Models) updated by
-
Cc changed
A workaround I have used (but with some discomfort -- and it probably … - 11:13 PM Ticket #13781 (Database layer (models, ORM) - select_related and multiple inheritance) reopened by
- Um .. ok: but may I suggest that you have a documentation bug then? …
- 11:01 PM Ticket #13781 (Database layer (models, ORM) - select_related and multiple inheritance) closed by
- wontfix: Multiple inheritance of models isn't officially supported (see #12002, …
- 10:52 PM Ticket #13781 (Database layer (models, ORM) - select_related and multiple inheritance) updated by
-
Cc changed
- 10:50 PM Ticket #13781 (Database layer (models, ORM) - select_related and multiple inheritance) created by
- I have a "Profile" model that inherits both from auth.User and Person …
- 10:18 PM Ticket #13780 (Documentation - Admin site documentation should specify ordering directions) created by
- The docs for the admin site don't mention ordering directions. […] …
- 10:06 PM Ticket #13695 (Uncategorized - Django Comments Loses Ajax Headers When Redirecting (request.is_ajax() ...) updated by
- Replying to r1cky: > There is nothing django can do here. …
- 8:48 PM Ticket #13774 (Database layer (models, ORM) - Add model Field.rel_db_type() method) reopened by
- Patch is needed not to avoid a hack, but to make possible custom …
- 7:49 PM Ticket #13779 (GIS - GeoDjango doesn't find libgdal 1.7.0) created by
- GeoDjango currently only searches for libgdal up to 1.6.0. Lucid + …
- 7:17 PM Ticket #13153 (Uncategorized - An rpm fails to build with python setup.py bdist_rpm) updated by
-
Triage Stage changed
We can keep this ticket open. As a side note - this is why we say … - 6:54 PM Ticket #13615 (Testing framework - test.TestCase.assert(Not)Contains assumes response content is a page.) updated by
-
Triage Stage changed
- 6:47 PM Ticket #13777 (Database layer (models, ORM) - problems using **kwargs to create an instance of a model with an ...) closed by
- worksforme: I can't reproduce this. Logically, it doesn't make much sense, either: …
- 6:00 PM Ticket #13153 (Uncategorized - An rpm fails to build with python setup.py bdist_rpm) reopened by
- The first issue is indeed a duplicate of #9616, but the second issue …
- 4:53 PM Ticket #12460 (Core (Management commands) - inspectdb and field names ending with underscores) updated by
-
Has patch changed
- 4:41 PM Ticket #6932 (Contrib apps - Flatpages does not provide a list of available flat pages to the context) updated by
-
Cc changed
- 4:41 PM Ticket #6932 (Contrib apps - Flatpages does not provide a list of available flat pages to the context) updated by
- +1
- 4:29 PM Ticket #12460 (Core (Management commands) - inspectdb and field names ending with underscores) updated by
-
Keywords changed
There are a few other scenarios where invalid field names could be … - 4:20 PM Ticket #13778 (Documentation - Error in documentation code) created by
- There is an error in this page of the documentation: …
- 3:39 PM Ticket #10890 (Generic views - generic views archive_week and archive_day should have next/previous ...) updated by
- Palewire: I think you can use "day.strftime('%U')" instead of …
- 3:02 PM Ticket #11277 (contrib.admin - Hidden fields in Inlines are displayed as empty rows) reopened by
- The issue is that labels are still being rendered on forms, even when …
- 2:32 PM Ticket #13615 (Testing framework - test.TestCase.assert(Not)Contains assumes response content is a page.) updated by
-
Patch needs improvement changed
Here, now its fixed - 12:06 PM Ticket #11624 (GIS - `render_to_kmz` can't handle non-ascii data) updated by
- Thanks for doing this. Just patched it on 1.1 and found the fix is …
- 10:59 AM DjangoJobs edited by
- (diff)
- 10:24 AM Ticket #13777 (Database layer (models, ORM) - problems using **kwargs to create an instance of a model with an ...) created by
- I've found that if you create a simple model with an AutoField for a …
- 9:51 AM Ticket #6434 (Documentation - auto_now and auto_now_add documentation) updated by
- See also #7634 and http://code.djangoproject.com/ticket/12785#comment:1
- 9:50 AM Ticket #12785 (Documentation - Docs do not 'warn' against the use of auto_now and auto_now_add) updated by
- #7634 and #6434
- 9:36 AM Ticket #13729 (contrib.localflavor - UK localflavor mis-named/documentation bug.) updated by
-
Triage Stage changed
- 9:35 AM Ticket #13760 (Core (Management commands) - Management commands should not specify the default value twice) updated by
-
Triage Stage changed
- 9:33 AM Ticket #13746 (Core (Management commands) - dumpdata help does not include info about custom managers) updated by
-
Triage Stage changed
- 9:29 AM Ticket #13686 (Core (Cache system) - Asymmetry in memcached.add and memcached.set) updated by
-
Milestone, Triage Stage changed
- 9:28 AM Ticket #13699 (Translations - Catalan translation: corrections and missing messages for trunk) updated by
-
Triage Stage changed
- 9:28 AM Ticket #13645 (contrib.localflavor - The “local flavor” add-ons for Turkey) updated by
-
Triage Stage changed
The starting point is to write the code and upload a patch. Use one of … - 9:27 AM Ticket #13733 (contrib.localflavor - New Zealand localflavor) updated by
-
Component, Triage Stage changed
- 8:39 AM Ticket #13776 (Forms - is_valid() with null field value on ModelForms from models with ...) created by
- See …
- 8:25 AM Ticket #13775 (Documentation - Clarify in docs that filters don't work in ifequal) closed by
- wontfix: The 1.0 branch is no longer receiving bugfixes (and that includes …
- 8:04 AM Ticket #13774 (Database layer (models, ORM) - Add model Field.rel_db_type() method) closed by
- wontfix: I'm afraid I don't see why this is required. The explanation in ticket …
- 8:00 AM Ticket #13773 (Database layer (models, ORM) - model field's db_type() called without connection arg in pg creation.py) updated by
-
Triage Stage changed
- 7:59 AM Ticket #13615 (Testing framework - test.TestCase.assert(Not)Contains assumes response content is a page.) updated by
-
Patch needs improvement, Triage Stage changed
Patch as written will break the tests in the regression test suite … - 7:54 AM Ticket #13612 (Core (Management commands) - manage.py imports settings.py even when --settings is used) updated by
-
Triage Stage changed
Agreed that this is a bit of a wart. It's also a case where we should … - 7:52 AM Ticket #13611 (Database layer (models, ORM) - get_next_by_FOO allows nulls) closed by
- wontfix: You say "we" discussed this on IRC, but you don't say who "we" are. I …
- 7:43 AM Ticket #13610 (Core (Other) - Missing ENGINE setting in settings.py doesn't produce error) updated by
-
Triage Stage, Needs tests, Milestone changed
This is one of those times when it is ok to skip having a test, and … - 7:30 AM Ticket #13609 (contrib.admin - Using a non existent template in admin.Inlines produce error when ...) updated by
-
Component, Triage Stage changed
This problem exists because Django's template language silently eats … - 7:25 AM Ticket #13608 (Documentation - Clarify failure of lookups when argument to lookup is not an int) updated by
-
Triage Stage changed
To clarify the complaint: The issue here is that the list example … - 7:17 AM Ticket #13607 (User Experience - Admin date_hierarchy drill-down should auto-initialise to appropriate level) updated by
-
Triage Stage changed
Sounds like a reasonable suggestion; implementing it in an efficient … - 7:14 AM Ticket #13605 (Documentation - Storage.listdir() missing from the reference page) updated by
-
Triage Stage changed
Agreed -- the file storage API docs could be improved. - 7:13 AM Ticket #13604 (Testing framework - AssertRedirects test method tests the status code of initial response ...) closed by
- invalid: As far as I can make out, the current behaviour is correct, and there …
- 6:58 AM Ticket #13600 (HTTP handling - OverflowError not caught in django.views.static.serve) closed by
- worksforme: I can't reproduce the problem you describe -- using Python 2.6, the …
- 6:37 AM Ticket #13599 (contrib.admin - Incorrect HTML in change_list when list_editable is used) updated by
-
Patch needs improvement, Triage Stage changed
I'm not a huge fan of just disappearing the problem -- the hidden … - 6:34 AM Ticket #13591 (Forms - SplitDateTimeField admin usability broken when using format localization) updated by
-
Triage Stage, Milestone changed
This appears to be a fault in the Admin widgets specifically (i.e., … - 5:42 AM Ticket #13775 (Documentation - Clarify in docs that filters don't work in ifequal) created by
- Can you please make it a bit more explicit in …
- 5:13 AM Ticket #13710 (Database layer (models, ORM) - raw() sql bug when using a model with many fields with long names) updated by
-
Summary changed
- 5:11 AM Ticket #13712 (Database layer (models, ORM) - raw() sql bug in Python 2.5.2) closed by
- duplicate: This ticket can be closed, see ticket #13710 for fix.
- 5:10 AM Ticket #13710 (Database layer (models, ORM) - raw() sql bug when using a model with many fields with long names) updated by
- I found the source of the problem. My model has a lot of fields, and …
- 4:54 AM Ticket #10759 (contrib.admin - UserAdmin views should use attribute or current model to lookup the ...) updated by
-
Milestone changed
This patch is ready to go and accepted - can someone push this into … - 4:36 AM Ticket #13774 (Database layer (models, ORM) - Add model Field.rel_db_type() method) created by
- rel_db_type() method will return db_type for ForeignKey / …
- 4:17 AM Ticket #13773 (Database layer (models, ORM) - model field's db_type() called without connection arg in pg creation.py) created by
- In django/db/backends/postgresql/creation.py line 66 db_type() method …
- 4:17 AM Ticket #13772 (Database layer (models, ORM) - 'exists' parameter for pre_save signal) updated by
-
Needs documentation, Has patch changed
Patch (including updated tests) attached; needs docs, will add if accepted. - 4:15 AM Ticket #13772 (Database layer (models, ORM) - 'exists' parameter for pre_save signal) created by
- As Model.save() is called both for inserts and updates, it would …
- 4:06 AM Ticket #13730 (Database layer (models, ORM) - Allow db_index=False for ForeignKey) updated by
-
Owner changed
- 4:01 AM Ticket #13756 (HTTP handling - File upload not working under Tomcat) updated by
- I tested Sven's patch in Django 1.1.2 / Jython 2.5.1 / Tomcat 5.5. and …
- 2:24 AM Ticket #13771 (Database layer (models, ORM) - ForeignKey and Many2Many validation fails between databases) updated by
-
Patch needs improvement changed
- 2:20 AM Ticket #13771 (Database layer (models, ORM) - ForeignKey and Many2Many validation fails between databases) created by
- The validation of ForeignKey and Many2Many fields isn't selecting the …
- 1:20 AM Ticket #901 (Database layer (models, ORM) - Reload method for models) updated by
- Sorry if I'm resurrecting this from the dead, but I stumbled upon it …
Jun 15, 2010:
- 9:53 PM Ticket #13770 (Forms - form BooleanField should clean the string u'false' as False.) created by
- I ran into this trying to assign a JavaScript Boolean false to a …
- 9:17 PM Ticket #13769 (Forms - ModelForm: override default field attributes) created by
- The common way to alter fields attributes seems to be overriding …
- 7:06 PM Ticket #2594 (Template system - Template system should handle whitespace better) updated by
-
Patch needs improvement changed
- 7:06 PM Ticket #2594 (Template system - Template system should handle whitespace better) updated by
-
Needs documentation changed
On first inspection it looks reasonably good. The performance stats … - 4:09 PM DjangoPoweredSites edited by
- removed spam (diff)
- 1:56 PM Ticket #13766 (HTTP handling - Redirecting output from internal http server) closed by
- duplicate: Shouldn't this be part of the overall logging ticket (#12012)?
- 1:09 PM Ticket #13768 (Database layer (models, ORM) - 'exclude' does not work with lists containing a 'None' element.) created by
- This ticket covers use of 'None' (NULL for DB) in list of one 'in' …
- 12:39 PM DjangoPoweredSites edited by
- (diff)
- 11:34 AM Ticket #13766 (HTTP handling - Redirecting output from internal http server) created by
- The base http server uses vanilla sys.stderr to output its logs. This …
- 11:31 AM Ticket #13765 (Template system - The urlencode filter is actually urlquote and it doesn't accept the ...) updated by
-
Component changed
- 11:30 AM Ticket #13765 (Template system - The urlencode filter is actually urlquote and it doesn't accept the ...) created by
- Isn't it a bit odd that the |urlencode filter is actually urllib.quote …
- 10:06 AM Ticket #13764 (contrib.admin - i18n in custom javascript) created by
- The admin javascript is using django.views.i18n for translation. I …
- 9:29 AM Ticket #13488 (GIS - Exceptions in GEOS I/O object destructor at process exit) updated by
- I've added an attachment that handles / catches the dying thread …
- 7:07 AM Ticket #13763 (Forms - Setting prefix on a ModelForm causes is_valid() to return False) closed by
- invalid: When you set the prefix, it must also then be included in the data …
- 6:56 AM Ticket #13763 (Forms - Setting prefix on a ModelForm causes is_valid() to return False) updated by
- Having failed validation, the error message complains that the field …
- 6:46 AM Ticket #13762 (Uncategorized - Setting prefix on a ModelForm causes is_valid() to return False) closed by
- duplicate
- 6:43 AM Ticket #13763 (Forms - Setting prefix on a ModelForm causes is_valid() to return False) updated by
-
Keywords, Component changed
- 6:42 AM Ticket #13763 (Forms - Setting prefix on a ModelForm causes is_valid() to return False) created by
- Setting the prefix attribute on a ModelForm causes is_valid() to …
- 6:23 AM Ticket #13757 (Database layer (models, ORM) - Signal inconsistency between auto_created and manually defined ...) updated by
- After looking into it more closely, I think it's harder to do right …
- 6:14 AM Ticket #13762 (Uncategorized - Setting prefix on a ModelForm causes is_valid() to return False) created by
- Setting the prefix attribute on a ModelForm causes validation to fail. …
- 3:27 AM Ticket #10427 (Forms - Bound field needs an easy way to get form value) updated by
-
Cc changed
- 3:19 AM Ticket #12241 (contrib.admin - Admin forgets URL used for prefilling forms when hitting Save and add ...) updated by
- There you go. The tests are more complete. I used the urllib and …
- 12:29 AM Ticket #13761 (Database layer (models, ORM) - CharField.min_length doesn't work) closed by
- invalid: Oops, I've mistaken form field docs for model field docs. This would …
Jun 14, 2010:
- 8:30 PM Ticket #13761 (Database layer (models, ORM) - CharField.min_length doesn't work) created by
- Using trunk from Friday or so, I see …
- 8:08 PM Ticket #13760 (Core (Management commands) - Management commands should not specify the default value twice) created by
- Many of the management commands have a code pattern that seems likely …
- 8:06 PM Ticket #13759 (Documentation - Multi-db docs have an example that isn't syntax highlighting) created by
- It looks like an extra space is confusing sphinx, and removing it lets …
- 3:28 PM Ticket #13758 (Database layer (models, ORM) - MySQLdb utf8_bin and django causes UnicodeDecodeError) updated by
- For clarity, I'll repost that code in code blocks: Here is …
- 3:25 PM Ticket #13758 (Database layer (models, ORM) - MySQLdb utf8_bin and django causes UnicodeDecodeError) created by
- Issue: I have a Model with a FileField. When I delete that instances …
- 2:29 PM Ticket #10523 (contrib.admin - Changing object with long __repr__ causes error) updated by
- I was running Python 2.6, Postgresql 8.2 and I found out that my issue …
- 1:22 PM Ticket #7735 (django-admin.py runserver - IPv6 support for runserver) updated by
- Awesome! You beat me to the punch by about a day--I had just pulled …
- 10:40 AM Ticket #11058 (contrib.admin - list_display_links doesn't allow callables not defined in the model) updated by
-
Owner, Status changed
- 9:09 AM Ticket #13757 (Database layer (models, ORM) - Signal inconsistency between auto_created and manually defined ...) created by
- In Django 1.2 the the signal handling for m2m fields differs based on …
- 8:08 AM Ticket #11449 (Core (Serialization) - Performance regression loading from fixtures in 1.1 & trunk) updated by
-
Cc changed
In a big live project, our fixture loading is also slow... But for … - 7:55 AM Ticket #11340 (HTTP handling - HttpResponseNotModified should not return Content-Type header) updated by
- You would also need to change django.http.utils fix_IE_for_vary to not …
- 4:02 AM Ticket #13756 (HTTP handling - File upload not working under Tomcat) created by
- Currently the file upload does not work under Django because the …
- 3:48 AM Ticket #13755 (Documentation - HttpRequest.is_ajax() should be used together with ...) created by
- Sending different response depending on HttpRequest.is_ajax() breaks …
- 3:11 AM Ticket #13631 (Forms - IntegerField has no attributes max_value and min_value (1.2 regression)) updated by
- This can be easily fixed by setting a field attribute in addition to …
- 3:08 AM Ticket #11108 (contrib.admin - add a ModelAdmin.delete_model method, similar to ModelAdmin.save_model ...) updated by
- See also #13708
- 12:45 AM Ticket #5423 (Core (Serialization) - "dumpdata" should stream output one row at a time) updated by
-
Cc changed
Jun 13, 2010:
- 8:02 PM Ticket #13754 (Documentation - Add a note about a test client session property gotcha) updated by
-
Triage Stage changed
- 8:01 PM Ticket #13754 (Documentation - Add a note about a test client session property gotcha) created by
- I've tripped over this just now, and remember having the issue a while …
- 5:06 PM Ticket #12909 (Core (Other) - Exceptions raised in response middleware don't invoke site 500/404 ...) updated by
- side note to jhovanny: Your server's 500 page should just say 500 …
- 5:00 PM Ticket #13753 (Generic views - Generic views don't redirect to an URL name, like ...) created by
-
I just noticed that the
post_save_redirect
parameter of generic … - 4:55 PM Ticket #12909 (Core (Other) - Exceptions raised in response middleware don't invoke site 500/404 ...) updated by
-
Cc, Has patch changed
- 3:30 PM HelpfulResponses created by
- Get a page stared on helpful responses to tickets.
- 3:01 PM Ticket #13752 (Uncategorized - var_dump() equivelant?) closed by
- invalid: Trac is for filing bugs about Django, for questions about using Django …
- 2:58 PM Ticket #13752 (Uncategorized - var_dump() equivelant?) created by
- For debugging, I am used to having the ability to see the current …
- 4:23 AM Ticket #13708 (contrib.admin - Improve ModelAdmin.save_model() [PATCH]) updated by
- Hi, you might wanna take a look at #11108 too. You could steal some of …
- 2:46 AM Ticket #13751 (HTTP handling - Avoid open redirect issue with whitelist) updated by
- Just register a account to follow up the ticket, please consider to …
- 2:43 AM Ticket #13751 (HTTP handling - Avoid open redirect issue with whitelist) created by
- An open redirect is an …
Note:
See TracTimeline
for information about the timeline view.