Timeline
03/08/2012:
- 21:32 Ticket #17859 (Undefined variable from import: cursor) closed by
- needsinfo: Closing as needsinfo since I cannot reproduce with available …
- 21:02 Ticket #17859 (Undefined variable from import: cursor) created by
- 1def graph_templates(host_id): 2from django.db import connection 3 …
- 15:58 Ticket #17858 (ugettext_lazy problem in models and modelsforms) created by
- FIrst, sorry for my english, I'm Chilean. I'm trying to use i18n but …
- 15:11 Ticket #10498 (Passing ugettext_lazy to related object's create() doesn't work) reopened by
- While working on #17030 I noticed the isinstance(val, Proxy) calls in …
- 12:51 Ticket #17857 (CachedFilesMixin url_converter creates unnecessarily absolute urls) created by
- The url converter outputs absolute urls, even if they were originally …
- 12:11 Ticket #17856 (Pass "obj" parameter to get_inline_instances) created by
- In the 1.4 rc1 release, a get_inline_instances method has been added …
- 06:00 Ticket #17855 (DecimalField problem) closed by
- duplicate
- 05:22 Ticket #17855 (DecimalField problem) created by
- For a model field created as :: models.DecimalField(max_digits = 200, …
- 05:20 Ticket #17854 (Add database-specific checks for the maximum supported values of ...) created by
- For a model field created as […] While using admin interface to …
- 00:46 Ticket #17792 (pickled object's __setstate__() ignores exceptions) reopened by
- hi, pickle, setstate, and TypeError are python concepts, however, …
03/07/2012:
- 22:06 Ticket #17853 (Fixture error output has wrong fixture name) created by
- In django/core/management/commands/loaddata.py it computes the …
- 17:41 SummerOfCode2012 edited by
- (diff)
- 17:35 Ticket #17327 (contrib.auth management commands ignores --database option) reopened by
- Seems like most multi DB management commands are in regressiontests, …
- 13:49 Ticket #17852 (Documentation for Testing utilities is incorrect for create_test_db etc.) closed by
- invalid
- 13:17 Ticket #17852 (Documentation for Testing utilities is incorrect for create_test_db etc.) created by
- versions 1.4/Trunk and 1.3 …
- 13:16 Ticket #17851 (Db Field instances cannot be compared to other objects) created by
- [https://github.com/django/django/blob/master/django/db/models/fields/_ …
- 13:00 Ticket #17850 (Passing FormWizard.as_view(form_list) a dynamic form_list) created by
- The following technique fails to provide the expected behavior. The …
- 12:30 SummerOfCode2012 edited by
- (diff)
- 11:13 Ticket #17849 (testing framework fails when contrib.auth not in settings.) closed by
- duplicate: So you are seeing 1.3.x and this was fixed in trunk afterwards the 1.3 …
- 09:25 Ticket #17849 (testing framework fails when contrib.auth not in settings.) created by
- This is the same issue than Ticket #14632, it still exists in Django …
- 09:14 SummerOfCode2012 edited by
- (diff)
- 03:31 Ticket #17848 (Template context processors cache needs to be restored after it is cleared) created by
- I contributed the portion of the patch for #16366 where …
- 01:42 Ticket #17847 (Broken Link) closed by
- invalid: Sorry, but this tracker is not meant to handle bugs in the Django Book.
- 00:35 Signals edited by
- Added django-signalqueue to the list of signals apps (diff)
03/06/2012:
- 21:41 Ticket #17847 (Broken Link) created by
- URL http://www.djangoproject.com/documentation/0.96/newforms/ given in …
- 19:42 SummerOfCode2012 edited by
- (diff)
- 19:33 SummerOfCode2012 edited by
- (diff)
- 19:01 SummerOfCode2012 edited by
- (diff)
- 19:01 SummerOfCode2012 edited by
- (diff)
- 18:27 SummerOfCode2012 created by
- 16:57 Ticket #17844 (Propose to add generated sql queries in the doc of aggregation/annotation) closed by
- invalid: If you have questions about how to use Django, please ask on the …
- 15:01 Ticket #11334 (Django fails to show non-latin exception messages from PostgreSQL ...) closed by
- duplicate: This is quite certainly a duplicate of #12302, which should be fixed.
- 14:52 Ticket #15636 (django.contrib.staticfiles - "collectstatic" makes all files names ...) closed by
- needsinfo: Replying to wooyek: > I do not think that it is os …
- 13:47 Ticket #17846 (Documentation inconsistency for URLField verify_exists param for v1.2) created by
- "class URLField([verify_exists=False, max_length=200, options]) A …
- 13:44 Ticket #15636 (django.contrib.staticfiles - "collectstatic" makes all files names ...) reopened by
- I do not think that it is os dependent. FileSystemStorage.path …
- 09:19 Ticket #17834 (ETag generated from empty content can break http caching) reopened by
- At this point, I see 3 ways to solve this: 1. Consider it is a corner …
- 05:56 Ticket #17845 (Provide a way for model formsets to know how many records will be created) created by
- This is a feature request - please provide an easy way for model …
- 03:45 Ticket #17765 (Better model 'app_label' introspection using 'INSTALLED_APPS') closed by
- worksforme: I just remembered that Django provide an option exactly for this: …
- 03:11 Ticket #17844 (Propose to add generated sql queries in the doc of aggregation/annotation) created by
- I'm currently trying to figure out how to write the correct and …
03/05/2012:
- 23:00 Ticket #17843 (new contrib.admin userstyle template block in base.html) created by
- It is necessary to add user css styles after all the admin …
- 21:13 Ticket #17842 (Typo in uWsgi Docs) created by
- See the patch for detail.
- 20:38 Ticket #17841 (Clarify authentication backend documentation) created by
- The current text for the "NOTE" in …
- 14:08 Ticket #17840 (Overriding form field error messages without argument causes string ...) created by
- Something like this in a form's init method […] will throw an …
- 13:57 Ticket #17839 (Ordering by an expression containing annotations) created by
- I have found a query use case which seems not to be covered by query() …
- 13:42 Ticket #17838 (prefetch_related fails for GenericForeignKeys when related object id ...) created by
- After a ton of debugging, I finally found the reason why my …
- 13:31 Ticket #17836 (Can't assign values for models.DateTimeField(blank=True, null=True)) closed by
- needsinfo: Closing as needsinfo pending reproduction code sans typo that still …
- 13:13 Ticket #17837 (Markdown filter "safe" mode is vulnerable to e.g. 'onclick' attributes) created by
- The Python markdown library used by Django has syntax like this, which …
- 12:43 Ticket #17834 (ETag generated from empty content can break http caching) closed by
- wontfix: I digged a little more in the code. In Django code, …
- 12:10 Ticket #17836 (Can't assign values for models.DateTimeField(blank=True, null=True)) created by
- Using Django 1.4b1 with timezone aware datetime objects It seems to …
- 11:30 Changeset [60fa88a]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Correct the download URL. git-svn-id: …
- 11:22 Changeset [878ec9e6]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Bump for 1.4 RC 1. git-svn-id: …
- 10:37 Ticket #17835 (Refactor the release notes before 1.4 final) created by
- […]
- 09:48 Ticket #17834 (ETag generated from empty content can break http caching) created by
- The [source:/django/trunk/django/utils/cache.py?rev=17286#L100 …
- 06:27 Ticket #17830 (DateFieldListFilter "Past 7 days" filter uses naive datetime when ...) closed by
- fixed: In [17670]: […]
- 06:27 Changeset [bf0abe0]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17830 -- Modified list_filter on DateTimeFields to account for …
- 04:30 Changeset [f95141ab]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added change forgotten in r17668. git-svn-id: …
- 03:42 Ticket #17833 (bad translation in django.contrib.localflavor.fr.fr_departement) closed by
- fixed: In [17668]: […]
- 03:42 Changeset [101b6e13]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated French departments list: fixed #17833 (typo in 28), moved …
- 03:09 Ticket #17833 (bad translation in django.contrib.localflavor.fr.fr_departement) created by
- The spelling of department 28 is wrong The good one is : ('28', u'28 …
- 02:48 Ticket #17829 (Admin date filter's "Past 7 days" actually returns past 8 days.) reopened by
- 02:47 Ticket #17832 (setup.py - purelib comment) closed by
- fixed: In [17667]: […]
- 02:47 Changeset [6b48b885]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17832 -- Missing negation in a comment. Thanks mk for the …
- 02:13 Changeset [399aa723]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Enabled the existing admin Selenium tests to be run with Internet …
- 01:42 Ticket #17829 (Admin date filter's "Past 7 days" actually returns past 8 days.) closed by
-
worksforme:
list_filter
on aDateTimeField
is mostly useful if applied to a … - 01:33 Ticket #17831 (Admin's date list filter's "This month/year" and "Today" are incorrect ...) closed by
- duplicate: Indeed, this has the same root cause as #17260, which is a known …
- 00:28 Ticket #17832 (setup.py - purelib comment) created by
- A comment in django/setup.py regarding purelib is exactly the wrong …
Note: See TracTimeline
for information about the timeline view.