Timeline
10/05/2010:
- 18:45 Ticket #14403 (Missing/incomplete documentation for FloatField?) created by
- http://docs.djangoproject.com/en/dev/ref/models/fields/#floatfield …
- 18:40 Ticket #14402 (help_text is not displayed for ManyToMany raw_id fields) created by
- […] In …
- 18:37 Ticket #14401 (Add a contributing HOWTO page for new contributors) created by
- There has been repeated talk of consolidating the "community wisdom" …
- 15:31 Changeset [12187bf]stable/1.2.x by
- [1.2.X] Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - …
- 15:27 Changeset [c7ce5b8]stable/1.2.x by
- [1.2.X] Fixed #13092 -- Added support for the "in" operator when …
- 14:41 Changeset [cb00181]stable/1.2.x by
- [1.2.X] Fixed #11358: Don't include private flatpages in sitemap. …
- 13:39 Ticket #12812 (Inheriting from comments breaks comment moderation) reopened by
- I think there's something up here. I've created a testcase that's as …
- 13:07 Ticket #14399 (Site's get_current() not thread safe?) closed by
- invalid: No, it appears to me to be fine. If something you get out of the …
- 12:48 Ticket #14400 (Latvian localflavor) created by
- latvian local flavor, with identity code, postal code and phone number …
- 12:09 Ticket #14399 (Site's get_current() not thread safe?) created by
- Is the Site caching system thread safe? I don't think it is. The patch …
- 10:27 Ticket #14327 (Custom Manager not honored in related queries) closed by
- duplicate: Duplicate of #3871
- 10:18 Ticket #14398 (runfcgi umask option should use literal value) created by
- The umask option is converted to an int, instead of taken as typed. …
- 09:59 Ticket #14397 (Missing ending quotation in logging documentation) created by
- The logging documentation contains a missing ending quotation mark in …
- 09:32 Ticket #14396 (Admin generates a query burst on ForeignKey with null = True) created by
- When the The admin loads a list of objects to display the change list, …
- 09:28 Ticket #14395 (Error message typo) created by
- This seems to be a typo: "You must default a 'default' database" …
- 09:13 Ticket #14126 (blocktrans count is parsing incorrectly) closed by
- worksforme: Can't reproduce with attached test.
- 08:47 Ticket #14393 ('Add Another' link appears next to ForeignKey field when user has no ...) closed by
- fixed: Its fixed in the trunk, see this ticket #1035 and this changeset r13708
- 08:35 Ticket #14373 (annotate() will gladly delete your data) closed by
- duplicate: Closing this as duplicate of #11256. The possible data-loss aspect is …
- 08:32 Ticket #14394 (Assigning bad data to an m2m attribute should not clear existing data) created by
- If you assign something nonsensical to a many-to-many attribute on a …
- 08:28 Ticket #14393 ('Add Another' link appears next to ForeignKey field when user has no ...) created by
- When I have a model like this: […] and the user has no permission …
- 05:34 Ticket #14045 (makemessage miss some gettext in javascript) closed by
- worksforme: I cannot reproduce this failure: […] Even if this would happen …
- 05:11 Ticket #13999 (include tag should support compiled template.) closed by
- worksforme: Not enough information. Reopen if you have a better description of …
- 05:05 Ticket #14392 (Inconsistency for "creating forms with models") created by
- on http://docs.djangoproject.com/en/1.2/topics/forms/modelforms/ …
- 02:31 Ticket #2507 ([patch] LDAPBackend in django/contrib/auth/backends.py) closed by
- wontfix: There's no reason this needs to exist in Django core. We added an …
- 00:43 Ticket #3233 (manage.py reset fails to handle valid sql file) closed by
- wontfix: As per #14268, we're deprecating sqlreset and family.
- 00:32 Ticket #2225 ('manage.py sql ...' gets confused when using tables from separate apps) closed by
- fixed: I'm pretty sure this problem doesn't exist anymore.
10/04/2010:
- 22:41 Ticket #14391 (update man django-admin.1 to include missing commands) created by
- 20:44 Changeset [63d960ca]stable/1.10.xstable/1.11.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
- Refs #14388 -- ... and corrected the naming of a formatter in the …
- 20:42 Changeset [9e153a3]stable/1.10.xstable/1.11.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
- Refs #14388 -- Corrected another spelling erorr. git-svn-id: …
- 19:56 Ticket #2407 (CGI Support for django) closed by
- wontfix: Django doesn't support CGI for deployment, and Trac isn't a user …
- 19:55 Ticket #2407 (CGI Support for django) reopened by
- Hello, In my hosting, I have: Python 2.3 run with Apache 1.3 as CGI. …
- 19:36 Reports edited by
- Corrected the link for DDN tickets (diff)
- 19:11 Ticket #14388 (Logging documentation typos) closed by
- fixed: (In [13982]) Fixed #14388 -- Corrected some typos in the logging docs. …
- 19:11 Changeset [240f68e]stable/1.10.xstable/1.11.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 #14388 -- Corrected some typos in the logging docs. Thanks to …
- 17:44 Ticket #14390 (set_password functionality outside of the User model) reopened by
- No, you really can't use that: […]
- 17:04 Ticket #14390 (set_password functionality outside of the User model) closed by
- worksforme: You don't have to create a User model. If your custom model also has a …
- 16:48 Ticket #14346 (Url patterns double slash // problem) closed by
- invalid: I've seen this before and it's usually an Apace/mod_rewrite issue. …
- 15:10 ClassBasedViews edited by
- (diff)
- 13:54 ClassBasedViews edited by
- (diff)
- 13:29 Ticket #14390 (set_password functionality outside of the User model) created by
- Today I wanted to use a hashed, salted password in a custom model. …
- 11:53 CaseStudyLeads edited by
- added USAT, WashPost info (diff)
- 11:13 Ticket #14389 (Future url replacement) created by
- As previously discussed in #7917 context variables inside {% url %} do …
- 11:11 Ticket #14388 (Logging documentation typos) created by
- The new logging documentation has a typo with the word ERRORR: …
- 10:57 DjangoWarts created by
- 10:12 Ticket #12012 (Integration with the Python standard library logging module) closed by
- fixed: (In [13981]) Fixed #12012 -- Added support for logging. Thanks to …
- 10:12 Changeset [24acca41]stable/1.10.xstable/1.11.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 #12012 -- Added support for logging. Thanks to Vinay Sajip for …
- 09:20 Tickets #8960,10235,10608,10909,13845,14377,14386 batch updated by
- fixed: (In [13980]) Fixed #14386, #8960, #10235, #10909, #10608, #13845, …
- 09:20 Changeset [667d832]stable/1.10.xstable/1.11.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 #14386, #8960, #10235, #10909, #10608, #13845, #14377 - …
- 09:04 Ticket #13974 (saving object with multi-table inheritance is not transactional by default) closed by
- wontfix: Django cannot know the scope of your transaction. At best, …
- 08:27 Ticket #13979 (Django manage.py doesn’t work with IPython) closed by
- worksforme: Two people saying worksforme seems sufficient to mark it as such. …
- 07:53 Ticket #13938 (django.test.Client response has wrong request type) closed by
- invalid: As you wrote initializing the request object directly is probably …
- 07:38 Ticket #13916 (DecimalField min_value does not enforce use of decimal.Decimal type) closed by
- wontfix: I think the developer can be expected to know the distinction between …
- 06:28 Ticket #5365 (sqlite3+DateField: field__year doesn't work.) closed by
- worksforme: Cannot reproduce, please provide a testcase if this is still a problem.
- 06:20 Ticket #14387 (pre_save problem with inherrited model) created by
- Hello. I have a base-class and a child-class. The child-class has a …
- 04:49 Ticket #14295 (Saving an object with a custom manager results in IntegrityError) closed by
- worksforme: I can't reproduce this failure on trunk or 1.2 with the code provided. …
- 02:54 Ticket #14385 (Standardize Site/RequestSite access; looser coupling of sites ...) closed by
- duplicate: Duplicate of #14386... Trac is being buggy at the moment :-/
- 02:52 Ticket #14386 (Standardize Site/RequestSite access; looser coupling of sites ...) created by
- A few days ago I started …
- 02:51 Ticket #14385 (Standardize Site/RequestSite access; looser coupling of sites ...) created by
- A few days ago I started …
- 02:44 Ticket #14135 (Admin ignores to_field on ForeignKey) closed by
- invalid: You must define a unicode method on course if you do not want the …
- 02:10 Ticket #14384 (Installation documentation should avoid sys.path.append) created by
- Using Apache's mod_wsgi implementation (and I'm sure some others), …
10/03/2010:
- 23:44 Ticket #7474 (add documentation restructured text checker to test suite) closed by
- wontfix: I agree with Eric. A "make html" build already reports errors, so we …
- 22:33 Ticket #7884 (Test framework needs option to run tests and return statuses) closed by
- fixed: Seems like this is provided by: …
- 22:22 Ticket #5624 (Add mechanism for associating fixtures with doctests) closed by
- wontfix: Going to close this one as wontfix because we are moving away from …
- 17:16 Ticket #14382 (a few suggestions) closed by
- invalid: Matthew, thank you for contributing to Django, however I've got a …
- 16:04 Ticket #14383 (Capitalization of reStructuredText (reST)) created by
- This was mentioned in #12975 -- thanks to whiteinge for the initial …
- 09:32 Ticket #14382 (a few suggestions) created by
- I have having trouble comment moderation because …
- 07:01 Ticket #14381 (small improvement in db.utils.ConnectionRouter.__init__) created by
-
Raising an
ImproperlyConfigured
error if a configured Router class … - 00:16 Ticket #14380 (Form provided by modelform_factory fails when using fields attribute) closed by
- invalid: Per …
10/02/2010:
- 18:11 Ticket #14380 (Form provided by modelform_factory fails when using fields attribute) created by
- When creating a form using modelform_factory, setting the fields …
- 13:22 Ticket #14379 (formset.is_bound returns False for ModelFormsets created with queryset ...) created by
- When a Modelformset is instantiated via a queryset, its is_bound …
- 12:54 ClassBasedViews edited by
- Syntax sugar for storing state on request through getattr/setattr (diff)
- 10:15 Ticket #4788 (django selftests should skip tests bound to fail) closed by
- duplicate: I'm going to close this in favor of #12991; unittest2 provides test …
- 08:56 Changeset [8266925]stable/1.2.x by
- [1.2.X] Fixed #10215 -- Ensured that there is parity between enter and …
- 08:56 Ticket #10215 (Dont rollback transaction on errors in management/loaddata in ...) closed by
- fixed: (In [13978]) Fixed #10215 -- Ensured that there is parity between …
- 08:56 Changeset [96c11b2]stable/1.10.xstable/1.11.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 #10215 -- Ensured that there is parity between enter and leave …
- 08:14 Changeset [1429a3d]stable/1.2.x by
- [1.2.X] Corrected a test failure under MySQL. Backport of r13976 from …
- 08:13 Changeset [57456c59]stable/1.10.xstable/1.11.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 a test failure under MySQL. git-svn-id: …
- 07:57 Ticket #14378 (Enable customization of the class for self.client in tests) created by
- The attached patch removes the hard connection between test.TestCase …
- 07:04 ClassBasedViews edited by
- self-correction: copy-on-call's failure can manifest in … (diff)
- 05:31 DjangoJobs edited by
- (diff)
- 02:27 Ticket #14377 (Add site to the context of the logout view) created by
- This should be a really simple addition. ;) In my app's root template …
Note: See TracTimeline
for information about the timeline view.