Timeline
09/04/2011:
- 17:51 Changeset [2b4341d5]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
-
Also copy
__module__
to our dynamically created TestCase subclass … - 17:42 Changeset [efd682e]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 typo in PEP number introduced in last commit. Thanks Jannis for …
- 16:17 Ticket #16586 (Use Sphinx' intersphinx extension to link to Python docs) closed by
- fixed: In [16720]: […]
- 16:17 Changeset [932b1b8]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
- Converted links to external topics so they use intersphinx extension …
- 14:01 Ticket #16558 (django.contrib.humanize filters are not well localized) closed by
- fixed: oooops. Just looked in SVN - looks like it was fixed at r16168. I'm …
- 13:53 Ticket #16558 (django.contrib.humanize filters are not well localized) reopened by
- Well, here's an example: I have the following code in template: …
- 13:43 Ticket #16558 (django.contrib.humanize filters are not well localized) closed by
- needsinfo: I'm not sure what this ticket is reporting, to be honest, except that …
- 13:27 Ticket #16558 (django.contrib.humanize filters are not well localized) reopened by
- Not a duplicate of #16562 - it's completely different bug referring to …
- 08:16 Ticket #14916 (No proper initialization of models/signals/etc....) closed by
- duplicate: Please don't re-open tickets closed by core developers. As explained …
- 06:20 Ticket #14916 (No proper initialization of models/signals/etc....) reopened by
- I'm sorry, but this issue is not a duplicate of issue #3591 - which …
- 05:29 Ticket #16753 (Handle protocol-relative URLs in syndication) created by
- When trying to use protocol-relative URLs (see …
- 03:15 Ticket #16718 (check_for_language fails when django are imported from zip file) closed by
- duplicate: Django can't be packaged as a Python egg, in particular because it's …
09/03/2011:
- 17:13 Ticket #16747 (IntegerField could validate too large numbers to work with PostgreSQL ...) closed by
- wontfix: I don't think we can just add range checking to IntegerField...at …
- 14:50 Changeset [9110257]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
-
is
should not be used on primitive objects, use == instead, … - 13:34 Ticket #16752 (Multi-db without a 'default' database) created by
- In the [https://docs.djangoproject.com/en/dev/topics/db/multi-db …
- 12:46 Changeset [f4d93f6e]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
- Two very simple docs fixes. git-svn-id: …
- 11:45 Ticket #16719 (Support for symlinking to whole app directories for staticfiles) closed by
- needsinfo: I'm having a hard time understanding how this could work. Let's say I …
- 07:53 Ticket #16412 (Disabling an 'django.contrib.sites' app, causes error in tests with ...) closed by
- fixed: In [16717]: […]
- 07:53 Changeset [09fc775f]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 #16412 -- Prevented a
contrib.auth
test from failing in the … - 07:07 Sprint2011DjangoConUS edited by
- (diff)
- 07:06 Sprint2011Berlin edited by
- (diff)
- 07:02 Sprint2011DjangoConUS edited by
- (diff)
- 07:02 Sprints edited by
- (diff)
- 07:01 Sprint2011Berlin edited by
- (diff)
- 07:00 Sprint2011Berlin created by
- 06:53 Sprints edited by
- (diff)
- 06:50 Sprint2011DjangoConUS created by
09/02/2011:
- 19:52 DjangoResources edited by
- (diff)
- 17:44 Ticket #16310 (EmailValiadtor lets through [...].com. (dot at the end)) closed by
- duplicate: This is a dupe of #12027.
- 16:34 DevelopersForHire edited by
- Updated Profile Info (diff)
- 16:33 DevelopersForHire edited by
- Updated Profile Info (diff)
- 16:30 DevelopersForHire edited by
- Updated Profile Info (diff)
- 16:01 Ticket #12978 (Support in syndication framework for CSS stylesheet links) reopened by
- Revert apparent triage error.
- 14:48 Ticket #16751 (GET variable names replaced by 'e') closed by
- needsinfo: Without further explanation or concrete code example I can't reproduce …
- 13:11 Ticket #16751 (GET variable names replaced by 'e') created by
- I'm attempting to override the queryset() method to make a custom …
- 12:17 Ticket #12027 (EmailField validation is incorrect, trailing dots fail) reopened by
- I'm not convinced this should be closed. Although DNS should …
- 11:12 DevelopersForHire edited by
- (diff)
- 11:10 DevelopersForHire edited by
- (diff)
- 11:09 DevelopersForHire edited by
- (diff)
- 11:07 DevelopersForHire edited by
- (diff)
- 11:06 DevelopersForHire edited by
- (diff)
- 11:01 DevelopersForHire edited by
- (diff)
- 11:00 Ticket #16748 (Documentation on creating custom querysets) created by
- Currently Django's documentation describes how customize the manager's …
- 10:38 Ticket #12978 (Support in syndication framework for CSS stylesheet links) closed by
- fixed
- 10:07 Ticket #13125 (login_required does not check User.is_active) closed by
-
wontfix: See ramiro's comments above.
is_active
is a hook for … - 10:06 Ticket #16741 (Naming a model field to "num_connections" causes syncdb to seemingly ...) closed by
- invalid: Darn, original reporter here. I just noticed something I didn't notice …
- 09:15 Ticket #15923 (Validate that IntegerField is a valid Signed value for databases that ...) closed by
- wontfix: Sorry, I can't read - now I see that this ticket is about hiding of an …
- 09:14 Ticket #16747 (IntegerField could validate too large numbers to work with PostgreSQL ...) created by
- Be default (without some additional validation) integer fields in …
- 08:39 Ticket #15923 (Validate that IntegerField is a valid Signed value for databases that ...) reopened by
- I am not sure if I should reopen ticket closed by a core developer, …
- 07:02 Ticket #16746 (Include default reason phrases for WebDAV) created by
- Django ships a mapping of HTTP status codes to reason phrases in …
- 06:28 Ticket #16745 (Different times on fields with auto_now and auto_now_add) created by
- There is a little issue with using "auto_now" and "auto_now_add" …
- 03:45 Ticket #16744 (Class based view should have the view object in the context) created by
-
Summary:
your_cbv_object.get_context_data()
should include `{'view': …
09/01/2011:
- 22:47 Ticket #16729 (inconsistency between doc and code for oracle DB backend) closed by
- fixed: In [16716]: […]
- 22:47 Changeset [5c1b4ab7]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 #16729 -- Fixed a small typo in the settings reference doc. …
- 22:04 Ticket #16736 (AdminEmailHandler ignores user args to log message.) closed by
- fixed: In [16715]: […]
- 22:04 Changeset [de35a3ab]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 #16736 -- Enabled the merging of user-supplied arguments to …
- 15:26 Ticket #16743 (django-admin.py check for database config includind during help subcommand) created by
- If database settings define a dabatase engine not supported by the …
- 14:36 Ticket #16742 (Example actually getting the extra fields on many-to-many relationships) created by
- It would be really useful if the documentation included an example of …
- 10:19 Ticket #16741 (Naming a model field to "num_connections" causes syncdb to seemingly ...) created by
- Not sure this is a bug or a case of an undocumented restriction. …
- 09:40 Ticket #16740 ("Derived Class") closed by
- invalid: It seems to me that you've come up with a very complex notation as an …
- 09:24 Ticket #16740 ("Derived Class") created by
- A feature you can create derived classes. For example: […]
- 07:35 DevelopersForHire edited by
- (diff)
- 07:33 DevelopersForHire edited by
- (diff)
- 07:32 DevelopersForHire edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.