Timeline
11/22/2007:
- 20:36 Ticket #6017 (order of django-admin.py options matters, but shouldn't) created by
-
In ticket #5369,
django-admin.py
and
manage.py
are supposed to …
- 12:25 Ticket #6016 (Admin crash when deleting an object) created by
- I get this error: […] when I try to delete an object from the …
- 11:32 Ticket #6015 (Class in edit_inline objects has quotes escaped) created by
- I have some models with edit_inline=models.TABULAR. In the admin, in …
- 10:41 Ticket #6014 (Decimal field raises UnicodeDecodeError if i18n characters are entered) created by
- If user enters something like "23 zł" into decimal field it fails with …
- 09:10 Ticket #6013 (management.find_commands makes distribute django app difficultly.) created by
- django.core.management.find_commands only searches the commands that …
- 08:39 Ticket #6012 (FilteredSelectMultiple widget is broken in newforms-admin) created by
-
FilteredSelectMultiple
does not have a Media class. As a result … - 00:16 Ticket #6011 (manage.py flush command not working as advertised) created by
-
If you run
manage.py help flush
, it indicates that it will be the …
11/21/2007:
- 15:12 Sprint1Dec2007 edited by
- Adding another attendee to the sprint (diff)
- 14:55 GeoDjangoExtras edited by
- (diff)
- 14:46 AutoEscaping edited by
- (diff)
- 14:35 GeoDjangoBackground edited by
- Clarified references to background info (diff)
- 14:12 Ticket #6010 (Extra context for newforms admin views) created by
- It would be very useful to have some hooks for adding context …
- 13:55 Ticket #5981 (regressiontests.cache.tests.Cache test failing with locmem cache backend) closed by
- fixed: fixed in [6709].
- 13:54 Changeset [900811f4]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 #5981 -- Fixed failing regression test when using locmem cache …
- 13:54 Ticket #6008 (The add() method of the locmem's CacheClass doesn't pickle the value) closed by
- duplicate: dup of #5981.
- 11:52 Ticket #6009 (UnicodeDecodeError when uploading file with non-english filename.) created by
- Upload a file using newforms I will get a UploadedFile object which …
- 11:38 Ticket #6008 (The add() method of the locmem's CacheClass doesn't pickle the value) created by
- The method doesn't pickle the value before passing it to its …
- 06:18 Ticket #6007 (Oracle DB-Backend: db_tablespace setting for django standard tables) created by
- It would be nice, if there could be a possibilty to define a default …
- 03:40 Ticket #6006 (verbosity controls output not input) created by
- On http://www.djangoproject.com/documentation/django-admin/ the …
11/20/2007:
- 23:47 Ticket #6005 (double call for Media) created by
- It is very, very unimportant ticket - but definition of Media is …
- 23:41 Ticket #6004 (Useless code in newforms admin) created by
- There is too much not used code in newforms admin. It is quite …
- 23:18 Ticket #6003 (Registration for newforms admin) created by
- Some points to registration for newforms admin: * One project can …
- 23:03 Ticket #6002 (Better saving in newforms-admin ModelAdmin) created by
- There are two very long methods in …
- 22:15 Ticket #6001 (Inconsistency between Select and SelectMultiple) created by
- From django.newforms.widget.Select: […] And from …
- 22:04 Ticket #6000 (Problems in BaseForm.reset) created by
- Method django.newforms.BaseForm.reset does not reset fields and reset …
- 21:55 Ticket #5999 (Broken expired session in newforms-admin) created by
- If session expires in newforms-admin (try to remove everything from …
- 20:48 Sprint1Dec2007 edited by
- (diff)
- 17:43 Ticket #5998 (First set of review for MLC) closed by
- invalid: This ticket doesn't seem to make any sense.
- 17:16 Ticket #5998 (First set of review for MLC) created by
- First set review feedback and its screenshots were attached with this …
- 16:59 Ticket #5997 (Pluralization support too limited) closed by
- wontfix: If you search the ticket archive, you will see that this issue has …
- 16:31 Ticket #5997 (Pluralization support too limited) created by
- Django's pluralization support is fine for English, since we only have …
- 16:04 Ticket #5996 (psycopg2 raises "can't adapt" error where other backends work happily) created by
- The description is vague, but I have only vague idea on what's going …
- 15:20 Sprint1Dec2007 edited by
- (diff)
- 15:09 Ticket #5990 (permalink() works a little different from {% url %}) closed by
- wontfix: In that case, no, this isn't a good idea. In fact, it's not even a …
- 15:07 Ticket #5994 ({% url %} doesn't support patterns with literal dots) closed by
- duplicate: Duplicate of #2977. I currently have an improved patch in the works …
- 14:40 Ticket #5995 (assertContains() - AttributeError) closed by
- worksforme: assertContains is a method added by Django's TestCase class, which …
- 12:10 Sprint1Dec2007 edited by
- (diff)
- 10:03 DevelopersForHire edited by
- Updated text about Zenzire (diff)
- 09:58 Ticket #5995 (assertContains() - AttributeError) created by
- I get a AttributeError when I try the django test client method …
- 09:32 Ticket #5994 ({% url %} doesn't support patterns with literal dots) created by
- URL patterns with literal dots can't be generated via the {% url %} …
- 04:14 Ticket #5993 (define renderer for RadioSelect widget at the class level) created by
- Currently the only standard way to customize radio field display is to …
- 03:49 Ticket #5992 (even more granular error output) created by
- The custom ErrorList supplied to a Form object is not respected when …
- 03:49 Ticket #5991 (Auto-escaping patch, fix for SelectDateWidget) created by
- SelectDateWidget from newform extras stopped working after …
- 02:41 QuerysetRefactorBranch edited by
- (diff)
- 00:45 Ticket #1840 (django's decorators don't assign necessary attributes to the wrapper) closed by
- duplicate: Marking this a dup of #5701 since we have a patch there.
11/19/2007:
- 20:58 Ticket #5990 (permalink() works a little different from {% url %}) created by
- I'v wasted one whole night with this problem, and I got the "bug", …
- 19:51 Ticket #5989 (django.db.models.fields.subclassing.Creator.__get__() returns the same ...) created by
- I added a test to modeltests/field_subclassing/ that illustrates the …
- 19:41 Ticket #5947 (Minimal MS Sql Server patch for syncdb) closed by
- invalid: Resolving; work is now happening over on Google Code.
- 19:37 Ticket #5983 (iriencode doesn't respect safe strings) closed by
- fixed: (In [6706]) Fixed #5983 -- Made iriencode filter respect safe strings. …
- 19:37 Changeset [2e9e36e]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 #5983 -- Made iriencode filter respect safe strings. Patch from …
- 19:37 Ticket #5976 (Admin escapes non-breaking spaces for empty fields in change list) closed by
- fixed: (In [6705]) Fixed #5976 -- Handle auto-escaping correctly for empty …
- 19:37 Changeset [ab69710d]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 #5976 -- Handle auto-escaping correctly for empty columns in …
- 19:37 Changeset [116b9d06]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 #5974 -- Added autoescaping for source code lines and local …
- 19:37 Ticket #5974 (debug error page does not escape text in local vars section) closed by
- fixed: (In [6704]) Fixed #5974 -- Added autoescaping for source code lines …
- 19:37 Changeset [b1d40295]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 #5973 -- Fixed inadvertent allow_tags=True auto-escaping …
- 19:37 Ticket #5973 (allow_tags in admin interface broken by auto-escaping) closed by
- fixed: (In [6703]) Fixed #5973 -- Fixed inadvertent allow_tags=True …
- 19:36 Ticket #5988 (Admin field errors double-escaped) closed by
- duplicate: This looks like a dupe of #5944, which was fixed last week. Please …
- 18:51 Ticket #5984 (debug view does not escape variable values) closed by
- duplicate: Duplicate of #5974.
- 18:30 Sprint1Dec2007 edited by
- added myself to sprint (diff)
- 17:58 Ticket #5988 (Admin field errors double-escaped) created by
- to reproduce: Leave out a required field or something and you'll see …
- 16:10 Ticket #5987 (__iter__ on a QuerySet doesn't return an efficient iterator) created by
- For a loop such as: […] the first line eats up all system …
- 15:18 Ticket #5986 (Easy way to customize ordering of fields on forms that use inheritance) created by
- Consider this example: […] The UserProfileForm can inherit …
- 12:32 Sprint1Dec2007 edited by
- Added prague chapter of the sprint (diff)
- 12:04 Sprint1Dec2007 edited by
- added me (diff)
- 10:48 Sprint1Dec2007 edited by
- Added myself (diff)
- 09:30 Ticket #5985 ([oracle] ORA-01425: escape character must be character string of length 1) created by
- Hello, In order to update my project to a later version of trunk, I …
- 09:20 Ticket #5984 (debug view does not escape variable values) created by
- In the debug view, variable values (and names) are not escaped. …
- 09:20 Ticket #5983 (iriencode doesn't respect safe strings) created by
- This happens probably since autoescape. Steps to reproduce: 1. In a …
- 03:35 Ticket #5982 (Different behaviour for url parameter in dev run versus test run) created by
- URL configuration: […] View: […] In the development …
- 00:10 Changeset [6522e069]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 #5932 -- Use
self.pages
and notself._pages
in … - 00:10 Ticket #5932 (Accessing ObjectPaginator.page_range before pages raises TypeError) closed by
-
fixed: (In [6702]) Fixed #5932 -- Use
self.pages
and notself._pages
in … - 00:05 Ticket #5981 (regressiontests.cache.tests.Cache test failing with locmem cache backend) created by
- Failure text: […] with cache settings: […]
Note: See TracTimeline
for information about the timeline view.