Timeline
02/17/2009:
- 20:51 Ticket #10293 (Show Unicode representations next to ManyToMany raw_id_field) created by
- Here's what's necessary to be changed to show the Unicode strings of …
- 20:45 Ticket #10292 (AdminSite docs are incorrect) closed by
- invalid: These code examples are completely correct for Django's latest trunk, …
- 20:40 Ticket #10292 (AdminSite docs are incorrect) created by
- http://docs.djangoproject.com/en/dev/ref/contrib/admin/#adminsite-objec …
- 19:04 Ticket #10291 (Correction to QuerySet.iterator() documentation) created by
- A revision to the documentation for the QuerySet.iterator() method …
- 17:33 Ticket #10289 (Postgresql aggregate support version check is hypersensitive) closed by
- fixed: (In [9845]) Fixed #10289 -- Corrected typo that produced oversensitive …
- 17:33 Changeset [fc02370c]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 #10289 -- Corrected typo that produced oversensitive rejection …
- 16:57 Ticket #10290 (grouping with extra_selects produces invalid sql) created by
- From [9838] on, I'm getting aggregation_regress test failures in …
- 16:22 Ticket #10289 (Postgresql aggregate support version check is hypersensitive) created by
- Using population StdDev and Variance, I get the error {{{PostgreSQL …
- 16:13 Version1.1Roadmap edited by
- ORM-15: done. (diff)
- 15:09 DjangoResources edited by
- (diff)
- 15:09 DjangoResources edited by
- (diff)
- 12:38 Ticket #5852 (Setting models.NullBooleanField(null=True, blank=True)) closed by
- fixed: [7967] merged newforms-admin into trunk.
- 11:24 Ticket #10288 (DateTimeInput widget's _has_changed fails when using custom output format) created by
- The DateTimeInput widget has the option to format the rendered value. …
- 10:33 DjangoPoweredSites edited by
- removing spam (diff)
- 09:49 Ticket #10283 (Admin change_form.html doesn't allow to customize, submit rows or ...) closed by
- duplicate: Sounds like #9460.
- 09:36 Ticket #10287 (Formset documentation has no information about practical formset validation) created by
- Although the clean method is demonstrated, no actual validation is …
- 07:45 Ticket #10286 (Get EmailMessage.content_subtype default value from settings.py) created by
- I want to propose a new feature.I want to use my own password reset …
- 06:18 Ticket #10285 (Render comment list) created by
- This patch adds the ability to render a comment list directly. It …
- 06:15 Ticket #10284 (ModelFormSet - objects are deleted even if commit=False) created by
- In ModelFormSet, when the deletion checkbox is checked for an existing …
- 06:11 Ticket #10283 (Admin change_form.html doesn't allow to customize, submit rows or ...) created by
- I needed a way to customize only submit row, and found out it is not …
- 05:13 Ticket #10282 (Missed "% self.name" for admin_logout url) created by
- http://code.djangoproject.com/browser/django/trunk/django/contrib/admin …
- 04:17 Changeset [e83f81de]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
- Clarified some documentation on the use of the aggregate() query …
02/16/2009:
- 23:27 Ticket #10267 (HttpResponse.build_absolute_uri does not encode IRIs properly.) reopened by
- Django version 1.0.2 final detail here (just a simplified example to …
- 16:32 Ticket #10281 (generic inline formsets don't allow custom prefix) created by
- Generic inline formset classes created with …
- 15:19 Ticket #9482 (Can't import anything that depends on DANGO_SETTINGS_MODULE in ...) closed by
- fixed: Fixed in [9843]. Thanks for fucking up my commit message, git!
- 15:03 Changeset [fd28d04]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
- Merge branch 'master' into upstream-trunk git-svn-id: …
- 14:47 Ticket #9214 (Allow different `MAIL FROM` or `Return-Path` and `From` headers.) closed by
- fixed: (In [9842]) Fixed #9214: EmailMessage now respects the From header …
- 14:47 Changeset [8ada8d7c]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 #9214: EmailMessage now respects the From header instead of …
- 14:12 DjangoPoweredSites edited by
- (diff)
- 12:34 Ticket #10196 (width/height_field not being set on ImageField) closed by
- fixed: (In [9841]) Fixed #10196: Restored setting of image file width and …
- 12:34 Changeset [ecc55503]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 #10196: Restored setting of image file width and height fields …
- 11:38 Ticket #10278 ([spam]) closed by
- invalid
- 11:37 Ticket #10279 ([spam]) closed by
- invalid
- 11:37 Ticket #10277 ([SPAM]) closed by
- invalid
- 11:37 Ticket #10280 ([spam]) closed by
- invalid
- 11:36 Ticket #10276 ([SPAM]) closed by
- invalid
- 11:32 Ticket #10280 ([spam]) created by
- [spam]
- 11:32 Ticket #10279 ([spam]) created by
- [spam]
- 11:32 Ticket #10278 ([spam]) created by
- [spam]
- 11:32 Ticket #10277 ([SPAM]) created by
- 11:32 Ticket #10276 ([SPAM]) created by
- 11:30 Changeset [11bfe723]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 #10121: Restored code lost in r9766 that prevented overwriting …
- 11:30 Ticket #10121 (ImageField (and FileField) loses data when re-saving from admin) closed by
- fixed: (In [9840]) Fixed #10121: Restored code lost in r9766 that prevented …
- 06:38 Changeset [2b1bb716]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 #10248 -- Corrected handling of the GROUP BY clause when using a …
- 06:38 Ticket #10248 (Calling .dates on a annotated queryset gives wrong sql) closed by
- fixed: (In [9839]) Fixed #10248 -- Corrected handling of the GROUP BY clause …
- 06:30 Ticket #10256 (values() and values_list() either include all or no columns from the ...) closed by
- fixed: (In [9837]) Fixed #10256 -- Corrected the interaction of …
- 06:29 Changeset [fb64ea7]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 #10132 -- Corrected the interaction of extra() queries with the …
- 06:29 Ticket #10132 (Aggregations add extra values to ValuesQuerySets) closed by
- fixed: (In [9838]) Fixed #10132 -- Corrected the interaction of extra() …
- 06:28 Changeset [58ea6d45]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 #10256 -- Corrected the interaction of extra(select=) with …
- 06:07 Ticket #10275 (Inconsistency between django.contrib.admin.models.LogEntry interface ...) created by
-
This inconsistency lies in fact that
LogEntry
model allows for … - 05:02 Ticket #10274 (BaseGenericInlineFormSet.get_queryset calls .empty()) created by
- In BaseGenericInlineFormSet.get_queryset(): […] Managers don't …
02/15/2009:
- 23:23 DjangoResources edited by
- Added czech Django site www.djangoproject.cz (diff)
- 23:14 Changeset [910aa0ea]stable/1.0.x by
- [1.0.X] Auth-related doc cleanups: * Added to documentation of …
- 23:10 Changeset [8883787]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
- Auth-related doc cleanups: * Added to documentation of missing …
- 22:45 Ticket #10273 (document missing auth forms) created by
- There are a few forms missing from the "Built-in forms" section of the …
- 22:43 Ticket #10272 (document signatures and optional parameters for the contrib.auth views) created by
- The auth views are listed in the "Other built-in views" section of the …
- 11:01 Ticket #10179 (admin broken on FileField with blank=True) closed by
- duplicate: Dup of #10121.
- 10:03 Ticket #10269 (misleading part/info in wrong context in poll tutorial part 1) closed by
- duplicate: This seems to be reporting the same confusion as #10266.
- 09:58 Ticket #10268 (Restricting named URL patterns to app) closed by
-
invalid: [Fixed formatting. (Please use preview, also
{{{ }}}
is for … - 09:24 Ticket #10271 (Models with multiple inlines inheriting from the same parent class do ...) created by
- I've attached a model graph and screenshots which illustrate the …
- 09:16 Ticket #10270 (module dependency checks of syncdb are not translatable nor catchable) created by
- I'm trying to inform the user about import errors such as the module …
- 09:07 Ticket #10269 (misleading part/info in wrong context in poll tutorial part 1) created by
- from …
- 07:24 ForumAppsComparison edited by
- added django-simpleforum (diff)
- 02:31 Ticket #10268 (Restricting named URL patterns to app) created by
- When you name your URL patterns, make sure you use names that are …
- 00:26 Ticket #10267 (HttpResponse.build_absolute_uri does not encode IRIs properly.) closed by
- worksforme: You have left rather a lot out of this ticket. What did your code do …
- 00:03 Ticket #10267 (HttpResponse.build_absolute_uri does not encode IRIs properly.) created by
- It reports: […] I think Chinese characters should be urlencoded. …
02/14/2009:
- 23:48 Ticket #10266 (Tutorial 01 __unicode__ step needs reload) created by
- Hi, In going through Tutorial 01, there seems to be a small step …
- 23:47 Changeset [b09a197]stable/1.0.x by
- [1.0.X] A few minor wording, whitespace, punctuation, and link changes …
- 23:46 Changeset [f76cb412]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
- A few minor wording, whitespace, punctuation, and link changes for the …
- 15:04 DjangoJobs edited by
- (diff)
- 10:41 Ticket #10265 (_make_token_with_timestamp inconsistent based on User.last_login) created by
- default token generator makes inconsistent tokens depending on if the …
- 05:45 Ticket #3308 (Escaped documentation in admin site) closed by
- worksforme
- 05:44 Ticket #3308 (Escaped documentation in admin site) reopened by
- 05:26 Ticket #3308 (Escaped documentation in admin site) closed by
- fixed: Since r6671, it's working : docstring are passed to parse_rst which …
- 05:03 Ticket #10264 (image fileds hard drive storage and database storage in windows ...) closed by
- duplicate: duplicate of #8593
- 04:50 AppEngine edited by
- (diff)
- 04:41 Ticket #8094 (Html button inside html link gives pipe error!!!) closed by
- invalid: Basically, it is an HTML error. when you write something like : …
- 01:33 Ticket #10264 (image fileds hard drive storage and database storage in windows ...) created by
- when i trie to upload an image it works properly in windows but when i …
Note: See TracTimeline
for information about the timeline view.