Timeline
10/01/2011:
- 23:03 Ticket #16968 (Cannot use runserver without definig default database) closed by
- needsinfo: Hi yasar! Is it possible that you provide more info concerning the …
- 21:53 Ticket #10841 (Better 500 template for AJAX calls) closed by
- fixed: In [16921]: […]
- 21:53 Changeset [0d9b6a5b]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 #10841 -- Switched response served when DEBUG=True and …
- 20:26 Ticket #16973 (Admin messages need capfirst for translations) closed by
- duplicate: Thanks for this. It has already been reported in #16350, so I'm …
- 19:51 Ticket #16973 (Admin messages need capfirst for translations) created by
- As discussed in the i18n group …
- 17:00 Ticket #16972 (folloing tutorial page 3) closed by
- invalid: You're reading the development documentation, but using django 1.3. …
- 16:54 Ticket #16972 (folloing tutorial page 3) created by
- near top of https://docs.djangoproject.com/en/dev/intro/tutorial03/ …
- 12:54 Ticket #16971 (Speed-up for jslex used during makemessages for Javascript files.) created by
- The JsLex lexer introduced in [16333] has a fairly slow inner loop, …
- 10:43 Changeset [28ee7a9d]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
- Attempted to sort new features in 1.4 release notes into related …
- 10:41 Ticket #16970 (calling as_view of CBV in URLConf needs better documentation and examples) created by
- Say I have a ListView that calls on a Thing model. Thing model has …
- 10:27 Ticket #16969 (Avoid selecting production database prior to test database setup/teardown) created by
- I am playing around with running my test suite with pytest and …
- 07:17 Ticket #16968 (Cannot use runserver without definig default database) created by
- Hi, In latest source, you cannot use runserver command without …
- 01:31 Ticket #16957 (Timezone changes on development server after first request) closed by
- worksforme: Sorry I'm also unable to reproduce on trunk - perhaps you can submit a …
09/30/2011:
- 23:08 CollaborateOnGithub edited by
- working with github is now supported. (diff)
- 17:42 Ticket #16967 (CachedStaticFilesStorage only populates the file name cache once, ...) created by
- I noticed that the cache that CachedStaticFilesStorage uses for …
- 17:22 Ticket #16966 (CachedStaticFilesStorage chokes on file references that end with a '#' ...) created by
- I'm using the "bullet proof" font-face syntax as described here: …
- 16:40 Ticket #16645 (OldFormForXTests.test_image_field fails under Oracle) closed by
- fixed: In [16919]: […]
- 16:40 Changeset [21a4491]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 #16645: fixed a broken test to work in Oracle. git-svn-id: …
- 15:53 Ticket #8160 (ModelFormset ignores form properties) closed by
- fixed: In [16918]: […]
- 15:53 Changeset [bf05da8]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 #8160 -- Made sure
modelformset_factory
takes in account … - 15:03 Ticket #16965 (Model Formsets can_delete documentation lacking actual use example) created by
- Formsets can_delete online documentation provides no example of how to …
- 13:14 Ticket #10541 (cannot save file from a pipe on Python 2) reopened by
- 13:07 Ticket #16964 (FileField files can't be opened in write mode if not closed before) created by
-
The
File
associated with aFileField
in a model object fetched … - 12:22 Ticket #16963 (relocate base View class to views.base from views.generic.base) created by
- Much thought went into the technique used for exposing a python class …
- 08:11 DevelopersForHire edited by
- (diff)
- 08:04 DevelopersForHire edited by
- (diff)
- 06:46 Ticket #16935 (Misleading message 'super object has no attribute __getattr__' on ...) closed by
- fixed: In [16917]: […]
- 06:46 Changeset [10d90cb]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 #16935 - misleading message if AttributeError escapes during …
- 05:41 Ticket #14270 (ManyToMany manager classes should be cached) closed by
- fixed: In [16916]: […]
- 05:41 Changeset [5009e45d]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 #14270 - related manager classes should be cached Thanks to …
- 05:28 Changeset [2eadc41]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 doc references to
django.db.models.query.QuerySet
and … - 03:06 Ticket #16962 (DoesNotExist when checking for related_name on OneToOneField) created by
- Reproducible test case: […] Console […] I considered sending …
- 02:21 Ticket #16961 (Unit tests 10 times slower on Linux if MySQL is used) created by
- Unit tests call the command 'ALTER TABLE tbl_name AUTO_INCREMENT=1' …
- 00:21 Ticket #16933 (Make it more obvious on screen which version of the doc is being viewed) closed by
- fixed: This is now fixed. Check out the little green box in the bottom right …
09/29/2011:
- 17:36 Ticket #16960 (Refactor d.u.translations.trans_real to support xmb files, clean up code) created by
- Right now the .mo file support is baked in pretty deep to the …
- 16:51 Ticket #16005 (Missing and operator in blocktrans documentation) closed by
- fixed: This has been fixed in #16072
- 14:28 Ticket #14319 (Add signals test_setup and test_teardown to Django test suite runner ...) closed by
- wontfix: After a discussion with Carl yesterday I'm marking this as wontfix. …
- 10:30 Changeset [ec5bfed5]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
- Made GenericRelatedObjectManager consistent with other related …
- 10:30 Changeset [6d6fe61b]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
- Cleanups to related manager code, especially in use of closures. The …
- 10:30 Changeset [e3a6ac8]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
- Small cleanups of 'related manager' code for consistency git-svn-id: …
- 08:36 Ticket #16005 (Missing and operator in blocktrans documentation) reopened by
- the currently distributed version of Django 1.3 doesn’t understand …
- 08:05 MercurialBranches edited by
- (diff)
- 07:14 DevelopersForHire edited by
- (diff)
- 07:10 DevelopersForHire edited by
- (diff)
- 06:00 Ticket #16959 (Enhanced MultiWidget rendering using a layout) created by
-
Hi,
I have worked on an enhacement of
MultiWidget
that easily lets … - 04:51 Ticket #16958 (change_password admin view ignores ModelAdmin queryset(request) method) created by
-
change_password view in
django.contrib.auth.admin.UserAdmin
does … - 03:58 Ticket #16957 (Timezone changes on development server after first request) created by
- When using development server, the time returned by datetime, time and …
- 02:55 Ticket #16956 (ContentTypes error in test with master/slave configuration) created by
- Hello. I get strange "ValueError: list.remove(x): x not in list" when …
09/28/2011:
- 23:07 Ticket #16955 (Querying on the reverse of a FK with the wrong class silently returns ...) created by
- […] I would expect this to throw an exception because a Foo is not …
- 21:47 Ticket #16954 (https://docs.djangoproject.com/en/dev/intro/tutorial03/) closed by
- invalid: You're reading the documentation for the development version of …
- 21:33 Ticket #16954 (https://docs.djangoproject.com/en/dev/intro/tutorial03/) created by
- I was rolling along with the tutorial when it suddenly broke. I had …
- 13:45 Ticket #16945 (Extend LazyObject to accept constructor parameters) reopened by
- 12:30 DjangoJobs edited by
- Update Potato listing (diff)
- 12:30 Ticket #16952 (Django installed in different directory than stated.) closed by
- duplicate: This was already observed and fixed in #16287. The development version …
- 11:57 Ticket #16952 (Django installed in different directory than stated.) created by
- I downloaded Django-1.3.1.tar.gz, extracted it, then in the extracted …
- 09:30 Ticket #16951 (Example for dumpdata of permissions) created by
- Would be great if you could provide an example for dumpdata of …
- 09:20 Ticket #16950 (Unwanted notifications from code.djangoproject.com) closed by
- duplicate: Dupe of #16763
- 09:17 Ticket #16950 (Unwanted notifications from code.djangoproject.com) created by
- I keep getting nofications about an issue whose CC list I'm not in. …
- 09:00 Ticket #16949 ("different" word repeated twice) closed by
- fixed: In [16911]: […]
- 09:00 Changeset [804e32fa]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 #16949 -- Fixed a small typo in the GIS tutorial and also made …
- 08:58 DevelopersForHire edited by
- (diff)
- 08:58 DevelopersForHire edited by
- (diff)
- 08:56 Ticket #15649 (Doc buliding fails with: DjangoHTMLTranslator instance has no ...) reopened by
- […]
- 08:50 DevelopersForHire edited by
- Add availability. (diff)
- 08:40 DevelopersForHire edited by
- Added my Dutch firm to this list (diff)
- 08:37 DevelopersForHire edited by
- Added myself and our son to this page (diff)
- 08:15 Ticket #16949 ("different" word repeated twice) created by
- "Importing Spatial Data ... There are many different different …
- 04:19 Ticket #16948 (Django DB backends hid information in database exceptions) created by
- The Django DB backends replace the exceptions raised by the underlying …
- 04:10 Ticket #16947 (wrong ordering of a column with list_editable) created by
- When there are no ordering options specified in the request, the …
- 03:44 Ticket #7469 (Provide a link for many-to-one relations in the admin interface) closed by
- duplicate: Oops, wrong copy/paste. This is a dupe of #13165.
- 03:41 Ticket #7469 (Provide a link for many-to-one relations in the admin interface) reopened by
- Seems like this was closed accidentally.
- 03:39 Ticket #16945 (Extend LazyObject to accept constructor parameters) closed by
- needsinfo: I don't exactly understand what this is useful for as the code example …
- 01:25 Ticket #9119 ([patch] Admin change list does not allow custom get parameters) closed by
- fixed: This was essentially fixed with the introduction of custom list …
- 01:17 Ticket #3777 (Persistent change_list filtering in admin) closed by
- duplicate: Closing in favour of #6903 which is essentially trying to solve the …
- 00:59 Ticket #9102 (admin Filter Box redraws each time it's changed) closed by
- duplicate: Yes, this is essentially a duplicate of #3202.
- 00:27 Ticket #16611 (Contrib.auth.UserManager should allow filtering active/inactive users) closed by
- wontfix: In general - if a core developer closes a ticket - it should only be …
Note: See TracTimeline
for information about the timeline view.