Timeline
02/27/2012:
- 23:08 Ticket #17788 (bulk_create() "too many SQL variables" error) created by
-
I tried to
bulk_create()
lots of (e.g. >300) objects with Django … - 18:59 DjangoJobs edited by
- Add position at Budget Travel, NYC (diff)
- 16:57 Ticket #17744 (override_settings has no effect on FileSystemStorage()) closed by
- duplicate: This is a particular instance of the general problem tracked in #17787 …
- 16:54 Ticket #16366 (contrib.auth.tests.context_processors.AuthContextProcessorTests.test_se ...) closed by
- fixed: In [17598]: […]
- 16:54 Changeset [abf2d42]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 #16366 -- Prevented some failures of the django.contrib.auth …
- 16:52 Changeset [2ddfcfbe]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
- Clarified the fact that the signal_changed signal isn't used by Django …
- 16:18 DjangoJobs edited by
- Reorganized US listings by state only (diff)
- 15:45 Ticket #17787 (Clear setting-dependant caches when settings are overridden (in tests)) created by
-
r16237 introduced a
setting_changed
signal, triggered by the … - 15:15 Ticket #17755 (Use database adapters for converting time zone aware datetimes in raw ...) closed by
- fixed: In [17596]: […]
- 15:15 Changeset [ce88b57b]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 #17755 -- Ensured datetime objects that bypass the model layer …
- 14:53 Ticket #17786 (Exception when running the tests under Oracle) created by
- […] This could be to be a consequence of r17411.
- 13:04 Changeset [7061da5]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 a diagram of the hierarchy of our TestCase subclasses to the …
- 10:14 Ticket #17785 (PostgreSQL Introspection: get_relations() broken after drop column) created by
- Hi, if a column gets dropped postgreSQL does not update the attnum of …
- 09:05 Ticket #17784 (per-view cache broken in latest 1.4beta) created by
- I'm using cache_page in the URLconf. It worked in 1.4 alpha, but is …
- 08:40 Changeset [0447cc12]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 versionadded info for ensure_csrf_cookie decorator git-svn-id: …
- 08:40 Changeset [59b2439e]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 ReST typo in CSRF docs. git-svn-id: …
- 07:29 Changeset [4bbacd2]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
- Modified tests introduced in r15452 to not run 31 test cases twice. …
- 07:00 Ticket #17782 (django.contrib.gis.feeds.Feed uses deprecated API) closed by
- duplicate: This was fixed in r16539 …
- 03:54 Ticket #17782 (django.contrib.gis.feeds.Feed uses deprecated API) created by
- django.contrib.gis.feeds.Feed inherits from …
- 03:51 Ticket #17781 (Django cache middleware does not set "Age" header as described in rfc2616) created by
- Django cache middleware set "Cache-Control: max-age=" and "Expires", …
02/26/2012:
- 23:53 Ticket #17779 (floatformat template filter no longer works at all) closed by
- invalid: I traced the problem to a build of Python that was incapable of doing …
- 21:40 Ticket #17779 (floatformat template filter no longer works at all) created by
- As of a recent commit, the floatformat template filter no longer works …
- 15:51 Ticket #17778 (RequestContext methods pollute template variables) created by
- Imagine the following simple view: […] And the following simple …
- 15:17 Ticket #17715 (Got a RuntimeWarning when following the tutorial) closed by
- fixed: In [17591]: […]
- 15:17 Changeset [e0d78f8]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 #17715 -- Updated the tutorial for time zone support, plus a few …
- 14:48 Changeset [26d12af6]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 #17772 -- typo in the release notes. git-svn-id: …
- 14:38 Ticket #17773 (Django does not catch ProtectedError when DEBUG=True) closed by
- worksforme: Just tested with current code, and I cannot reproduce your bug. I got …
- 13:42 Ticket #17777 (MD5PasswordHasher is not using salt) created by
- Django 1.3.1: In django.contrib.auth.models.py line 32 md5 passwort …
- 12:26 Ticket #17774 (In BooleanField default value is not set) closed by
- invalid: Well, I can't reproduce with 1.3.1 and Postgres either. Something I …
- 11:43 Ticket #17774 (In BooleanField default value is not set) reopened by
- Well, I'm use Django==1.3.1 psycopg2==2.4.1 …
- 11:12 Ticket #17776 (DoesNotExist is not picklable) closed by
- wontfix: Unfortunately, after further investigation it looks like this is an …
- 10:19 Changeset [d96ffa13]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 file missed in r17588. git-svn-id: …
- 10:11 Ticket #17774 (In BooleanField default value is not set) closed by
- invalid: I can't reproduce this: […] I'm using the sqlite DB backend. …
- 09:17 Ticket #17776 (DoesNotExist is not picklable) created by
-
[…]
The example uses
contrib.auth.models.User
but this is … - 08:35 Ticket #15169 (With gis.mysql backend BooleanField convert to Python as 1|0 instead ...) closed by
- fixed: In [17588]: […]
- 08:35 Changeset [9f6859e1]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 #15169 -- Corrected handling of model boolean fields in MySQL …
- 08:35 Ticket #17775 (The Document version tag in lower right overwrites text when printing) created by
- While helpful to determine which version of the documentation is in …
- 08:33 Ticket #17774 (In BooleanField default value is not set) created by
- My code: […] Output is: Form clean data is {'is_active': False}
- 06:29 Ticket #17772 (Release Notes 1.4: typo implicitely) closed by
- worksforme: This has already been fixed in SVN17304. I presume the on line …
- 05:18 Ticket #17773 (Django does not catch ProtectedError when DEBUG=True) created by
- Django does not catch ProtectedError when DEBUG=True It return: A …
- 02:48 DjangoScreencasts edited by
- Making "Django Djourney" url a text link. :) (diff)
- 02:47 DjangoScreencasts edited by
- Adding "Django Djourney", a screencast series for newbies. (diff)
02/25/2012:
- 18:26 DevelopersForHire edited by
- (diff)
- 18:25 DevelopersForHire edited by
- (diff)
- 18:23 DevelopersForHire edited by
- (diff)
- 17:16 Ticket #17771 (weird problem db with autocommit) closed by
- wontfix: Replying to meister <admin@…>: > Replying to [comment:2 …
- 16:14 Ticket #17772 (Release Notes 1.4: typo implicitely) created by
- From the 1.4 release notes: …
- 15:33 Ticket #17771 (weird problem db with autocommit) created by
- Hello, Here is problematic code (standard django setup, mysql …
- 14:07 Ticket #17770 (Tutorial should read "from django.conf.urls.defaults import...") closed by
- duplicate: Dupe of #16932, you're using the docs for the wrong version of Django.
- 14:02 Ticket #17770 (Tutorial should read "from django.conf.urls.defaults import...") created by
- The tutorial incorrectly specifies: […] when it should be …
- 13:59 Ticket #17729 (regression in django-admin: list_editable doesn't work when pagination) closed by
- duplicate: This was actually already reported in #16819.
- 12:52 Ticket #17769 (RTL from in admin panel css) created by
- RTL form in admin panel didn't apply rtl.css code as it is overridden …
- 08:25 Ticket #17768 (Explain the expected failure on UpdateViewTests.test_update_put) created by
- Attached patch is only adding comments so the @expectedFailure …
- 06:55 Ticket #17743 (Punctuation Error on Internationalization Page) closed by
- fixed: In [17587]: […]
- 06:55 Changeset [41cd3b2]stable/1.3.x by
- [1.3.X] Fixed #17743 - Typo in topics/i18n/index.txt git-svn-id: …
02/24/2012:
- 17:59 Ticket #17767 (add signed cookie session backed to session engine settings docs) created by
- https://github.com/django/django/pull/116
- 17:53 Ticket #17766 (Clarify impact of HttpOnly flag for JS access to session cookie) created by
- https://github.com/django/django/pull/115 This change impacts anyone …
- 17:24 Ticket #17073 (focus uwsgi docs to only Django integration) closed by
- fixed: In [17586]: […]
- 17:24 Changeset [5a013ceb]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 #17073 - focused uwsgi docs to Django integration; thanks …
- 16:54 Changeset [c0258f1]stable/1.3.x by
- [1.3.X] Fixed #17757 - Typo in docs/intro/overview.txt; thanks …
- 16:53 Ticket #17757 (Typo in documentation - "Django at a glance") closed by
- fixed: In [17584]: […]
- 16:53 Changeset [ce4cd788]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 #17757 - Typo in docs/intro/overview.txt; thanks kaushik1618. …
- 16:50 Changeset [38715d8]stable/1.3.x by
- [1.3.X] Fixed #17749 - Documented better way of overriding ModelAdmin; …
- 16:50 Ticket #17749 (Admin documentation on views suggests poor way of adding extra_context) closed by
- fixed: In [17582]: […]
- 16:50 Changeset [e4f468b]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 #17749 - Documented better way of overriding ModelAdmin; thanks …
- 14:15 Ticket #17765 (Better model 'app_label' introspection using 'INSTALLED_APPS') created by
- Currently, the model generates "app_label" by taking the second to …
- 11:56 Ticket #17764 (Documentation out-of-date: django.contrib.auth.utils no longer exists.) created by
- https://docs.djangoproject.com/en/dev/topics/auth/ in the “Manually …
- 10:58 Ticket #17763 (Problem with auth_permission name length) created by
- Django automatically generates a name that is longer than what the …
- 10:37 Ticket #17747 (BooleanField on ModelForms in ModelAdmin is always True) closed by
- duplicate: Replying to aaugustin: > IMO the database backends should …
- 10:13 Ticket #17747 (BooleanField on ModelForms in ModelAdmin is always True) reopened by
- There's a …
- 09:54 Ticket #6851 (Documentation erroneously states TEMPLATE_CONTEXT_PROCESSORS are set) closed by
- invalid: All of the built-in settings have global defaults, which are the …
- 09:40 Ticket #6851 (Documentation erroneously states TEMPLATE_CONTEXT_PROCESSORS are set) reopened by
- The documentation does state that there is a non-empty default value …
- 09:33 Ticket #17762 (Multi-db apps (no Django test suite) testing fails to create in-memory ...) created by
- When testing a project with multiple databases, Django fails to create …
- 09:02 Ticket #17761 (save_base() does not properly detect when MTI parent key is unset) created by
- Consider the following MTI scenario, where the primary key of the …
- 08:40 Ticket #17760 (connection.features.supports_transactions is None) created by
- Background: To speed up our tests we have a custom nose-based test …
- 08:24 Ticket #17759 (FormMixin instantiates form with dict stored on the class) created by
- Consider the following form: […] When used with Django's …
- 08:15 Ticket #17758 (Do not depend on dict order in test suite) created by
- This includes things like attribute order in HTML output, key order in …
Note: See TracTimeline
for information about the timeline view.