Timeline
01/21/2012:
- 20:32 Ticket #17537 (Writing your first Django app, part 4 - Generic Views - Update to ...) closed by
- worksforme: I just built up this tutorial, and it runs just fine leaving the link …
- 16:34 Ticket #17574 (Cleanup in the introspection code) created by
- While working on #7783, I did some improvements on the introspection …
- 16:22 Ticket #13867 (Feature request: Comments in Django models saved to database schema) closed by
- wontfix: I understand the idea, but I'm afraid it doesn't have a good …
- 15:49 Ticket #16015 (DecimalField allows invalid default values.) closed by
-
wontfix: I confirm that Python >= 2.7 allows instantiating a
Decimal
from a … - 15:23 Ticket #12990 (New Field Type: JSONField) closed by
- wontfix: This idea was discussed and vetoed by one of our BDFLs on …
- 10:52 Ticket #17573 (Documentation: MySQL 5.5 switched to InnoDB as default storage engine) created by
- The Django documentation states here …
- 09:48 Changeset [405a0ba]stable/1.3.x by
- [1.3.X] Fixed the link to the IRC logs in the README and docs. Refs …
- 09:45 Changeset [4d030e54]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 the link to the IRC logs in the README. Refs #17453, #16277. …
- 09:44 Ticket #7343 (django.utils.functional.lazy fails for datetime.date.today) closed by
- worksforme: In current code, this is passing with success: […]
- 09:42 Ticket #17572 (Few grammar errors on comments framework example page) closed by
- fixed: In [17384]: […]
- 09:42 Changeset [58346e92]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 #17572 —— A few grammar errors in the comments framework example …
- 09:32 Ticket #10139 (Slicing an EmptyQuerySet gives a list, not another EmptyQuerySet) closed by
- fixed: In [17383]: […]
- 09:32 Changeset [f0d46767]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 #10139 -- Clarified that slicing an evaluated QuerySet returns a …
- 09:21 Ticket #6499 (Close open file descriptors on compression) closed by
-
invalid: Closing the
GzipFile
is useful because it flushes its buffers. … - 09:00 DevelopersForHire edited by
- (diff)
- 08:58 DevelopersForHire edited by
- (diff)
- 08:57 DevelopersForHire edited by
- (diff)
- 07:49 Ticket #17570 (Tutorial 04 discrepancies) closed by
- invalid: I don't think either of these concerns are valid. 1. The text says …
- 01:52 Ticket #17572 (Few grammar errors on comments framework example page) created by
- On …
01/20/2012:
- 17:15 Ticket #16885 (django.test.testcases.connections_support_transactions always returns ...) closed by
- fixed: In [17382]: […]
- 17:15 Changeset [905e33f8]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 #16885 -- Confirmed features of mirror databases when setting up …
- 16:38 Ticket #17571 (Fixed documentation of skipUnlessDBFeature) created by
- Small patch but this clarifies how skipUnlessDBFeature actually works.
- 13:35 Ticket #17570 (Tutorial 04 discrepancies) created by
- https://docs.djangoproject.com/en/1.3/intro/tutorial04/ A couple of …
- 10:05 Ticket #3286 ([design-q] Please add newforms as_div() method for printing forms.) closed by
- wontfix: Please don't reopen tickets closed wontfix by a core developer - if …
- 07:31 Ticket #17569 (i18n_patterns and set_language) created by
- Hi, I wrote some code to set language with support for i18n_patterns. …
- 07:24 Ticket #17568 (i18n_patterns and LOGIN_URL, LOGOUT_URL, LOGIN_REDIRECT_URL) created by
- Hi, There is some bug with i18n_patterns and redirection after …
- 06:33 Ticket #17567 (version 1.3 doc links to version 1.2 page) created by
- Link "Field lookups" in penultimate paragraph of version 1.3 page …
- 04:37 Ticket #3286 ([design-q] Please add newforms as_div() method for printing forms.) reopened by
- 5 years have passed div's a heavily used for pages styling. Please, …
- 04:10 DjangoJobs edited by
- corrected typo on Django-gr linkedin group link (diff)
- 04:05 DjangoJobs edited by
- added Django-gr linkedin group entry at the bottom of the page (diff)
- 02:57 DjangoFriendlyWebHosts edited by
- (diff)
01/19/2012:
- 16:34 DjangoJobs edited by
- (diff)
- 16:05 Changeset [477f4d8]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
- Clean up the form's code a little bit, to make it more consistantly go …
- 15:46 DjangoJobs edited by
- (diff)
- 14:36 Ticket #17566 (RegexURLResolver.__repr__(self) is not unicode safe.) created by
- This is a sister to the (fixed) tickets #15795, #16158. …
- 12:36 DevelopersForHire edited by
- (diff)
- 11:39 Changeset [2b793b1a]stable/1.3.x by
- [1.3.X] Fixed #17078: properly invoke IPython 0.12. Backport of …
- 11:38 Ticket #17078 (IPython 0.11 configuration not loaded) closed by
- fixed: In [17379]: […]
- 11:38 Changeset [e8e4293a]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 #17078: properly invoke IPython 0.12. git-svn-id: …
- 07:12 Ticket #17565 (Cache back-references on OneToOne fields) created by
- Today, back-references on OneToOneField's are not cached. In more …
- 05:23 Ticket #10436 (Application names i18n in the admin app broken) closed by
- fixed: In [17378]: […]
- 05:23 Changeset [203c4fef]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 translatability of application names in admin app. Also, made …
- 03:58 Ticket #17564 (django.db.models.Sum does not work on BooleanField) created by
- Models are Point -(fkey)-> Group and i'm trying to annotate Group …
01/18/2012:
- 16:51 Ticket #17563 (See: ...) closed by
- wontfix: We need strict referer checking under HTTPS, because with the session …
- 15:55 Ticket #17563 (See: ...) created by
- Django does strict referer checking in the CSRF mechanism. See: …
- 15:06 Ticket #4528 (Add DATABASE_PRE_SYNCDB to settings) closed by
- wontfix: It seems like this ticket has been hijacked for a different purpose. …
- 11:24 Ticket #17561 (EmailField does not automatically lower the case in email addresses) closed by
- invalid: The problem is that test@... and tesT@... are different email …
- 10:54 Ticket #17562 (django.contrib.auth.tests.views.ChangePasswordTest.fail_login does not ...) created by
- Failure Traceback (most recent call last): File …
- 10:19 Ticket #17561 (EmailField does not automatically lower the case in email addresses) created by
- Neither in a form or a model does the EmailField become lower case …
- 10:13 Ticket #17525 (Fixes for django.contrib.auth tests) closed by
- invalid: it was better to fix coffin
- 04:24 UsingVimWithDjango edited by
- http://py.vaults.ca/~x/python_and_vim.html dissapeared , I changed to … (diff)
Note: See TracTimeline
for information about the timeline view.