Timeline
05/18/2011:
- 21:51 Changeset [770b91ca]stable/1.3.x by
- [1.3.X] Fixed small typos in staticfiles howto document. git-svn-id: …
- 20:52 Ticket #16054 (Unexpected DB Caching Behaviour with MySQL) closed by
- invalid: This is a normal and expected behavior for certain transaction …
- 20:43 Ticket #16054 (Unexpected DB Caching Behaviour with MySQL) created by
- This example demonstrates faulty caching behaviour using Django ORM …
- 18:48 Ticket #16053 (What does Django do for me) closed by
- invalid: Please ask this question on the django-users mailing list. The bug …
- 18:28 Ticket #16053 (What does Django do for me) created by
- I'm an experienced programmer but new to python. Trying to understand …
- 16:33 Ticket #13758 (MySQLdb utf8_bin and django causes UnicodeDecodeError) closed by
- fixed: I cannot reproduce this in 1.3. Marking this as resolved.
- 15:35 Changeset [d12ac6d]stable/1.3.x by
- git-svn-id: …
- 15:33 Ticket #16036 (render_to_response lists the wrong argument name) closed by
- fixed: In [16242]: […]
- 15:33 Changeset [9f02d80]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16036 -- corrected the argument name for render_to_response in …
- 15:32 Ticket #16052 (MySQL: CharField's with utf8_bin collation return as str, should ...) created by
- On MySQL, a CharField with default collation comes out as unicode, …
- 15:12 Changeset [49f4a28c]stable/1.3.x by
- [1.3.X] Fixed #16044 -- Corrected a copy-and-paste error in the …
- 15:10 Ticket #16044 ("Writing views" documentation reference a nonexistent "previous chapter") closed by
- fixed: In [16240]: […]
- 15:10 Changeset [840530c]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16044 -- Corrected a copy-and-paste error in the opening …
- 14:39 Changeset [8ecda07]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Correcting a typo and minor grammatical issues from [16237]. …
- 12:01 Ticket #16051 (Misleading information in Writing your first Django app, part 3) created by
- Go to: https://docs.djangoproject.com/en/1.3/intro/tutorial03/ Locate …
- 11:56 Ticket #15247 (FileField has max_length=100 but filestorage may return something way ...) closed by
- duplicate
- 11:56 Ticket #15247 (FileField has max_length=100 but filestorage may return something way ...) reopened by
- Reopening just to re-close as duplicate of #11027. Sorry for the …
- 09:18 Ticket #16050 (media directory still lives on in /django/contrib/admin) created by
- Shouldn't that go into /static now? If it does, …
- 07:30 Changeset [5dec36d]stable/1.10.xstable/1.11.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 settings test introduced in r16237 that didn't run on Python …
- 07:08 Ticket #15561 (Factorize settings manipulation in tests) closed by
- fixed: In [16237]: […]
- 07:08 Changeset [a3a53e0b]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15561 -- Extended test setting override code added in r16165 …
- 04:52 Changeset [e1dfa95c]stable/1.3.x by
- [1.3.X] Fixed #15983 and #16032 -- Another pass over the staticfiles …
- 04:51 Tickets #15983,16032 batch updated by
- fixed: In [16235]: […]
- 04:51 Changeset [091c9b5]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15983 and #16032 -- Another pass over the staticfiles docs. …
- 04:45 Ticket #16045 (Change history admin page not showing custom names for field in change ...) closed by
- duplicate: duplicate of #12952
- 04:42 Ticket #16049 (Make runserver reuse listening socket) created by
- When using autoreload mode of runserver, there is a small window of …
- 03:26 Ticket #5579 (Trac activation mail is sent from 'webmaster@localhost') closed by
- needsinfo: I wasn't able to reproduce the issue.
- 03:15 Ticket #16030 (Seperate Admin and User auth table) closed by
- wontfix: I think this is going to have to be WONTFIX. For every use case where …
- 02:17 Ticket #16048 (GenericForeignKey always uses a default manager of a related model) created by
- From Django docs: By default, Django uses an instance of a "plain" …
05/17/2011:
- 20:35 Ticket #16047 (postgresql_psycopg2 never restores autocommit mode when leaving ...) created by
- When using the postgresql_psycopg2 backend with DB-level autocommit …
- 17:59 Ticket #5579 (Trac activation mail is sent from 'webmaster@localhost') reopened by
- 14:44 Ticket #16046 (Document best practices around using request.is_secure() in reverse ...) created by
- As evidenced in these locations: * #14597 * …
- 14:01 Ticket #16045 (Change history admin page not showing custom names for field in change ...) created by
- In the writing your first Django app tutorial part 2, once I update …
- 11:52 Ticket #16044 ("Writing views" documentation reference a nonexistent "previous chapter") created by
- Reference: http://docs.djangoproject.com/en/dev//topics/http/views/ …
- 07:54 Ticket #16043 (Specialization cache should be filled/shared with parent object cache ...) created by
- Here is some multi-table inheritance example: […] […] […] …
- 07:45 Ticket #14572 (Minor fix for generic inline formsets) closed by
- fixed: In [16234]: […]
- 07:45 Changeset [ee8f6ca4]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14572 -- generic_inlineformset_factory shouldn't specify …
- 05:16 Ticket #15921 (naturaltime filter should only work with time, current filter should ...) closed by
- fixed: In [16233]: […]
- 05:16 Changeset [578a31fe]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15921 -- Refined naturaltime filter added in r16071 to use …
- 05:15 Changeset [9ad005ec]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated humanize tests to use the FixedOffset timezone from the utils …
- 05:13 Ticket #5863 (list_display does not allow functions of referenced objects) closed by
- wontfix: Please don't reopen tickets that were marked as wontfix by a core …
- 05:08 Ticket #5863 (list_display does not allow functions of referenced objects) reopened by
- I am re-opening this ticket once more to get some more attention on …
05/16/2011:
- 19:42 Ticket #16042 (comments framework uses uncached content types) created by
- We found our list views were doing too many database queries for …
- 15:29 DevelopersForHire edited by
- (diff)
- 12:57 Ticket #16041 (djangoproject.com uses non-existent From address, and no way to resend ...) created by
- Confirmation emails sent by djangoproject.com (e.g. to register) are …
- 10:29 Ticket #16040 (test.Client does not handle domain changes on redirection follow) created by
- The default SERVER_NAME used by the test client is testserver. I have …
- 08:30 Ticket #16039 (syncdb with --database option fails) created by
- Let's presume we've more than one databases in settings: […] …
- 06:18 Ticket #16038 (Localization of django form Field falls back to False instead of ...) closed by
- needsinfo: The problem description here is very confusing to me. A programmatic …
- 04:17 Ticket #16038 (Localization of django form Field falls back to False instead of ...) created by
- django.forms.Field has a localize argument which defaults to False …
- 02:45 Ticket #16037 (Multiple databases support for unit testing) closed by
- duplicate: This feature was already requested in #14610.
- 02:37 Ticket #16033 (get_field_display: Django needs a filter to allow get_field_display ...) closed by
- duplicate: Duplicate of #16034 - double submission.
- 02:17 Ticket #16037 (Multiple databases support for unit testing) created by
- I use multiple database functionality. Fixtures that contain data for …
05/15/2011:
- 18:44 Ticket #16036 (render_to_response lists the wrong argument name) created by
- Very minor. And very easy to fix. …
- 18:17 Ticket #16035 (GZipMiddleware doesn't change an ETag) created by
- The GZipMiddleware does not alter an ETag, if one is present. This …
- 18:02 Changeset [66fd824]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed djangodocs Sphinx extension to work with latest Sphinx …
- 17:32 Ticket #16034 (get_field_display: Django needs a filter to allow get_field_display ...) created by
- {{ SomeModel.get_field_display }} is nice, but it is handy only for a …
- 17:28 Ticket #16033 (get_field_display: Django needs a filter to allow get_field_display ...) created by
- {{ SomeModel.get_field_display }} is nice, but it is handy only for a …
- 16:58 Ticket #16032 (Staticfiles doc typo) created by
- There is a small typo in the staticfiles docs.
- 16:32 Ticket #16029 (IntegrityError at /admin/flatpages/flatpage/add/) closed by
- needsinfo: There's not enough information here to evaluate where the problem is, …
- 15:03 DjangoJobs edited by
- Direct ad (diff)
- 14:12 Changeset [5be8fdb]stable/1.3.x by
- [1.3.X] Fixed #15769 - Documented FormWizard's initial argument; …
- 14:11 Ticket #15769 (FormWizard's initial argument is undocumented) closed by
- fixed: In [16229]: […]
- 14:11 Changeset [ce6072aa]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15769 - Documented FormWizard's initial argument; thanks aimaz …
- 14:06 Ticket #16031 (Custom comment form is incomplete and wrong.) created by
- When viewing the documentation for the django comment framework …
- 13:49 Ticket #16024 (documentation problem, not sure) closed by
- invalid: The example is correct as is. The first url doesn't have any kwargs …
- 13:25 Ticket #16030 (Seperate Admin and User auth table) created by
- It would be killer if admin users and all other users didn't share the …
- 11:53 Ticket #16029 (IntegrityError at /admin/flatpages/flatpage/add/) created by
- In attempt to share users and sessions across multiple Django …
- 10:52 Ticket #15301 (GenericInlineModelAdmin's get_formset() method does not have same arg ...) closed by
- duplicate: This is a duplicate of #9588.
- 06:18 Ticket #11133 (contrib.auth.tests to work without contrib.site installed) closed by
- fixed: This was fixed in [13980].
Note: See TracTimeline
for information about the timeline view.