Timeline
06/05/2008:
- 23:31 Ticket #7381 (1406, "Data too long for column" DataError in WindowsXP) closed by
- fixed
- 21:33 Ticket #7381 (1406, "Data too long for column" DataError in WindowsXP) created by
- I am getting a DataError at /admin/polls/poll/5/ (1406, "Data too …
- 18:39 Ticket #7380 (Generic week view inconsistent with django.utils.dateformat) created by
- The generic week view parses the date by passing the year and week to …
- 17:20 Ticket #7379 (middleware redirects in common.py don't pass the same URL parameters ...) created by
- line 83 of django/middleware/common.py should be: […] instead of: …
- 17:19 Ticket #7377 ("extends" and "block" tags are not available when constructing ...) closed by
- invalid
- 17:15 Ticket #7378 (Reverse relationship ignores to_field (in another setting)) created by
- This is related to bug #4510. I am using the latest version from SVN …
- 17:05 Ticket #7377 ("extends" and "block" tags are not available when constructing ...) reopened by
- that was a typo from an old terminal. It happens even with the {% …
- 16:56 Ticket #7377 ("extends" and "block" tags are not available when constructing ...) closed by
- invalid: That error occurred because you had {% end block %} in place of {% …
- 16:51 Ticket #7377 ("extends" and "block" tags are not available when constructing ...) created by
- with a fresh svn chekcout, made a new project, and run: ./manage.py …
- 14:11 Ticket #7376 (auth docs don't say they depend on contenttypes) created by
-
The
django.contrib.auth
docs do not indicate that it depends on … - 13:20 TracTimeline edited by
- Removed link to TracGuideToc (missing). (diff)
- 13:20 TracTimeline edited by
- Fixed double quote in example commit. (diff)
- 12:49 Ticket #7375 (auth framework shouldn't write verbose_name values in permission ...) created by
- django.contrib.auth framework's writes it's permissions in a column of …
- 11:51 Ticket #7374 (Mention simple_tag and inclusion_tag before manual parsing) created by
- The current docs begin with explaining the complicated parsing system. …
- 06:53 BackwardsIncompatibleChanges edited by
- Fixed the date for r7574 (diff)
- 06:27 Ticket #7373 (for key, value in some_dict does not work) closed by
- invalid: Use {% for field, error in form.error_dict.items %}
- 06:03 Ticket #7373 (for key, value in some_dict does not work) created by
- I have the following code in my template: […] That stuff does not …
- 04:13 Ticket #7372 (queryset intersection either returns wrong result or raises KeyError ...) created by
- qs1 and qs2 are 2 combinable query sets. qs1 & qs2 resutls in qs2 …
- 02:03 Ticket #7363 (Form wizard has a bug in get_template(self, step). The 'step' ...) closed by
- duplicate: Duplicate of #6893
- 01:49 Ticket #7371 (Ordering on a ForeignKey with an existing default ordering and a ...) created by
- When using .order_by() on a ForeignKey, where the foreign model …
- 01:04 Ticket #7370 (Changing user in admin deletes UserProfile) created by
- Hello everybody! For me, changing a user in the admin interface, for …
06/04/2008:
- 22:51 Ticket #7337 (Add server date and time to manager emails sent out for server errors (500)) closed by
- invalid
- 22:34 Ticket #7369 (ForeignKey non-null relationship after null relationship on ...) created by
- When starting from a relationship of a ForeignKey(null=True), and …
- 19:40 BackwardsIncompatibleChanges edited by
- Added notes about [7574] (diff)
- 19:39 Changeset [1452d462]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #6886: Tightened up ForeignKey and OneToOne field assignment. …
- 19:39 Ticket #6886 (Assigning a Model Instance to a Foreign Key Attribute Doesn't Cache ...) closed by
- fixed: (In [7574]) Fixed #6886: Tightened up ForeignKey and OneToOne field …
- 19:11 Ticket #7368 (Problem when overriding '__init__' / 'save' methods (models.model)) created by
- In this sample model : […] The save fonction was called twice and …
- 18:52 Ticket #7362 (Admin model editor executes thousands of SQL commands when foreign key ...) closed by
- wontfix: This bug is well known (and I'm pretty sure has been reported before). …
- 17:34 Ticket #7367 (Cannot have non-primary-key OneToOneField to parent class) created by
- I am using multi-table inheritance in the latest version from SVN …
- 17:12 NewformsHOWTO edited by
- Superfluous import removed (diff)
- 17:10 NewformsHOWTO edited by
- trimmed the code and fixed my formatting (diff)
- 16:51 NewformsHOWTO edited by
- fixed the "how add column"-question, and added my own method (diff)
- 16:16 Ticket #7366 (Some doctests still use dicts repr on output) created by
- As pointed by Jacob on [7322], doctests with dict output may fail on …
- 16:12 Ticket #7365 (AttributeError) closed by
- invalid: Please don't use the ticket system to ask support questions. Use the …
- 15:00 Ticket #7365 (AttributeError) created by
- On Mac OS X 10.4.11 using Python 2.3: Traceback (most recent call …
- 13:40 Ticket #7364 (Login view is cached when caching middleware is turned on) created by
- This causes a problem, because the login view expects a cookie to be …
- 13:34 Ticket #7363 (Form wizard has a bug in get_template(self, step). The 'step' ...) created by
- When I override this function below, the "step" variable always stays …
- 13:28 Ticket #3762 (TypeError/Unhandled exception in ...) closed by
- duplicate: Still a duplicate of #3414.
- 12:27 Ticket #7362 (Admin model editor executes thousands of SQL commands when foreign key ...) created by
- I have three models in my application: […] When I try to edit a …
- 12:06 Ticket #3762 (TypeError/Unhandled exception in ...) reopened by
- I'm able to replicate this bug with the help of …
- 11:32 Ticket #7359 (No updates on Django community page) closed by
- fixed: Working now; thanks.
- 09:17 Ticket #7361 (Add back button to admin delete page) created by
- It's just been pointed out to me that when you hit "Delete" in the …
06/03/2008:
- 17:56 Ticket #7360 (Documentation should be clearer about when save and delete are called.) created by
- An hour later I know what caused the behavior and it seems to me to be …
- 14:57 Ticket #7359 (No updates on Django community page) created by
- The Django community aggregator -- …
- 13:39 DjangoBranches edited by
- fix spelling mistake (diff)
- 13:21 ServerArrangements edited by
- Fixed improper ticket link in Devserver chapter (should be ticket … (diff)
- 12:32 Ticket #7357 ([patch] create_default_site: configurable default domain name) closed by
- duplicate: Oops.. here's a flying dup…
- 12:29 Ticket #7358 ([patch] create_default_site: configurable default domain name) created by
-
Hi,
The
create_default_site
function in the …
- 12:27 Ticket #7357 ([patch] create_default_site: configurable default domain name) created by
-
Hi,
The
create_default_site
function in the …
- 07:24 Ticket #7273 (Django 0.96.2 release tarball is missing several files) closed by
- wontfix: Issue worked around by using both versions.
- 01:30 Ticket #7356 (django templates dont know where images live?) closed by
- invalid: Django does not serve static media by default. This can be enabled, …
06/02/2008:
- 23:11 Ticket #7356 (django templates dont know where images live?) created by
- I posted this problem on the google groups and found a hack that …
- 22:01 Ticket #7355 (Urlize function in django.utils.html does not properly work on ...) created by
- Just tested this out on the version of utils/html.py in [7569] …
- 18:58 Ticket #7352 (typo in description of the 3rd item?) closed by
- invalid: I can't work out what your problem is. Most of this bug report is the …
- 18:58 Ticket #7351 (typo in description of the 3rd item?) closed by
- invalid: I can't work out what your problem is. Most of this bug report is the …
- 14:18 Ticket #7354 (pickle.dumps on formwizard fails in python2.3 because of keyword argument) created by
- The summary says it all: […] this can be fixed easily by …
- 14:07 Ticket #7353 (Add manipulator fails when unique together fields added) closed by
- duplicate: Duplicate of #4705.
- 12:15 Ticket #7353 (Add manipulator fails when unique together fields added) created by
- Hi, everyone! Below some code, to ilustrate an issue I found: …
- 11:53 Ticket #7348 (django.contrib.localflavor.it.forms.ITSocialSecurityNumberField.default ...) closed by
- fixed: (In [7569]) Italian translation: fixes #7348, other small fixes. …
- 11:53 Changeset [d78f86a2]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Italian translation: fixes #7348, other small fixes. Thanks to …
- 11:09 Ticket #7351 (typo in description of the 3rd item?) created by
- According zour cookbook I've remove the comment char: Edit your …
- 11:09 Ticket #7352 (typo in description of the 3rd item?) created by
- According zour cookbook I've remove the comment char: Edit your …
- 10:35 Ticket #7350 (Multi-table Models and Fixtures) created by
- It seems like multi-table sub-classed models (not abstract) don't …
- 09:32 Ticket #7349 (undocumented problems with Multi-table inheritance and Admin) created by
- The admin interface is not working with multi-table inheritance, …
- 09:22 DjangoJobs edited by
- (diff)
- 09:22 DjangoJobs edited by
- (diff)
- 09:21 DjangoJobs edited by
- (diff)
- 09:21 DjangoJobs edited by
- (diff)
- 08:08 Ticket #7348 (django.contrib.localflavor.it.forms.ITSocialSecurityNumberField.default ...) created by
- #: contrib/localflavor/it/forms.py:43 is translated as: "Inserire un …
- 08:02 Ticket #7347 (docstring of django.contrib.localflavor.it.forms.ITProvinceSelect is wrong) created by
- it's """ A Select widget that uses a list of IT regions as its …
- 07:06 Ticket #7346 (missing lang translation for django.contrib.humanize) closed by
- invalid: This isn't really a valid ticket, because this is what language …
- 06:39 Ticket #7346 (missing lang translation for django.contrib.humanize) created by
- == Problem == I have found, that some languages are missing …
- 01:58 Ticket #7341 (Page not found in documentation) closed by
- duplicate: Duplicate of #7164.
- 01:58 Ticket #7341 (Page not found in documentation) reopened by
- Actually…
Note: See TracTimeline
for information about the timeline view.