Timeline
Sep 20, 2010:
- 11:44 PM CaseStudyLeads edited by
- (diff)
- 11:02 PM Ticket #14319 (Testing framework - Add signals test_setup and test_teardown to Django test suite runner ...) created by
- I would like to submit a proposal (with patch) for two new signals to …
- 9:49 PM Ticket #8960 (Contrib apps - "View on site" does not work if contrib.sites is not installed) updated by
- Until the code is fixed, how about fixing the docs: …
- 9:04 PM Ticket #14223 (Database layer (models, ORM) - Inconsistent exception raising on DB integrity errors) updated by
-
Description changed
- 8:52 PM CaseStudyLeads edited by
- (diff)
- 8:45 PM Ticket #14318 (GIS - Add GEOSGeometry.valid_reason) created by
- When you're messing with geometries it's handy to find out the reason …
- 7:22 PM Ticket #10870 (Database layer (models, ORM) - Aggregates with joins ignore extra filters provided by setup_joins) updated by
- So I've been thinking about this, and I'm wondering whether it perhaps …
- 7:17 PM Ticket #14314 (Uncategorized - Import error on installation of Django 1.2.3) closed by
- worksforme: Most surely that's the reason of the failures you are seeing. WinZip …
- 6:55 PM Ticket #14314 (Uncategorized - Import error on installation of Django 1.2.3) updated by
- Replying to ramiro: > >>> Some things to check: Could be …
- 4:26 PM Ticket #14314 (Uncategorized - Import error on installation of Django 1.2.3) updated by
- With the steps I took to reproduce this we've discovered that the …
- 3:55 PM Ticket #14314 (Uncategorized - Import error on installation of Django 1.2.3) reopened by
- I've never installed Django before...this is a first for me. No ideas …
- 3:04 PM Ticket #13914 (contrib.auth - Add natural keys to contrib.auth.User and Group models) updated by
-
Cc changed
I am using his patch right now, so I can confirm that it works. - 3:03 PM DjangoFriendlyWebHosts edited by
- Added Media Temple (ve) Server to the VPS options (diff)
- 2:59 PM Ticket #9806 (GIS - GeometryField crashes contrib.gis.admin) updated by
- Patch works for me against Django 1.2.3, at least against points. I …
- 2:45 PM Ticket #14317 (Internationalization - numberformat.format produces wrong results) created by
- The problem: […] It can be fixed with using '%.2f' % number (the …
- 2:31 PM Ticket #14316 (GIS - GeoModelAdmin forms have error on GeometryField) closed by
- duplicate: doh. just found #9806. The most recent patch …
- 2:25 PM Ticket #14316 (GIS - GeoModelAdmin forms have error on GeometryField) created by
- Given a model like this: […] And an Admin class like this: […] …
- 2:05 PM Ticket #14315 (Core (Cache system) - memcached doesn't support negative deltas for incr() and decr()) updated by
- The smart_str calls were added to make the incr() and decr() functions …
- 1:09 PM Ticket #14315 (Core (Cache system) - memcached doesn't support negative deltas for incr() and decr()) updated by
-
Triage Stage changed
Please don't mark your own tickets as RFC. In this case I'm not sure … - 1:06 PM Ticket #9025 (contrib.admin - Nested Inline Support in Admin) updated by
-
Cc changed
- 12:54 PM Ticket #14315 (Core (Cache system) - memcached doesn't support negative deltas for incr() and decr()) updated by
-
Milestone, Owner, Triage Stage changed
- 11:45 AM Ticket #14314 (Uncategorized - Import error on installation of Django 1.2.3) closed by
- worksforme: Tried this with: * Windows XP 32 bits * Python 2.5.2 * Django …
- 11:41 AM Ticket #14315 (Core (Cache system) - memcached doesn't support negative deltas for incr() and decr()) created by
- cache.incr() and cache.decr() fail for memcached when delta < 0.
- 11:33 AM Ticket #14299 (Core (Cache system) - Add additional cache.*_many functions) updated by
- For clarification, I'm assuming you mean the Django API loosely mimics …
- 10:47 AM Ticket #8217 (Forms - Alphabetical sorted FilePathField) updated by
- Will this issue be fixed ?
- 10:45 AM Ticket #14299 (Core (Cache system) - Add additional cache.*_many functions) closed by
- wontfix: Django's cache API deliberately mimics memcached's API. Specifically, …
- 10:07 AM Ticket #14314 (Uncategorized - Import error on installation of Django 1.2.3) created by
- Hi, I have Windows 2000 pro. and Python 2.5.2 which I've been working …
- 9:13 AM CaseStudyLeads edited by
- Added Cisco (diff)
- 9:08 AM Ticket #9682 (Database layer (models, ORM) - icontains can be case-sensitive on MySQL) updated by
- Specifying COLLATE in comparisons and ORDER BY clause is a very common …
- 8:44 AM Ticket #14313 (contrib.admin - wrong display of field title in admin) updated by
- Could you reduce your model and correspoding ModelAdmin to the …
- 8:38 AM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by
- Was this with just the latest patch to this ticket, or also with …
- 8:12 AM Ticket #9535 (Documentation - File uploads documentation is patchy) updated by
- This just came up on the mailing list, and as I started to look at the …
- 5:38 AM Ticket #14310 (Uncategorized - MySQL - collate in queries) closed by
- duplicate: This is essentially #9682
- 4:33 AM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by
- Just a quick update that the latest patch by akaariai is a great …
- 4:27 AM Ticket #14313 (contrib.admin - wrong display of field title in admin) created by
- I have a model with a field *timestamp_month* which I've added to the …
- 3:22 AM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by
- There is a different approach to all this. Cache the format string for …
- 2:28 AM Ticket #10427 (Forms - Bound field needs an easy way to get form value) updated by
-
Cc changed
Replying to toxik: > Why isn't this merged into trunk … - 1:59 AM Ticket #14217 (Core (System checks) - Add validation for model field name the same as the model name when ...) updated by
-
Cc changed
Sep 19, 2010:
- 8:29 PM Ticket #13057 (Database layer (models, ORM) - Missing validation of child models) closed by
- duplicate: Duplicate of #14217
- 8:13 PM Ticket #12842 (Database layer (models, ORM) - Importing a non-installed app assumes the non-installed DB table exists) updated by
-
Status, Owner changed
I have a patch that adds a test for app_label or "django.contrib." + … - 7:20 PM Ticket #12369 (Documentation - cStringIO portability) updated by
- I'd simplify the explanation to just a parenthetical note that …
- 6:15 PM Ticket #12369 (Documentation - cStringIO portability) updated by
-
Status, Owner, Has patch changed
Added a simple patch that changes the code sample to use the try, … - 2:26 PM Ticket #14312 (contrib.admin - list_editable causes 500s for ?p>maximum) created by
- When there is list_editable defined in ModelAdmin && there is …
- 1:59 PM Ticket #14311 (Template system - Improve django.template.defaultfilters.title) updated by
- I'd suggest to implement it as a separate filter, maintain it as a …
- 1:54 PM Ticket #13726 (Internationalization - Javascript translated string catalog is empty when ...) updated by
-
Has patch changed
The patch added makes the following changes in the jsi18n view code to … - 1:10 PM Ticket #14311 (Template system - Improve django.template.defaultfilters.title) created by
- The title case function is a bit naively implemented, and could be …
- 12:03 PM Ticket #14309 (Translations - Spanish translation on deleting objects) updated by
- The reason for this is because the spanish ('es') translation is …
- 12:02 PM Ticket #14310 (Uncategorized - MySQL - collate in queries) created by
- From MySQL documentation: With the COLLATE clause, you can …
- 11:31 AM Ticket #14309 (Translations - Spanish translation on deleting objects) updated by
-
Component, Keywords, Triage Stage changed
- 10:46 AM Ticket #10870 (Database layer (models, ORM) - Aggregates with joins ignore extra filters provided by setup_joins) updated by
-
Cc changed
- 10:35 AM Ticket #14309 (Translations - Spanish translation on deleting objects) created by
- Hi guys, that is my first "report?", well, im using django 1.2.3, …
- 9:41 AM Ticket #10497 (File uploads/storage - Added storage time methods to Storage and FileSystemStorage classes) updated by
-
Triage Stage changed
- 9:36 AM Ticket #2443 (Database layer (models, ORM) - Add IntervalField to database models) updated by
-
Cc changed
- 9:22 AM Ticket #13240 (Database layer (models, ORM) - Modify RelatedManager and ManyRelatedManager add() and remove() to ...) updated by
-
Patch needs improvement changed
Agree that this should be fixed, but this patch seems incomplete - … - 9:19 AM Ticket #10497 (File uploads/storage - Added storage time methods to Storage and FileSystemStorage classes) updated by
- OK, just added some asserts to make sure, the files are new and times …
- 9:05 AM Ticket #11486 (Core (Serialization) - There are no way to provide empty (or null/None) "pk" for XML ...) updated by
- (In [13863]) [1.2.X] Fixed #11486 -- Corrected the XML serializer to …
- 9:05 AM Changeset [80b9233e]stable/1.2.x by
- [1.2.X] Fixed #11486 -- Corrected the XML serializer to allow for the …
- 9:04 AM Ticket #11486 (Core (Serialization) - There are no way to provide empty (or null/None) "pk" for XML ...) closed by
- fixed: (In [13862]) Fixed #11486 -- Corrected the XML serializer to allow for …
- 9:04 AM Changeset [11aee35]mainstable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #11486 -- Corrected the XML serializer to allow for the …
- 8:11 AM Ticket #10497 (File uploads/storage - Added storage time methods to Storage and FileSystemStorage classes) updated by
- I think the asserts a strong enough because we already test against …
- 3:22 AM DjangoJobs edited by
- Added ElasticHosts job advert (diff)
- 1:17 AM DevelopersForHire edited by
- (diff)
Sep 18, 2010:
- 10:22 PM Ticket #10904 (Documentation - Fix incorrect term "Absolute URL" throughout documentation) updated by
-
Needs documentation changed
- 10:22 PM Ticket #10904 (Documentation - Fix incorrect term "Absolute URL" throughout documentation) updated by
-
Status, Owner, Has patch, Milestone changed
- 10:16 PM Ticket #13726 (Internationalization - Javascript translated string catalog is empty when ...) updated by
-
Triage Stage changed
This is actually an intended behavior as of now. See the test for … - 9:08 PM Ticket #9033 (Documentation - QuerySet extra()'s arguments could be better represented visually in ...) updated by
-
Has patch changed
- 7:59 PM Ticket #12019 (Core (Cache system) - @cache_page with no args causes IndexError) updated by
- Added a slightly different approach at the patch, which allows the …
- 7:35 PM Ticket #14281 (Documentation - Small documentation fixes after djangocon 2010 sprints commit-fest) updated by
-
Triage Stage changed
- 7:19 PM Ticket #13944 (*.djangoproject.com - Very long accept-language headers break parser) updated by
- I cant' reproduce this with the runtime enviroment set up by the …
- 6:39 PM Ticket #12201 (Internationalization - django-admin.py makemessages could show the line number when it fails) updated by
-
Needs documentation, Needs tests changed
- 6:39 PM Ticket #11161 (Internationalization - Added plural rules for supported languages) updated by
- The infrastructure for adding the enhacements proposed in #4030 would …
- 6:37 PM Ticket #7539 (Database layer (models, ORM) - Add ON DELETE and ON UPDATE support to Django) updated by
-
Cc changed
- 6:32 PM Ticket #12019 (Core (Cache system) - @cache_page with no args causes IndexError) updated by
-
Needs tests changed
With tests this will probably be good to go. - 1:59 PM Ticket #9033 (Documentation - QuerySet extra()'s arguments could be better represented visually in ...) updated by
-
Status, Owner, Version, Milestone changed
- 11:27 AM Ticket #8975 (Documentation - related order functions are not documented) updated by
-
Has patch changed
- 10:44 AM Ticket #14308 (contrib.localflavor - Adding some fields to the Mexican local flavor.) created by
- Fields like RFC, CURP and the ZIP Code are in this file attachment and …
- 6:17 AM Ticket #14307 (Documentation - Document form ChoiceField tuple) updated by
-
Triage Stage changed
- 5:30 AM Ticket #14307 (Documentation - Document form ChoiceField tuple) updated by
-
Triage Stage changed
- 4:21 AM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by
- Another day, another status update: - I have now patch against 1.2. …
- 4:19 AM Ticket #13772 (Database layer (models, ORM) - 'exists' parameter for pre_save signal) updated by
-
Patch needs improvement changed
> The patch moves the sending of the signal to after the recursive … - 12:33 AM Ticket #14307 (Documentation - Document form ChoiceField tuple) created by
- Mention that the 2-tuples are (value, display), same as choices in models.
Sep 17, 2010:
- 11:03 PM Ticket #14304 (Internationalization - Problem with locale) closed by
- invalid: Sorry, but there is nothing we can do to fix the configuration of …
- 9:58 PM Ticket #8975 (Documentation - related order functions are not documented) updated by
-
Status, Owner changed
- 9:16 PM Ticket #11559 (Core (Other) - urlresolvers.reverse do not work with namespaced urls and captured ...) updated by
-
Cc changed
- 8:17 PM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by
- I actually meant that the feature had to be added to fix #14156. The …
- 8:14 PM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by
- Replying to jezdez: > Yes, this should be tested and …
- 6:52 PM Ticket #10870 (Database layer (models, ORM) - Aggregates with joins ignore extra filters provided by setup_joins) updated by
-
Cc changed
- 6:08 PM Ticket #14302 (Database layer (models, ORM) - models.BooleanField returns integer) closed by
- duplicate: Duplicate of #7190. This was fixed over 7 months ago in r12578. …
- 3:45 PM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by
-
Needs documentation, Needs tests changed
Replying to akaariai: > Update patch attached … - 3:04 PM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by
- Anssi, fantastic work you've done there. Once I get back from my short …
- 2:15 PM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by
- Update patch attached (ticket14290.diff, the aggressive one isn't …
- 1:36 PM Ticket #14306 (Internationalization - Translations handling cleanup (with performance boost, too)) updated by
- Forgot to add info about the performance: I am using the test from …
- 1:15 PM Ticket #14306 (Internationalization - Translations handling cleanup (with performance boost, too)) created by
- The attached patch implements a different way to handle the delayed …
- 11:59 AM Ticket #14305 (Core (Management commands) - inspectdb should output unmanaged model definitions) created by
- I'm a little surprised that this hasn't been brought up before, but I …
- 11:49 AM Ticket #13565 (Database layer (models, ORM) - Using syncdb with Oracle using synonyms causes ORA-00955.) updated by
-
Has patch, Needs tests, Triage Stage changed
The patch that I just uploaded fixes this issue by allowing the … - 8:30 AM Ticket #14303 (contrib.admin - admin inline form id attribute numbering order and uniqueness is lost) updated by
- 8:29 AM Ticket #14304 (Internationalization - Problem with locale) created by
- Good day. I have a problem with Django. My Django project is located …
- 8:27 AM Ticket #14303 (contrib.admin - admin inline form id attribute numbering order and uniqueness is lost) created by
- Inline forms that are added using the "Add another ..." button created …
- 8:05 AM Ticket #14302 (Database layer (models, ORM) - models.BooleanField returns integer) created by
- I declare a field as models.BooleanField(default=False) in a model, …
- 7:40 AM ForumAppsComparison edited by
- chage link to pybb (diff)
- 5:42 AM Ticket #14301 (Core (Mail) - django crashes on email address that passed validate_email() (utf8-tld)) updated by
-
Triage Stage changed
- 5:19 AM Ticket #8901 (Database layer (models, ORM) - Django's guessed postgresql sequence name is incorrect if the ...) updated by
-
Cc changed
Thanks for the info. I noticed that for this patch Postgres should be … - 5:04 AM Ticket #14301 (Core (Mail) - django crashes on email address that passed validate_email() (utf8-tld)) created by
- == description == It seems validate_email() and send_email() in django …
- 12:29 AM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by
- I will post an updated patch today. I will update the usage of the …
Note:
See TracTimeline
for information about the timeline view.