Timeline
02/02/2009:
- 21:31 Ticket #10179 (admin broken on FileField with blank=True) created by
- If you have a FileField declared like so: […] Then in django admin, …
- 21:15 Changeset [5d417c4]stable/1.0.x by
- [1.0.X] Corrected code block in apache auth docs. Backport of r9806 …
- 21:13 Changeset [a008b5c]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/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
- Corrected code block in apache auth docs. git-svn-id: …
- 18:05 Ticket #10178 (Bogus timezone listed in documentation) created by
- Hello, On this page I noticed the following string: …
- 17:08 Ticket #10177 (Typo in example for linebreaks filter) created by
- In the Built-in template tags and filters docs: "If value is Joel\nis …
- 15:36 Ticket #10176 (It isn't an error, only a suggestion, about 3rd tutorial) closed by
-
wontfix: Feeding
locals()
into a template context is a good way to expose … - 15:33 Ticket #10176 (It isn't an error, only a suggestion, about 3rd tutorial) created by
- First of all, congratulations for your work. I'm reading your …
- 14:15 Ticket #10175 (Proposal for Serbian Cyrillic translation) created by
- This is the Serbian Cyrillic translation based on the actual (Latin) …
- 13:27 Ticket #10144 (get_comment_app calls __import__ with strings instead of dictionaries ...) closed by
- duplicate: Duplicate of (well, would be solved by) #8193.
- 09:38 Ticket #10174 (adapter for apache / modfcgid) created by
- Here's a way to run Django under mod_fcgid. One good thing about …
- 08:34 Ticket #10173 (Add a setting to set up pg binaries for test_runner) created by
- Context: postgres/postgis. For gis testing, when test database is …
- 08:28 Ticket #10127 (select_related does not play well with annotate) reopened by
- Thanks for the fix. There is still an issue when using both …
- 08:18 Ticket #10172 (TEST_DATABASE_USER mentioned in GIS TEST_RUNNER docstring does not exist) created by
- It is mentionned in the test runner …
- 08:02 django_apache_and_mod_wsgi edited by
- (diff)
- 07:43 Changeset [8f410a57]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/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 #10127 -- Corrected handling of select_related() in annotate() …
- 07:43 Ticket #10127 (select_related does not play well with annotate) closed by
- fixed: (In [9805]) Fixed #10127 -- Corrected handling of select_related() in …
- 06:11 Ticket #10117 (Test server sometimes causes 'Connection reset by peer' when ...) reopened by
- OK, I'll reopen it for reference.
- 06:03 Ticket #10142 (Doctests failing on aggregation) closed by
- fixed: (In [9804]) Fixed #10142 -- Added docs and an exploding error message …
- 06:03 Changeset [65ad2132]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/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 #10142 -- Added docs and an exploding error message to highlight …
- 05:21 Ticket #10171 (Key class_attrib missing in result_headers dict used in ...) created by
- Template change_list_results required key class_attrib in …
- 05:06 Ticket #8764 (Documentation should explain you can't mix args and **kwargs in reverse()) reopened by
- I'm reopening, not because it needs to be fixed, but because the …
- 02:15 Ticket #8765 (mod_python handler requires explicit str() cast for ...) reopened by
- I don't think you have read through the ticket description and …
02/01/2009:
- 18:39 Ticket #7324 ({{ block.super }} doesn't work with nested {% block %} statements) closed by
- invalid: You might want to try posting a question about what you are trying to …
- 17:55 Ticket #9652 (base.css is not loaded in admin index.html) closed by
- invalid: The removal of the import in these files was intentional, see: …
- 17:47 Ticket #10170 (Patch / Module to run django under mod_fcgid) closed by
- invalid: Many thank for your helpful and constructive criticism.
- 17:46 Ticket #9652 (base.css is not loaded in admin index.html) reopened by
- The latest SVN (version 1.1.0 alpha) is missing the @import …
- 17:45 Ticket #10170 (Patch / Module to run django under mod_fcgid) created by
- So, now you've pissed me off terminally. I HAD created a user account, …
- 16:40 Ticket #7324 ({{ block.super }} doesn't work with nested {% block %} statements) reopened by
- I also have this problem. Linked is an OS X archive of a project which …
- 16:28 Ticket #10168 (Can't configure memcached backend to use unix socket) closed by
- wontfix: Third party issue: cmemcache. In fact python-memcached seems to be …
- 16:00 Ticket #10169 (Redirect in contrib.comments incorrect with default template) created by
- The form generated by flagging in contrib.comments includes the …
- 15:46 Ticket #10168 (Can't configure memcached backend to use unix socket) created by
- So far unix socket is the only way to apply access control on …
- 14:18 Ticket #10167 (RegexField: error_message is evaluated instead of tested for None) created by
- In RegexField, the error_message argument is evaluated instead of …
- 12:22 Ticket #9858 (Add POSTGIS_TEMPLATE setting for GIS Test Runner) closed by
- fixed: (In [9803]) Fixed #9858 -- Added ability to use PostGIS template with …
- 12:22 Changeset [2b8e768]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/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 #9858 -- Added ability to use PostGIS template with GIS test …
- 11:52 Changeset [8a1b24cc]stable/1.0.x by
-
[1.0.X] Now use
subprocess.Popen
instead of the deprecated os.popen3 … - 11:49 Changeset [d982edff]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/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
-
Now use
subprocess.Popen
instead of the deprecated os.popen3 to … - 11:27 Ticket #10166 (Cookie test fails in login() view) created by
- The cookie test in the django.contrib.auth.views.login() view doesn't …
- 08:41 Ticket #10165 (Honor TEST_RUNNER setting on runtests.py) created by
- When running Django on Jython, we like to use a custom test runner to …
- 00:11 GeoDjango1.1 edited by
- (diff)
01/31/2009:
- 17:25 Ticket #10164 (sqlite3 backend: AutoField values aren't monotonically increasing) created by
- If you try to use the 'AutoField' with sqlite, django will create a …
- 17:16 Ticket #10163 (Admin view redirection failures) created by
- […] […]
- 14:50 Ticket #10162 (Tutorial part 2 has wrong instructions for enabling admin) closed by
- duplicate: #10050 already reports this. Problem is the doc online is really the …
- 14:46 Ticket #10162 (Tutorial part 2 has wrong instructions for enabling admin) created by
- http://docs.djangoproject.com/en/dev/intro/tutorial02/#activate-the-adm …
01/30/2009:
- 21:54 Ticket #10142 (Doctests failing on aggregation) reopened by
- Based on Ian's link, this certainly appears to fall into the 'update …
- 21:50 DjangoJobs edited by
- (diff)
- 19:18 Ticket #10142 (Doctests failing on aggregation) closed by
- invalid: This appears to be an old postgresql bug where stddev and variance …
- 18:31 Ticket #10161 (Fix F expressions with Oracle) created by
-
The
%
,&
, and|
operators don't work. See … - 18:23 Ticket #10160 (F expression literals should use bind parameters) created by
- To prevent SQL injection attacks, Python values used within F() …
- 17:14 Ticket #10159 (Fix F() expressions to work on geographic fields.) created by
-
Currently, users will receive a
TypeError
when trying to use aF()
… - 17:00 Ticket #8765 (mod_python handler requires explicit str() cast for ...) closed by
- invalid: The [http://tools.ietf.org/html/rfc2616#section-14.17 syntax of the …
- 16:59 Ticket #10158 (error in forms docs) closed by
-
invalid:
render_to_response
doesn't require a "request" parameter. - 15:38 Ticket #10158 (error in forms docs) created by
- on this page, …
- 15:31 DjangoSpecifications/Core/SingleInstance edited by
- Added a paragraph about ticket #8159 (diff)
- 15:03 Ticket #10157 (Assignment to a reverse OneToOne overwrites related object's PK) created by
- example models: […] When I try to assign a UserProfile …
- 14:15 Changeset [c08e0ef]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/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 some tests that relied on an arbitrary ordering of rows. …
- 14:02 Changeset [bd40c32f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/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 some column names in the tests that were breaking the test suite …
- 12:27 Ticket #10156 (ModelMultipleChoiceField does O(n) queries where O(1) will suffice) created by
- Which is hugely inefficient, selecting 20 items already means you're …
- 11:17 Ticket #10155 (problems running syncdb with PostgreSQL 8.4) closed by
- invalid: This question would be better asked on django-users. If responses …
- 10:50 Ticket #10155 (problems running syncdb with PostgreSQL 8.4) created by
- I have one system with Fedora and PostgreSQL 8.3 and Tutorial works …
- 09:22 Ticket #10154 (allow the combination of an F expression with a timedelta) created by
- The proposal is to allow combining a F expression with a timedelta. …
- 09:00 Ticket #6407 (ModelChoiceField with widget=HiddenInput doesn't behave as expected) closed by
-
worksforme: I'm unable to reproduce this.
I don't see how
MyForm
would ever … - 05:08 Ticket #10153 ('gte' missing in get_db_prep_lookup lookup) created by
- When using a field lookup […] there is an error "Related Field …
- 04:17 Version1.1Features edited by
- Updated status of Contrib-05 (diff)
Note: See TracTimeline
for information about the timeline view.