Timeline
03/08/2010:
- 20:03 Changeset [89c26393]stable/1.1.x by
- [1.1.X] Fixed #11183 - BaseForm init leaves pointers pointing back to …
- 20:00 Ticket #11183 (BaseForm init leaves pointers pointing back to base_fields when widget ...) closed by
- fixed: Fixed in [12733]
- 19:42 Ticket #13062 (Can't see PendingDeprecationWarnings in the development server on Linux) created by
- When running […] PendingDeprecationWarnings are not seen in the …
- 18:52 Changeset [f13b17ad]stable/1.1.x by
- [1.1.X] Fixed #12689: Fixed admin validation to report an error on …
- 18:38 Ticket #12689 (admin model's exclude with single member tuple and no comma does not ...) closed by
- fixed: (In [12734]) Fixed #12689: Fixed admin validation to report an error …
- 18:38 Changeset [bb72aca]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12689: Fixed admin validation to report an error on invalid …
- 17:55 Changeset [48cd8e8]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11183 - BaseForm init leaves pointers pointing back to …
- 17:44 Ticket #13040 (Change in Sphinx rendering of current module) closed by
- wontfix: Broadly speaking, yes, but In this specific case, no. Like I said, …
- 17:25 Changeset [960af902]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #13058 - "smart if" template tag doesn't support "if not in ..." …
- 17:25 Ticket #13058 (New built-in "smart if" template tag doesn't support "if not in ..." ...) closed by
- fixed: (In [12732]) Fixed #13058 - "smart if" template tag doesn't support …
- 16:08 Ticket #13061 (Default login template is on bad place - registration/login.html ...) closed by
- invalid: No, that's the correct location. The admin does its own separate login …
- 15:57 Ticket #13061 (Default login template is on bad place - registration/login.html ...) created by
- django.contrib.auth.views.login points to default template …
- 14:53 Changeset [0cac2cbc]stable/1.1.x by
- [1.1.X] Updated svnmerge metadata to reflect changesets that have been …
- 14:36 Ticket #12481 (admin readonly_fields not working with edtiable=False field named in ...) closed by
- fixed: (In [12730]) Fixed #12481: Updated admin validation code to not reject …
- 14:36 Changeset [021ba30a]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12481: Updated admin validation code to not reject non-editable …
- 14:06 Ticket #12870 (ORM bug with using exclude in conjunction with Q objects) closed by
- worksforme: I'm going to have to retract the above. Apparently I misunderstood the …
- 12:41 Changeset [75b10c9]stable/1.1.x by
- [1.1.X] Fixed #12024: Changed admin code to avoid raising an exception …
- 12:32 Ticket #12024 (error with limit_choices_to with complex queries (Q object) and ...) closed by
- fixed: (In [12728]) Fixed #12024: Changed admin code to avoid raising an …
- 12:32 Changeset [f2bc4dd0]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12024: Changed admin code to avoid raising an exception when a …
- 12:17 Ticket #13059 (Portuguese translation patch for Django SVN) closed by
- invalid: Sorry. Please ignore this ticket, I've made a diff between SVN trunk …
- 12:09 Ticket #13060 (ManagementForm exception in case of bad prefix should be easier to ...) created by
- If user adds multiple formsets with prefixes, and specifies the prefix …
- 11:11 Changeset [758123a]stable/1.1.x by
- [1.1.X] Fixed #11461: Ensured complete traceback is available on the …
- 11:08 Ticket #13059 (Portuguese translation patch for Django SVN) created by
- 11:04 Changeset [fa3b4a4]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- Add files mistakenly left out of r12725. git-svn-id: …
- 11:01 Changeset [50e46c01]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11461: Ensured complete traceback is available on the debug …
- 11:01 Ticket #11461 (DebugNodeList breaks exceptions) closed by
- fixed: (In [12725]) Fixed #11461: Ensured complete traceback is available on …
- 10:21 Ticket #13058 (New built-in "smart if" template tag doesn't support "if not in ..." ...) created by
- One thing is prevent to switch completely from …
- 09:56 PastSprints edited by
- (diff)
- 09:56 Sprints edited by
- (diff)
- 09:23 Changeset [9bdfe176]stable/1.1.x by
- [1.1.X] Move the tests added for #12302 to where some other tests for …
- 09:20 Changeset [5a35619b]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- Move the tests added for #12302 to where some other tests for debug …
- 09:13 Changeset [55c71d3e]stable/1.1.x by
- [1.1.X] Fixed #11940 - ModelForm evaluates callable default values on …
- 09:03 Ticket #11940 (ModelForm evaluates callable default values on form class creation) closed by
- fixed: (In [12721]) Fixed #11940 - ModelForm evaluates callable default …
- 09:03 Changeset [bae921dc]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11940 - ModelForm evaluates callable default values on form …
- 08:16 Ticket #13040 (Change in Sphinx rendering of current module) reopened by
- Russel, I think I understand what your looking for I think the …
- 06:59 Changeset [6c507a5]stable/1.1.x by
- [1.1.X] Fixed #12240 - select_related doesn't work correctly when …
- 06:47 Ticket #12240 (select_related doesn't work correctly when mixing nullable and ...) closed by
- fixed: (In [12719]) Fixed #12240 - select_related doesn't work correctly when …
- 06:47 Changeset [5e3a2e2f]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12240 - select_related doesn't work correctly when mixing …
- 05:56 Ticket #13057 (Missing validation of child models) created by
- In Django1.1 validation of models does not report when child model has …
- 05:56 Ticket #13056 (erorr in code snippet in documentation) closed by
- invalid: What do you mean with does not work?. I can use that without …
- 05:04 Ticket #13056 (erorr in code snippet in documentation) created by
- In the "Internationalization and localization" documentation page (all …
- 04:23 Ticket #12071 (Numeric literals like "2." are incorrectly treated as Variables) closed by
- wontfix: This is, as the comment above points out, by design; yes, Python …
- 03:19 Ticket #13055 (Transaction decorators / multiple databases : using=) created by
- [http://docs.djangoproject.com/en/dev/topics/db/transactions/#controlli …
- 00:06 Changeset [40c022c]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12949 -- Updated Swedish translation. Thanks to Mikko Hellsing. …
- 00:06 Ticket #12949 (swedish week & month names) closed by
- fixed: (In [12718]) Fixed #12949 -- Updated Swedish translation. Thanks to …
- 00:06 Ticket #13001 (Update to Irish Language translation file) closed by
- fixed: (In [12717]) Fixed #13001 -- Updated Irish translation. Thanks to …
- 00:06 Changeset [4376ea40]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #13001 -- Updated Irish translation. Thanks to Michael …
03/07/2010:
- 22:37 Changeset [9b2ac2a]stable/1.1.x by
- [1.1.X] Made a few Python 2.3 compatibility test fixes. git-svn-id: …
- 21:28 Ticket #12941 (multiple database connections cursors) closed by
- fixed: (In [12709]) Fixed #12941 -- Added documentation for the connections …
- 21:27 Changeset [1adc88f4]stable/1.1.x by
- [1.1.X] Fixed #12097 -- Cleaned up the documentation for …
- 21:26 Changeset [fdbf6c88]stable/1.1.x by
- [1.1.X] Fixed #12114 -- Clarified the existence of the reverse …
- 21:26 Changeset [ec6f705]stable/1.1.x by
- [1.1.X] Fixed #12811 -- Modified Tutorial 2 to indicate that the …
- 21:20 Changeset [d1e37f2]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12097 -- Cleaned up the documentation for ModelChoiceField and …
- 21:20 Ticket #12097 (ModelChoiceField does not document required queryset parameter properly) closed by
- fixed: (In [12712]) Fixed #12097 -- Cleaned up the documentation for …
- 21:20 Ticket #12114 (re Tutorial pt 1 "Playing with the API") closed by
- fixed: (In [12711]) Fixed #12114 -- Clarified the existence of the reverse …
- 21:20 Changeset [6e030e7d]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12114 -- Clarified the existence of the reverse relation _set …
- 21:19 Ticket #12811 (Tutorial 2 gets into templating details too early) closed by
- fixed: (In [12710]) Fixed #12811 -- Modified Tutorial 2 to indicate that the …
- 21:19 Changeset [36e97e59]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12811 -- Modified Tutorial 2 to indicate that the templating …
- 21:19 Changeset [b50a35a]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12941 -- Added documentation for the connections dictionary. …
- 21:18 Changeset [abd0e962]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #13013 -- Added missing {% csrf_token %} in example form. …
- 21:18 Ticket #13013 (Example form in i18n docs is missing {% csrf_token %}) closed by
- fixed: (In [12708]) Fixed #13013 -- Added missing {% csrf_token %} in example …
- 21:18 Ticket #13037 (Documentation missing for the form field-method ``css_classes``) closed by
- fixed: (In [12707]) Fixed #13037 -- Added documentation for the css_classes() …
- 21:18 Changeset [e0811607]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #13037 -- Added documentation for the css_classes() helper …
- 20:46 Ticket #5176 (Bug in django.utils.cache._generate_cache_key(request, headerlist, ...) closed by
- fixed: Fixed in r12343 (and r12344 for 1.1.x)
- 20:07 Ticket #8764 (Documentation should explain you can't mix args and **kwargs in reverse()) closed by
- duplicate: duplicate of #12946
- 19:53 SummerOfCode2010 edited by
- (diff)
- 19:30 Ticket #13054 (integer part grouping settings does not respect USE_L10N setting ...) created by
- (An offspring of #13032) If, for example, you have this in your …
- 19:29 Ticket #13053 (Support for non-static DB connection info) created by
- It would be great if we could specify a class or function as the …
- 19:13 Ticket #13052 (reverse() does not resolve correctly using namespaces in some cases) closed by
- duplicate: Duplicate of #11559
- 18:41 Ticket #13047 (es-ar locale formats should use raw strings) closed by
- wontfix: Firstly, the patch as submitted is reversed - it removes raw strings, …
- 15:12 Ticket #13052 (reverse() does not resolve correctly using namespaces in some cases) created by
- When reversing a set of included urls with a url prefix which contains …
- 15:04 Ticket #13051 (reversing namespaces doesn't work according to the docs.) created by
- according to …
- 14:14 Changeset [b86b38f6]stable/1.1.x by
- [1.1.X] Fixed #6228: Changed common middleware to respect …
- 14:11 Changeset [255b3a96]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- Added file missing from r12704. git-svn-id: …
- 14:03 Ticket #6228 (Common middleware does not respect urlconf override in request) closed by
- fixed: (In [12704]) Fixed #6228: Changed common middleware to respect …
- 14:03 Changeset [8b2c1a48]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #6228: Changed common middleware to respect request-specific …
- 11:15 Changeset [90e1266]stable/1.1.x by
- [1.1.X] snvmerge metadata housekeeping. git-svn-id: …
- 09:15 Ticket #13050 (localflavor contrib app for Bangladesh (bd)) created by
- This is a django.contrib.localflavor.bd app for Bangladesh. It …
- 04:26 Ticket #9200 (Add a session based form wizard) reopened by
- 04:26 Ticket #9200 (Add a session based form wizard) closed by
- fixed
- 01:18 Changeset [24b969d2]stable/1.1.x by
- [1.1.X] Fixed #12876 -- Corrected a problem with recursive relations …
- 01:13 Changeset [18983f0e]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #13003 -- Ensured that ._state.db is set correctly for …
- 01:13 Ticket #13003 (model._state.db isn't populated when the model comes from a select_related) closed by
- fixed: (In [12701]) Fixed #13003 -- Ensured that ._state.db is set correctly …
- 01:11 Ticket #12876 (maximum recursion error when caching querysets on models) closed by
- fixed: (In [12700]) Fixed #12876 -- Corrected a problem with recursive …
- 01:11 Changeset [3508a86]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12876 -- Corrected a problem with recursive relations under …
03/06/2010:
- 23:58 Ticket #13049 (debug 500 page incorrectly reports "extends" TemplateDoesNotExist errors.) closed by
- duplicate: Sounds like #12787
- 23:07 Ticket #13049 (debug 500 page incorrectly reports "extends" TemplateDoesNotExist errors.) created by
- There are two parts to this solution (because there are two things …
- 22:06 Changeset [72a659f8]stable/1.1.x by
- [1.1.X] Fixed #12858. DateTime related widgets now handle custom …
- 21:33 Ticket #12858 (Callable default on DateField + custom date format = ...) closed by
- fixed: (In [12698]) Fixed #12858. DateTime related widgets now handle custom …
- 21:33 Changeset [5beb5f73]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12858. DateTime related widgets now handle custom formats …
- 19:52 Changeset [e8c76891]stable/1.1.x by
- [1.1.X] Fixed #12913. Fields with choices now respect …
- 19:51 Ticket #12913 (Field.formfield() skips show_hidden_input parameter) closed by
- fixed: Fixed by r12696.
- 19:50 Changeset [686dac03]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12913. Fields with choices now respect show_hidden_initial as a …
- 18:52 Changeset [8a8366d]stable/1.1.x by
- [1.1.X] Fixed #13048: Corrected typo in email documentation. Backport …
- 18:51 Ticket #13048 (A typographical error in the Django documentation) closed by
- fixed: (In [12694]) Fixed #13048: Corrected typo in email documentation.
- 18:51 Changeset [9a67543]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #13048: Corrected typo in email documentation. git-svn-id: …
- 16:20 Ticket #11702 (ForeignKey validation should check that to_field is unique) reopened by
- It's not fixed until patch is committed.
- 16:06 Ticket #11702 (ForeignKey validation should check that to_field is unique) closed by
- fixed: New patch. Moved validation code to django.core.management.validation …
- 15:55 Ticket #13041 (Error on InlineModel Admin) closed by
- worksforme: I couldn't reproduce the bug (except for what stated in the comment …
- 15:53 Ticket #13048 (A typographical error in the Django documentation) created by
- http://docs.djangoproject.com/en/dev/topics/email/ “The are times …
- 15:25 Ticket #13047 (es-ar locale formats should use raw strings) created by
- This ticket is related to the Ticket #12980 patch is attached. …
- 15:00 Sprint201003Argentina edited by
- Adding me to the sprint (diff)
- 14:24 Sprint201003Argentina edited by
- Added link to tickets list (diff)
- 14:05 Ticket #12592 (language code for brazilian portuguese should be case insensitive.) closed by
- wontfix
- 14:02 Ticket #12151 (UnicodeEncodeError from django.contrib.comments.views.utils line 41.) reopened by
- Regardless of the discussion in #11716, the patch for this bug should …
- 13:51 Ticket #12896 (ModelForm.is_valid() and ModelForm.errors have backwards-incompatible ...) closed by
- fixed: (In [12693]) Fixed #12896. Documented the new side-effects of …
- 13:51 Changeset [fa6c9674]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12896. Documented the new side-effects of ModelForm validation. …
- 13:17 Changeset [55bcc8a]stable/1.1.x by
- [1.1.X] Fixed #12734. Deferred fields will now be properly converted …
- 13:08 Ticket #13046 (Argentinian Spanish translation patch) created by
- Completed the translation to Argentinian Spanish that was in …
- 13:01 Changeset [90616a77]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- Removed a stray print from [12690]. Thanks for catching that, …
- 12:55 Ticket #13045 (Expose l10n setting in generated settings.py file when beginning a new ...) created by
- Add change needed for internationalization machinery when begining …
- 12:42 Changeset [b88f969]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12960. The return value of ModelForm.clean() is now applied to …
- 12:42 Ticket #12960 (return value (cleaned_data) from clean() method is ignored) closed by
- fixed: (In [12690]) Fixed #12960. The return value of ModelForm.clean() is …
- 12:36 Ticket #11975 (invalid sql returned from ...) closed by
- fixed: I was not able to reproduce this issue. My guess is that it was fixed …
- 10:07 Changeset [daec7345]stable/1.1.x by
- [1.1.X] Fixed #6918, #12791: If an email message has an encoding, …
- 09:50 Ticket #6918 (Cannot set encoding of mail headers, only of message body) closed by
- fixed: (In [12688]) Fixed #6918: Adjusted the test in r12683 to more …
- 09:50 Changeset [a2c4ad1d]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #6918: Adjusted the test in r12683 to more specifically look for …
- 09:04 Ticket #6918 (Cannot set encoding of mail headers, only of message body) reopened by
- Test is causing a failure on the buildbots: …
- 07:50 Ticket #13040 (Change in Sphinx rendering of current module) closed by
- wontfix: Sphinx provides much better ways to do this. You don't need to …
- 05:21 Changeset [b3c2ae91]stable/1.1.x by
- [1.1.X] Fixed #11680: Added a note in the error-reporting …
- 05:20 Ticket #11680 (add references to EMAIL* settings when discussing error notifications) closed by
- fixed: (In [12686]) Fixed #11680: Added a note in the error-reporting …
- 05:20 Changeset [bb3d93f]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11680: Added a note in the error-reporting documentation about …
- 05:11 Changeset [98aecaa]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #13034: Corrected default error message for IntegerField. …
- 05:11 Ticket #13034 (django.db.models.fields.IntegerField description wrong?) closed by
- fixed: (In [12685]) Fixed #13034: Corrected default error message for …
- 05:10 Ticket #13036 (Documentation Fix for TEMPLATE_LOADERS setting) closed by
- fixed: (In [12684]) Fixed #13036: Corrected a typo in the documentation for …
- 05:10 Changeset [4960095e]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #13036: Corrected a typo in the documentation for the …
- 01:43 Ticket #13044 (Small Spanish translation improvement) created by
- Translated to Spanish some text that wasn't translated, and corrected …
- 01:03 Sprint201003Argentina edited by
- (diff)
03/05/2010:
- 21:40 Ticket #13043 (Default manage.py should print ImportError) created by
- == Problem == The error handling in the default manage.py for an …
- 17:44 Ticket #13042 (QueryDict documentation doesn't include .keys() or .iterkeys() entries) closed by
-
invalid: The documentation says that
QueryDict
implements all the standard … - 17:33 Ticket #13042 (QueryDict documentation doesn't include .keys() or .iterkeys() entries) created by
- I was checking to see if a QueryDict had a .keys() or .iterkeys() …
- 16:33 DjangoFriendlyWebHosts edited by
- app engine deserves mention. Hey, free! (diff)
- 15:27 Tickets #6918,12791 batch updated by
- fixed: (In [12683]) Fixed #6918, #12791: If an email message has an encoding, …
- 15:27 Changeset [68f4d125]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #6918, #12791: If an email message has an encoding, actually use …
- 15:11 Ticket #13041 (Error on InlineModel Admin) created by
- There is an error in the javascript that renders the buttons of …
- 14:21 Changeset [215615ad]stable/1.1.x by
- [1.1.X] Fixed #12151: Ensured the comments code does not cause a …
- 14:17 Ticket #12151 (UnicodeEncodeError from django.contrib.comments.views.utils line 41.) closed by
- fixed: (In [12681]) Fixed #12151: Ensured the comments code does not cause a …
- 14:17 Changeset [80545c36]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12151: Ensured the comments code does not cause a server error …
- 14:15 Ticket #13040 (Change in Sphinx rendering of current module) created by
- I would like to add import statements to the documentation under the …
- 14:02 Ticket #13039 ('ChangeList' object has no attribute 'formset') closed by
- invalid: A ticket with no description of how to trigger the error is not valid. …
- 13:58 Ticket #13039 ('ChangeList' object has no attribute 'formset') created by
- File django/contrib/admin/templatetags/admin_list.py", line 185, in …
- 12:58 Changeset [b5a2f64]stable/1.1.x by
- [1.1.X] Fixed #12083: Ensured generating debug 404 page won't raise a …
- 12:53 Changeset [eb11229b]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12083: Ensured generating debug 404 page won't raise a key …
- 12:53 Ticket #12083 (technical_404_response should handle KeyError because 'tried' key ...) closed by
- fixed: (In [12679]) Fixed #12083: Ensured generating debug 404 page won't …
- 10:45 Ticket #13038 (readonly_fields in an Admin changeform don't have their name added as ...) created by
- A normal field is wrapped by: <div class="form-row fieldname"> …
- 09:58 DjangoFriendlyWebHosts edited by
- (diff)
- 09:57 Ticket #11888 (Unable to render file name with special chars (non-ascii)) closed by
- worksforme: I can't recreate a problem here. Using trunk r12678 I: Created an …
- 09:51 Ticket #13037 (Documentation missing for the form field-method ``css_classes``) created by
- When outputting forms without using any of the as_*() methods, it's …
- 08:48 SummerOfCode2010 edited by
- (diff)
- 08:46 SummerOfCode2010 edited by
- The Django GSoC is about Django Core, not about apps built with Django. (diff)
- 08:08 Ticket #13036 (Documentation Fix for TEMPLATE_LOADERS setting) created by
- There is just a trivial correction that needs to be made to the …
- 07:39 Ticket #13029 (Exception Value is empty with a HTMLParser.HTMLParseError) closed by
- invalid: I tried this with Python 2.6.5rc1 and the problem doesn't exist there …
- 07:26 SummerOfCode2010 edited by
- Link to Trac Hacks (diff)
- 06:57 Ticket #13035 (Wrong documentation for admin and default managers) created by
- When creating custom models managers the docs say: If you use custom …
- 06:37 Ticket #13034 (django.db.models.fields.IntegerField description wrong?) created by
- Hi, I found that IntegerField description's should be "This value must …
- 06:12 UsingVimWithDjango edited by
- Added a surround mapping note (diff)
- 02:03 Ticket #13028 (Introspection doesn't work on mysql 4.1) closed by
- wontfix: I'm calling this wontfix because MySQL4.1 doesn't provide the metadata …
- 02:00 Ticket #13027 (serializer won't serialize an empty queryset or an iterator with a ...) closed by
- invalid: An empty queryset can be serialized without difficulty. A list that …
- 01:52 Ticket #13025 (Test runner should print failed test path in format that is accepted ...) closed by
- wontfix: I'm going to close this wontfix - I can see what you're driving at, …
- 01:50 Ticket #13005 (We need a way to allow for request/user specific default values in the ...) closed by
- wontfix: I'm going to close this wontfix; it's a bit of an edge case, and one …
- 01:42 Ticket #12883 (Adding values in a m2m field breaks (_state.db is None instead of ...) closed by
- duplicate: I believe this is actually a duplicate of #13003. The issue is the …
- 00:33 Ticket #12883 (Adding values in a m2m field breaks (_state.db is None instead of ...) reopened by
- I'm reopening, because, I've got the same problem. Code causing the …
Note: See TracTimeline
for information about the timeline view.