Timeline
06/17/2010:
- 21:15 Ticket #13789 (related manager does not limit correctly on a proxy model) closed by
- invalid: Opps... this is actually a manifestation of #10808 (Not mentioned in …
- 21:10 Ticket #13792 (Proposal - Refresh Django shell when code is changed (and saved)) closed by
- wontfix: I can't see an obvious way to do this. Reload works for the …
- 19:58 Ticket #13791 (cache.add encodes values as utf-8, cache.set does not) closed by
- duplicate: This is already reported in #13686, I believe.
- 19:42 Ticket #13792 (Proposal - Refresh Django shell when code is changed (and saved)) created by
- What I'm referring to is the style in which the development server …
- 19:28 Ticket #13791 (cache.add encodes values as utf-8, cache.set does not) created by
-
#11012 changed
cache.set
for the memcached backend to stop forcing … - 18:50 Changeset [308ca6d8]stable/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 #13785: Corrected some misplaced and missing parentheses. Thanks …
- 18:50 Ticket #13785 (Documentation typos) closed by
- fixed: (In [13356]) Fixed #13785: Corrected some misplaced and missing …
- 18:38 Ticket #13790 (Docs for CurrentSiteManager indicate an M2M field called "sites" will ...) created by
- Throughout the Sites Framework docs the example models use `sites = …
- 18:33 Ticket #13784 (pre_save is dispatched before executing upload_to attributes on ...) closed by
- duplicate: This behavior got a fair amount of discussion when it was introduced. …
- 17:20 Ticket #13265 (TransactionManagementError doesn't allow for easy debugging of views) reopened by
- Seeing TransactionManagementError? that reports that "Transaction …
- 17:08 Ticket #13789 (related manager does not limit correctly on a proxy model) created by
- If I have a proxy of a model, the related manager does not correctly …
- 17:00 Ticket #13715 (Creating GeoDjango model in shell does not work) closed by
- invalid: This is not an issue specific to GeoDjango -- same results when the …
- 16:47 Ticket #13788 (GEOSGeometry.transform() silently no-ops when GDAL isn't available or ...) created by
-
GEOSGeometry.transform()
uses the GDAL library to re-project … - 13:29 Changeset [fc33b8e9]stable/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 #13778: Removed a stray colon in a code example. Thanks canassa. …
- 13:29 Ticket #13778 (Error in documentation code) closed by
- fixed: (In [13355]) Fixed #13778: Removed a stray colon in a code example. …
- 12:19 DevelopersForHire edited by
- change my location and information (diff)
- 12:09 Ticket #13787 (AuthenticationForm renders incorrect passwords) created by
- If user fails to log in using …
- 11:29 Ticket #13786 (Test client PUT and DELETE do not include the GET query params) created by
- Using DJango test client to test my piston API using Oauth two legged …
- 10:50 Ticket #13785 (Documentation typos) created by
- At the page …
- 10:08 Ticket #13737 (Hide the extra column added by #11791) closed by
- duplicate: Duplicate of #13599
- 08:48 Ticket #13784 (pre_save is dispatched before executing upload_to attributes on ...) created by
- Suppose you have this code: […] Suppose you create one of these …
- 07:50 Ticket #13722 (My Javascript string catalog contains calendar related strings that I ...) closed by
- invalid: These are the translation strings used by admin javascript. They're …
- 07:41 Ticket #13713 (Changing ModelMultipleChoiceField in admin is not reflected in ...) closed by
- invalid: It's not a queried cache result - it's correctly returning the values …
- 07:22 Ticket #13695 (Django Comments Loses Ajax Headers When Redirecting (request.is_ajax() ...) closed by
- invalid: I'm with r1cky -- this is a problem on the client side, not the server …
- 07:17 Ticket #13673 (DEBUG=False and 404 / Flatpages) closed by
- worksforme: I can't reproduce this. flatpages works fine for me, regardless of the …
- 07:11 Ticket #13783 (Admin module. Password change fails if TEMPLATE_STRING_IF_INVALID set ...) closed by
- duplicate: Duplicate of #13537, and plenty of others.
- 07:04 Ticket #13650 (Permissions of abstract model without fields not added on syncdb) closed by
- invalid: Yes - you are missing something. The model is abstract. That means it …
- 07:03 Ticket #13707 (Reflecting django docs in pydocs) closed by
- invalid: This is one of those wierd occasions where I'm in completely …
- 06:42 Ticket #13669 (Django 1.2.1 test fails) closed by
- duplicate: This appears to be a variation on a theme of #11077 -- that there is a …
- 06:39 Ticket #13783 (Admin module. Password change fails if TEMPLATE_STRING_IF_INVALID set ...) created by
- In the admin module, validating a user password change produces a …
- 06:27 Ticket #13782 (Missing css on textarea & errors marking is too broad for multiple ...) created by
- Under the Admin, try to add-save an empty object of this example: …
- 00:31 DjangoFriendlyWebHosts edited by
- (diff)
06/16/2010:
- 23:13 Ticket #13781 (select_related and multiple inheritance) reopened by
- Um .. ok: but may I suggest that you have a documentation bug then? …
- 23:01 Ticket #13781 (select_related and multiple inheritance) closed by
- wontfix: Multiple inheritance of models isn't officially supported (see #12002, …
- 22:50 Ticket #13781 (select_related and multiple inheritance) created by
- I have a "Profile" model that inherits both from auth.User and Person …
- 22:18 Ticket #13780 (Admin site documentation should specify ordering directions) created by
- The docs for the admin site don't mention ordering directions. […] …
- 20:48 Ticket #13774 (Add model Field.rel_db_type() method) reopened by
- Patch is needed not to avoid a hack, but to make possible custom …
- 19:49 Ticket #13779 (GeoDjango doesn't find libgdal 1.7.0) created by
- GeoDjango currently only searches for libgdal up to 1.6.0. Lucid + …
- 18:47 Ticket #13777 (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: …
- 18:00 Ticket #13153 (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 …
- 16:20 Ticket #13778 (Error in documentation code) created by
- There is an error in this page of the documentation: …
- 15:02 Ticket #11277 (Hidden fields in Inlines are displayed as empty rows) reopened by
- The issue is that labels are still being rendered on forms, even when …
- 10:59 DjangoJobs edited by
- (diff)
- 10:24 Ticket #13777 (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 …
- 08:39 Ticket #13776 (is_valid() with null field value on ModelForms from models with ...) created by
- See …
- 08:25 Ticket #13775 (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 …
- 08:04 Ticket #13774 (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 …
- 07:52 Ticket #13611 (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 …
- 07:13 Ticket #13604 (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 …
- 06:58 Ticket #13600 (OverflowError not caught in django.views.static.serve) closed by
- worksforme: I can't reproduce the problem you describe -- using Python 2.6, the …
- 05:42 Ticket #13775 (Clarify in docs that filters don't work in ifequal) created by
- Can you please make it a bit more explicit in …
- 05:11 Ticket #13712 (raw() sql bug in Python 2.5.2) closed by
- duplicate: This ticket can be closed, see ticket #13710 for fix.
- 04:36 Ticket #13774 (Add model Field.rel_db_type() method) created by
- rel_db_type() method will return db_type for ForeignKey / …
- 04:17 Ticket #13773 (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 …
- 04:15 Ticket #13772 ('exists' parameter for pre_save signal) created by
- As Model.save() is called both for inserts and updates, it would …
- 02:20 Ticket #13771 (ForeignKey and Many2Many validation fails between databases) created by
- The validation of ForeignKey and Many2Many fields isn't selecting the …
06/15/2010:
- 21:53 Ticket #13770 (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 …
- 21:17 Ticket #13769 (ModelForm: override default field attributes) created by
- The common way to alter fields attributes seems to be overriding …
- 16:09 DjangoPoweredSites edited by
- removed spam (diff)
- 13:56 Ticket #13766 (Redirecting output from internal http server) closed by
- duplicate: Shouldn't this be part of the overall logging ticket (#12012)?
- 13:09 Ticket #13768 ('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 DjangoPoweredSites edited by
- (diff)
- 11:34 Ticket #13766 (Redirecting output from internal http server) created by
- The base http server uses vanilla sys.stderr to output its logs. This …
- 11:30 Ticket #13765 (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 Ticket #13764 (i18n in custom javascript) created by
- The admin javascript is using django.views.i18n for translation. I …
- 07:07 Ticket #13763 (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 …
- 06:46 Ticket #13762 (Setting prefix on a ModelForm causes is_valid() to return False) closed by
- duplicate
- 06:42 Ticket #13763 (Setting prefix on a ModelForm causes is_valid() to return False) created by
- Setting the prefix attribute on a ModelForm causes is_valid() to …
- 06:14 Ticket #13762 (Setting prefix on a ModelForm causes is_valid() to return False) created by
- Setting the prefix attribute on a ModelForm causes validation to fail. …
- 00:29 Ticket #13761 (CharField.min_length doesn't work) closed by
- invalid: Oops, I've mistaken form field docs for model field docs. This would …
06/14/2010:
- 20:30 Ticket #13761 (CharField.min_length doesn't work) created by
- Using trunk from Friday or so, I see …
- 20:08 Ticket #13760 (Management commands should not specify the default value twice) created by
- Many of the management commands have a code pattern that seems likely …
- 20:06 Ticket #13759 (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 …
- 15:25 Ticket #13758 (MySQLdb utf8_bin and django causes UnicodeDecodeError) created by
- Issue: I have a Model with a FileField. When I delete that instances …
- 09:09 Ticket #13757 (Signal inconsistency between auto_created and manually defined ...) created by
- In Django 1.2 the the signal handling for m2m fields differs based on …
- 04:02 Ticket #13756 (File upload not working under Tomcat) created by
- Currently the file upload does not work under Django because the …
- 03:48 Ticket #13755 (HttpRequest.is_ajax() should be used together with ...) created by
- Sending different response depending on HttpRequest.is_ajax() breaks …
Note: See TracTimeline
for information about the timeline view.