Timeline
02/12/2009:
- 23:58 Ticket #10254 (The use of 'FileField' Upload file missing Chinese characters (non-ascii)) created by
- file : /home/jane/铅笔画.xcf use of 'FileField' Upload file, …
- 19:10 Ticket #10253 (sessions.base.py random.SystemRandom() fails) created by
- Related to changeset 8340. […] Platform info: […] Condition in …
- 17:30 Ticket #10252 (Can't use id as a field name for parent_link in a child model) created by
- Given these models: […] An attempt to choose "Add" for a DerivedM …
- 17:11 Ticket #10251 (Problem with inheritance plus explicit primary_key in child model) created by
- Given these models: […] The ORM can't seem to properly link …
- 16:32 Ticket #10250 (MySQL quoting not happening for aggregation group by?) created by
- Adding this: […] to the aggregation tests causes a failure on …
- 15:57 Ticket #10249 (Cannot create a consistent method resolution order (MRO) for bases ...) created by
- Originally reported here: …
- 15:49 Ticket #10248 (Calling .dates on a annotated queryset gives wrong sql) created by
- Example models […] Query: […]
- 14:00 Ticket #10247 (problem with model constructor override) closed by
- invalid: Usage questions should go to the django-users list
- 13:47 Ticket #10247 (problem with model constructor override) created by
- I am in a situation where I want to create a model instance from …
- 12:30 MultipleDatabaseSupport edited by
- (diff)
- 12:18 Ticket #10246 (Bug with Inlines for non-standard primary keys) created by
- If the underlying model for an inline defines an alternative primary …
- 10:54 Ticket #10245 (All Authentication built in views assume that default templates and ...) created by
- The documentation for the built in views in the Authentication …
- 10:07 DjangoJobs edited by
- (diff)
- 09:53 DjangoJobs edited by
- (diff)
- 09:53 DjangoJobs edited by
- (diff)
- 09:39 Ticket #10172 (TEST_DATABASE_USER mentioned in GIS TEST_RUNNER docstring does not exist) closed by
- invalid: Yes, it's an internal setting used by the …
- 08:40 Ticket #10244 (FileFields can't be set to NULL in the db) created by
- Saving FileFields with a none value sets the field to a empty string …
- 06:35 Ticket #10241 (read a (non-ascii) characte file name : 'ascii' codec can't decode ...) closed by
- invalid: Replying to isoemail@163.com: > The same code django0.96 …
- 06:23 Ticket #10241 (read a (non-ascii) characte file name : 'ascii' codec can't decode ...) reopened by
- 06:00 Ticket #10243 (to_field option problems in admin site) created by
- The inline admin code seems to have a problem when using a to_field in …
- 05:52 Ticket #9710 (Models translations in applications does not work) closed by
-
worksforme: I can't reproduce this.
Make sure your
.po
and.mo
files are … - 05:27 Ticket #3501 ([patch] sqlite selection on datetime members fail when datefield is null) reopened by
- For me the patched version did not work. In order to support also …
- 04:12 Ticket #10242 (FileUploadHandler causes fatal error when refer to POST) created by
- I have implemented my own FileUploadHandler and everything goes fine …
- 04:10 AppEngine edited by
- batch middleware (diff)
- 04:06 AppEngine edited by
- (diff)
- 04:05 AppEngine edited by
- m2m improvements (diff)
- 03:34 AppEngine edited by
- Elaborated on uniqueness (diff)
- 03:23 Ticket #10241 (read a (non-ascii) characte file name : 'ascii' codec can't decode ...) closed by
-
invalid: The traceback is generated in an
index
view contained in a … - 02:38 Ticket #10241 (read a (non-ascii) characte file name : 'ascii' codec can't decode ...) created by
- when read "/admin/filebrowser/File/中文文件名" a (non-ascii) characte file …
02/11/2009:
- 20:55 Changeset [8a89cf9]stable/1.0.x by
- [1.0.X] Fixed #10240 -- Restored YAML serialization with Decimal …
- 20:54 Ticket #10240 (Tests failing after r9823) closed by
- fixed: (In [9825]) Fixed #10240 -- Restored YAML serialization with Decimal …
- 20:54 Changeset [e4e9645]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #10240 -- Restored YAML serialization with Decimal objects that …
- 19:14 Ticket #10240 (Tests failing after r9823) created by
- The serializer_regress tests are failing after r9823 if you have …
- 16:56 Ticket #5241 (Response middleware runs too early for streaming responses) reopened by
- I am working on a site (my own) that needs translations for both Dutch …
- 14:14 Changeset [5db8dc3]stable/1.0.x by
- [1.0.X] Fixed #5903 -- DecimalField.get_default() now correctly …
- 14:13 Ticket #5903 (DecimalField returns default value as unicode string.) closed by
- fixed: (In [9823]) Fixed #5903 -- DecimalField.get_default() now correctly …
- 14:13 Changeset [e5cd43e5]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #5903 -- DecimalField.get_default() now correctly returns a …
- 13:25 Ticket #10239 (Document modelform_factory) created by
- [http://code.djangoproject.com/browser/django/trunk/django/forms/models …
- 12:50 Ticket #10238 (Oracle backend returns TextField data as str) created by
- The Oracle backend is returning TextField data as str instead of …
- 11:10 Ticket #10237 (Symmetry is lost when inheriting a self-referential m2m field) created by
- When extending a model (via MTI, not ABC), the implicit …
- 10:32 Ticket #13 (Related objects interface should be tighter (edit_inline)) reopened by
- anonymous having fun?!
- 10:26 Ticket #13 (Related objects interface should be tighter (edit_inline)) closed by
- fixed
- 08:24 Ticket #10236 (Change order of actions in syncdb) created by
- Syncdb currently executes actions in this order: * Create tables * …
- 04:42 Ticket #10235 (contrib.sitemaps doesn't support RequestSite) created by
- The contrib.sitemaps app will always query the database for a Site …
- 04:23 SchemaEvolution edited by
- Dates shown are last activity publicly recorded on the project as at … (diff)
- 03:55 Ticket #10234 (makemessages.py SyntaxErrors are hard to track because they don't say ...) created by
-
I ran
django-admin.py makemessages -l sv
and it turns out that I had … - 01:56 Ticket #10226 (dango.test.client.Client raise a value error when used against the ...) closed by
- fixed: I tried with the trunk and the test pass. Sorry to not have checked before.
- 01:07 Ticket #10233 (X.objects.filter(...) works, X.objects.exclude(...) fails in 1.0.x) created by
- While an X.objects.filter(...) works, the equivalent …
- 00:59 Ticket #10232 (On development server, MEDIA_URL exists without setting ...) closed by
- worksforme: This report is a bit confusing because there is "Expected" and "What …
02/10/2009:
- 23:29 Ticket #10232 (On development server, MEDIA_URL exists without setting ...) created by
- Steps to repeat the problem: 1. In settings.py set …
- 20:48 Ticket #10229 (Can't see values of PositiveSmallIntegerField in admin after adding ...) closed by
- invalid: You're storing strings that look like integers (the first element of …
- 18:16 Changeset [c283875]stable/1.0.x by
- [1.0.X] Fixed #10224: Don't attempt to decode binary string data in …
- 18:15 Changeset [e9af96d]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #10224: Don't attempt to decode binary string data in the Oracle …
- 18:15 Ticket #10224 (Oracle backend: raw binary field breaks) closed by
- fixed: (In [9821]) Fixed #10224: Don't attempt to decode binary string data …
- 17:15 Ticket #10230 (admin_order_field on callable field always pointing to ascending sort) closed by
- duplicate: Duplicate of: http://code.djangoproject.com/ticket/9053 …
- 17:06 Ticket #10231 (djangoproject.com - urls.py) created by
- http://code.djangoproject.com/browser/djangoproject.com/django_website/ …
- 16:58 Ticket #10230 (admin_order_field on callable field always pointing to ascending sort) created by
- When I create a callable field in order to grab a field from a foreign …
- 16:56 Ticket #10229 (Can't see values of PositiveSmallIntegerField in admin after adding ...) created by
- Django 1.0.2, Python 2.5.2 I have a model with …
- 15:13 Ticket #10228 (Inline edit of random model results in "Please correct the errors ...) closed by
- worksforme: I just tested this with Django r9820 plus sqlite3 an couldn't …
- 13:12 Ticket #10228 (Inline edit of random model results in "Please correct the errors ...) created by
- I have a model that is specified ordering = [ '?' ]. It has a foreign …
- 11:40 Ticket #10227 (Support a related_default on OneToOne fields) created by
- EDIT: scroll to comment 13 to see what this ticket is about. …
- 09:11 Ticket #10226 (dango.test.client.Client raise a value error when used against the ...) created by
- Hello, I have this problem when I want to test my admin application: …
- 05:42 Ticket #10225 (Cache middleware does not honor "Cache-Control: no-cache" in request ...) created by
- How to test: 1. Create or add to views.py: […] 2. Create or add …
- 05:34 Ticket #10224 (Oracle backend: raw binary field breaks) created by
- Support for raw binary Oracle can be useful when interfacing django …
- 05:29 Ticket #10223 (Admin has a bug for primary keys that contain slashes) created by
- If your Model's primary key contains slashes, the "View on Site" …
02/09/2009:
- 20:03 Ticket #9825 (Files missing after changing from poll to object) closed by
- invalid
- 18:21 Ticket #10222 ([patch] Add line_merge to GEOS geometries under django.contrib.gis) created by
-
In the C API of GEOS,
GEOSLineMerge
returns a new geometry that is … - 16:21 Ticket #10221 (Admin Documentation Generator throws KeyError on models containing ...) closed by
- duplicate: Didn't search hard enough. Dupe of …
- 16:15 Ticket #10221 (Admin Documentation Generator throws KeyError on models containing ...) created by
- django.contrib.admindocs.views in get_readable_field_data_type, line …
- 15:57 Ticket #10220 (the admin site can not handle the DateField.) closed by
- worksforme: I implemented your example using Django r9820 and sqlite3 and I could …
- 15:32 Ticket #10220 (the admin site can not handle the DateField.) created by
- […] In the admin site, I fail to add a record. After I modify …
- 14:03 Ticket #10219 (Template tag for declaring constants) closed by
- wontfix: Trac is really bad for holding discussions, so I'm going to close this …
- 12:13 Ticket #10219 (Template tag for declaring constants) reopened by
- Regarding your first point: Passing the title as a template variable …
- 11:18 Ticket #10219 (Template tag for declaring constants) closed by
- wontfix: First, the idea normally is that you pass the title in as a variable …
- 09:45 Ticket #10219 (Template tag for declaring constants) created by
- I often need to reproduce the title several times in each template I …
- 09:13 Ticket #10216 (TEMPLATE_DEBUG / TemplateSyntaxError handling doesn't play nice with Jinja2) closed by
- wontfix: It seems to me that the template debugging feature (enabled by …
- 08:46 DevelopersForHire edited by
- (diff)
- 08:45 DevelopersForHire edited by
- (diff)
- 03:41 AppEngine edited by
- clarification of m2m rels (diff)
- 02:59 Ticket #9397 (weird HttpResponseRedirect reaction to url) closed by
- invalid: 3 months with no response from the reporter. Closing - but if anyone …
- 02:46 AppEngine edited by
- many-to-many relations need batch operations (diff)
- 01:48 Ticket #10218 (Unnecessary quotes in serialization documentation) created by
- The serialization docs say: > Django "ships" with a few included …
Note: See TracTimeline
for information about the timeline view.