Timeline
02/01/2007:
- 18:28 DjangoPoweredSites edited by
- adding henry.simon.net.nz & fixing typo (diff)
- 17:23 Ticket #1790 (Can't find objects when using subclassed model) closed by
- duplicate: closing as duplicate of #1656: model inheritance is not fully implemented.
- 16:49 Ticket #3149 (select_related() filters objects with ANY fk foreign relation) closed by
- worksforme: I tried this, but I get different results. Perhaps this has been fixed …
- 16:21 Ticket #3183 (manage.py doesn't like international keyboard input) closed by
- worksforme: I don't believe this. I use manage.py with my German keyboard layout …
- 14:07 AJAX edited by
- (diff)
- 13:55 DjangoPoweredSites edited by
- added personal-api.com (diff)
- 13:16 Ticket #3416 (Model API documentation section 'Modifying initial Manager QuerySets' ...) created by
- It says: […] But if you have your custom manager in a model even …
- 10:40 Ticket #3415 (django allows invalid TIME_ZONE in settings.py) created by
- django didn't complain at all when my TIME_ZONE was "America/New York" …
- 10:36 Ticket #3414 (middleware/common.py and SCGI bug - string index out of range (caused ...) created by
- I wanted to use Cherokee with SCGI to test my site but I get this …
- 09:28 Ticket #3413 (You can't use AnonymousUser in the database API) created by
- My situation is this: I have a model with a OneToOne field to the …
- 06:31 Ticket #3412 (Search unicode string in DB) created by
- I try to search records in my DB and the information I give contains …
01/31/2007:
- 21:56 Ticket #3411 ([Django Multi DB Tree]: modifying objects via the admin interface ...) created by
- Using the Django Multi Database tree, any attempt to modify an object …
- 21:46 Ticket #3410 (make-messages has warnings while running xgettext on validators.py, ...) created by
- I'm getting these errors when I run […] from the root django …
- 21:16 AJAX edited by
- changed http://groups-beta.google.com to http://groups.google.com (diff)
- 16:21 DjangoPoweredSites edited by
- (diff)
- 14:27 Ticket #3409 (PasswordInput that doesn't render value in newforms) created by
- The PasswordInput widget in newforms renders its value to html which …
- 12:21 DjangoResources edited by
- removed broken links and dpaste (no sourcecode anymore) (diff)
- 10:56 Ticket #3408 (DateField, TimeField, and DateTimeField to_python() handles null ...) created by
- DateField, TimeField, and DateTimeField all throw errors incorrectly …
- 10:51 Ticket #3407 ([patch] added 'default_next' parameter to django.core.auth.views.login) created by
- just as in #377, having default next hardcoded doesn't feel good, …
- 09:17 Ticket #3395 (UnicodeError with newforms and non-english error messages) closed by
- duplicate: duplicate of #3344 sorry, didn't find it before…
- 00:02 Ticket #3405 ([patch] newforms: choices checking should unicode choices list before ...) closed by
- duplicate: sorry, duplicate (browser hung)
- 00:00 Ticket #3406 ([patch] newforms: choices checking should unicode choices list before ...) created by
- Hello everyone There is a mistake in django/newforms/fields.py: when …
- 00:00 Ticket #3405 ([patch] newforms: choices checking should unicode choices list before ...) created by
- Hello everyone There is a mistake in django/newforms/fields.py: when …
01/30/2007:
- 18:37 Ticket #3404 (raw_id_admin does not work when modifying admin interface using 'fields') created by
- I'm not sure if this is a bug or a feature, but I haven't found it …
- 16:48 Ticket #3320 ([patch] update simplejson to the 1.5 version) closed by
- fixed: Fixed in [4454].
- 16:46 Ticket #2553 (Generic views should support serialization) closed by
- wontfix: I'd actually prefer *not* to tack this onto generic views, and instead …
- 16:38 Ticket #2930 (Single objects are not serialized as JSON strings) closed by
- wontfix: For consistency, the serializers only operate on lists. Doing it …
- 16:37 Ticket #3324 (FloatFields are converted to decimal and simplejson cannot serialize) closed by
- worksforme: Hm - I can't seem to reproduce this. Can you verify that it's still …
- 16:34 Changeset [695302ce]attic/gisattic/queryset-refactorattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/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 #3320: upgraded django.utils.simplejson to simplejson version …
- 15:57 Ticket #2430 (QuerySet should be evaluated when used in boolean tests) closed by
- fixed: Well, then I count it as "has been fixed."
- 15:55 Ticket #2584 (no MySQL codepage select) closed by
- worksforme: still duplicate of #952 …
- 15:38 Ticket #3035 (syntax error in doctest, utils.text) closed by
- fixed: Seems to have been fixed by now ;-)
- 15:17 Ticket #2099 (dateformat test fails on Windows (Python 2.4.2)) closed by
- fixed: looks like this patch has already been applied.
- 14:18 Ticket #3403 (smart_unicode unaware of charset setting) closed by
- duplicate: duplicate of #3314. I start to remember ticket numbers …
- 13:50 Ticket #3403 (smart_unicode unaware of charset setting) created by
- smart_unicode for non-string objects does not pass settings.DEFAULT_CHARSET
- 13:34 Ticket #3399 (Reports tab isn't highlighted in Trac) closed by
- wontfix: That's a limitation of Trac (actually, the NavAdd plugin); I can't do …
- 13:06 Changeset [02ca9fd]stable/0.91.x by
- 0.91-bugfixes: settings fix for backport in [4419] git-svn-id: …
- 13:04 Changeset [eb97c800]stable/0.90.x by
- 0.90-bugfixes: fix for backport in [4418] git-svn-id: …
- 12:03 Ticket #3402 (Enable the 'stem' part of the matched URL to be passed to the view) closed by
- worksforme: Closing as worksforme for the reason Matt pointed out.
- 10:29 Ticket #3402 (Enable the 'stem' part of the matched URL to be passed to the view) created by
- Currently, when django is doing url matching, and it reaches a point …
- 09:50 Ticket #3401 ([patch] newforms: models.CharField with choices should be displayed as ...) closed by
- duplicate: marking a duplicate of #3268 and have made a note there about the …
- 09:01 DjangoPoweredSites edited by
- (diff)
- 06:11 Ticket #3392 ("Recent code changes" link on /documentation/ in TicketModule) closed by
- duplicate: Duplicate of #3326
- 05:36 Ticket #3401 ([patch] newforms: models.CharField with choices should be displayed as ...) created by
- Hello Adrian With oldforms any model.CharField(..., choices=(...)) is …
- 03:22 Ticket #2650 (XML Serialization of None TextFields does not use the <None/> tag) closed by
- invalid
- 02:52 VersionOneFeatures edited by
- added tickets related to contrib.comments rewrite (diff)
01/29/2007:
- 23:59 Ticket #3400 (Support for lookup separator with list_filter admin option) created by
- This patch adds support for using the lookup separator in the …
- 21:18 Ticket #3399 (Reports tab isn't highlighted in Trac) created by
- After clicking on the Reports tab in Trac, the Wiki tab is highlighted …
- 20:23 Ticket #3398 (send_mass_mail confused by non-ascii characters) closed by
- duplicate: At the present time, you shouldn't use unicode strings in any place …
- 19:52 Ticket #3398 (send_mass_mail confused by non-ascii characters) created by
- send_mass_mail barfs with UnicodeEncodeError when handed a non-ascii …
- 16:59 Ticket #3397 (Add tests for 'Allow DB-level ordering by non-fields in changelist ...) created by
- The attached patch lets you specify a field to sort a non-field column …
- 16:20 Ticket #3396 (test_client unittest fails under python 2.3) created by
- Running the Unittests for Django the following errors occur. […]
- 14:51 Ticket #3395 (UnicodeError with newforms and non-english error messages) created by
-
When I use
LANGUAGE_CODE = 'cs'
and have some errors in … - 13:49 Ticket #3394 (min_num_in_admin is ignored for new parent objects) created by
- The documentation for min_num_in_admin states "However, no fewer than …
- 13:36 Ticket #3393 (login view assumes 'set_test_cookie' has been called) created by
-
Currently,
django.contrib.auth.views.login
instantiates … - 13:13 MultipleColumnPrimaryKeys edited by
- this time I'm done editing :-) (diff)
- 13:01 MultipleColumnPrimaryKeys edited by
- some thoughts from a user of compound keys (diff)
- 12:59 Ticket #3392 ("Recent code changes" link on /documentation/ in TicketModule) created by
- This is the full URL: …
- 12:50 Ticket #3388 ([patch] newforms: form.save() fails with DoesNotExist exception when ...) closed by
- invalid: Adrian, sorry, it seems to be my mistake. #3257 required clean_data to …
- 11:09 Ticket #3391 ([patch] django.views.generic.list_detail.object_list - add context ...) created by
- The patch is for django.views.generic.list_detail.object_list and the …
- 10:48 Changeset [1e3d035]attic/gisattic/queryset-refactorattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/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 Python 2.4-ism in modeltests/test_client. Thanks for the find, …
- 10:12 Changeset [5aea495]attic/gisattic/queryset-refactorattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/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
- Improved newforms.models.save_for_instance() to set many-to-many …
- 10:09 Ticket #3389 (Allow m2m sets to be assigned by primary key value) closed by
- fixed: (In [4448]) Fixed #3389 -- Many-to-many sets can now be assigned with …
- 10:09 Changeset [d28a63cc]attic/gisattic/queryset-refactorattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/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 #3389 -- Many-to-many sets can now be assigned with primary key …
- 07:02 Ticket #3390 (Deserializer cannot handle circular and forward references to object ...) created by
- The current deserializers are not able to represent circular …
- 07:00 Ticket #3387 (UnicodeEncodeError on contains and icontains) closed by
- worksforme: Patch replaces the str() function with unicode() function in …
- 06:31 Ticket #3389 (Allow m2m sets to be assigned by primary key value) created by
- At present, m2m relations must be specified using a list of object …
- 05:15 GenericAuthorization edited by
- (diff)
- 04:24 Ticket #2282 (Urlify in admin compatible with accents) closed by
- duplicate: #3309 marked as duplicate. #3309 is about the javascript helper, and …
- 04:14 Ticket #3309 (prepopulate_from JS helper script passes some non latin-1/ascii chars) closed by
- duplicate: This is the same problem as #2282, only that #2282 discusses other …
- 03:51 Ticket #3388 ([patch] newforms: form.save() fails with DoesNotExist exception when ...) created by
- Hello everyone SVN version of newforms contains a bug with merging …
- 03:49 Ticket #3387 (UnicodeEncodeError on contains and icontains) created by
- I got UnicodeEncodeError when I try to search with "icontains" and …
- 00:38 Ticket #2734 (Test framework doesn't install _(), maybe?) closed by
- duplicate: duplicate of #2920
Note: See TracTimeline
for information about the timeline view.