Timeline
11/14/2012:
- 22:03 Ticket #19297 (refactor settings setup code) closed by
- wontfix: So after poking around this area I've concluded two things: 1) the …
- 20:18 Ticket #19298 (MultiValueField should override __deepcopy__) created by
- MultiValueField needs to override the default inherited from Field, as …
- 20:05 Ticket #19297 (refactor settings setup code) created by
- There is an increasing amount of code duplication in …
- 16:22 Ticket #19296 (LiveServerTestCase does not share connection to sqlite if using spatialite) created by
- Like the title says, if the database backend is set to …
- 15:39 Ticket #19294 (Strange WSGIRequest behavior) closed by
- wontfix: In fact, even if this is a weird behaviour. It looks like this is …
- 14:46 Ticket #19295 (Document that runserver --insecure doesn't work with DEBUG False and ...) created by
- How to reproduce: Enable the CachedStaticFilesStorage in your …
- 11:36 Ticket #18925 (Exception information should be localized and passed to ...) closed by
- wontfix: In response to my posts on the mailing list, this has actually been …
- 11:17 Ticket #19294 (Strange WSGIRequest behavior) created by
- Looks like QUERY_STRING parsing has some problems: […] Is that …
- 10:37 DjangoResources edited by
- Removed bogus links to some restaurants, a company that does … (diff)
- 10:35 DjangoResources edited by
- Removed bogus link to some "Jakarta Hotel" (diff)
- 07:01 Ticket #19292 (syncdb ignores umask when creating a sqlite database) closed by
- invalid: A quick search brings up this thread: …
- 05:09 Ticket #19293 (Update of czech date and time formats) created by
- Czech formats does not support date and time formats of Czech grammar, …
- 04:49 Changeset [dea4214b]stable/1.5.x by
- [1.5.X] Fixed #19289 - Removed an out of place sentence in tutorial 2. …
- 04:48 Ticket #19289 (In https://docs.djangoproject.com/en/dev/intro/tutorial02/, a sentence ...) closed by
- fixed: In 2dbfa66f4db54c2bbac0f160de96a91fcf39997d: […]
- 04:46 Changeset [2dbfa66f]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19289 - Removed an out of place sentence in tutorial 2. Thanks …
- 03:59 Ticket #19292 (syncdb ignores umask when creating a sqlite database) created by
-
My settings.py is using the
django.db.backends.sqlite3
backend, and … - 03:55 Changeset [ebafba50]stable/1.5.x by
- [1.5.x] Fixed #19272 -- Fixed gettext_lazy returned type on Python 2 …
- 03:54 Ticket #19272 (gettext_lazy returns "unexpected type") closed by
- fixed: In 550ddc66b496473c8ee282c7ab6be5885a359d75: […]
- 03:50 Changeset [550ddc66]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19272 -- Fixed gettext_lazy returned type on Python 2 Thanks …
- 03:45 Changeset [8967906e]stable/1.5.x by
- [1.5.x] Fixed #19186 -- Fixed sending mail with unicode content on …
- 03:45 Ticket #19186 (fail send utf-8 email) closed by
- fixed: In 1620c27936718a87bbc8acce7886ef20fee2b3fe: […]
- 03:43 Changeset [1620c279]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19186 -- Fixed sending mail with unicode content on Python 3 …
- 03:16 Ticket #19288 (incorrect default verbose_name_plural in 1.5) closed by
- invalid: I find the exact same behaviour in 1.4. Reopen if you can demonstrate …
- 02:27 Ticket #19287 (Change from "e-mail" to "email" not reflected in translation files for ...) closed by
- wontfix: We could have done it at the same time as the change, but generally I …
11/13/2012:
- 22:49 Ticket #19291 (Sort out deprecation of ADMIN_MEDIA_PREFIX) created by
- The deprecation of this setting went in for 1.4 straight as a …
- 22:26 Ticket #19290 ('exclude' on aggregations makes wrong SQL) created by
- I have a query like this: […] the query returns fewer objects …
- 20:07 Ticket #19289 (In https://docs.djangoproject.com/en/dev/intro/tutorial02/, a sentence ...) created by
- In https://docs.djangoproject.com/en/dev/intro/tutorial02/ it says: …
- 19:19 Ticket #19288 (incorrect default verbose_name_plural in 1.5) created by
-
Sometime since 1.5a1,
MyModel._meta.verbose_name_plural
seems to be … - 17:33 Ticket #19284 (django.contrib.auth.forms imports User instead of using get_user_model) closed by
- wontfix: Just importing User shouldn't cause an error. You must be …
- 17:03 Ticket #19276 (ORM performance regression between 1.4.x and 1.5.x) closed by
- fixed: OK, it seems the regressions are now fixed, see: …
- 16:49 Changeset [911d3581]stable/1.5.x by
- [1.5.x] fixed a broken link in the docs. Backport of …
- 16:48 Changeset [1e34fd3]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- fixed a broken link in the docs
- 16:30 Ticket #18922 (Proliferation of dev docs on search engines confuses newbies) reopened by
- Yes, we can keep this ticket to track other ideas to resolve this …
- 16:00 Changeset [d33f8d0f]stable/1.5.x by
- [1.5.x] Correct link to Sentry django-sentry is no longer maintained, …
- 16:00 Ticket #19287 (Change from "e-mail" to "email" not reflected in translation files for ...) created by
- The changeset 2c8267bf3db608b99c04ae903c424b60cafaaf93 renamed all …
- 15:58 Changeset [c91a1271]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #516 from dcramer/master Correct link to Sentry
- 15:51 Changeset [54fbe6c]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Correct link to Sentry django-sentry is no longer maintained, and …
- 15:37 Ticket #18922 (Proliferation of dev docs on search engines confuses newbies) closed by
- wontfix: Thanks for the suggestion. I understand the idea, but I'm not ready …
- 15:02 Changeset [af044d8]stable/1.5.x by
- Fixed select_related performance regressions The regression was …
- 15:01 Changeset [fe21c233]stable/1.5.x by
- Removed use of SortedDict for query.alias_refcount This will have a …
- 15:01 Changeset [538d6c0f]stable/1.5.x by
- Some changes to SortedDict to make it faster under py2 Refs #19276
- 14:52 Changeset [ebcf6b36]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed select_related performance regressions The regression was …
- 14:48 Changeset [ce1af8d]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed use of SortedDict for query.alias_refcount This will have a …
- 14:48 Changeset [fa18b0ac]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Some changes to SortedDict to make it faster under py2 Refs #19276
- 14:43 Ticket #18431 (TypedChoiceField doesn't use self.coerce in its clean() and ...) closed by
- invalid: You're describing a very high level issue with the design of Django's …
- 14:37 Ticket #19286 (Development version is up to (1, 6, 0, 'alpha', 0) and 1.6 is intended ...) closed by
- duplicate: Duplicate of #19211
- 14:37 Ticket #18391 (Inline forms fail to delete objects when PK is a custom field) closed by
- needsinfo
- 14:26 Ticket #15987 (Add auto focus field select to admin class on add and change forms) closed by
- wontfix: Per our …
- 14:26 Ticket #19286 (Development version is up to (1, 6, 0, 'alpha', 0) and 1.6 is intended ...) created by
- My installation of Django shows django.VERSION as (1, 6, 0, 'alpha', …
- 14:13 Ticket #19285 (Allow to redirect user back in Form wizard) created by
- I was fighting with problem in allowing to redirect user back when …
- 13:53 Ticket #19284 (django.contrib.auth.forms imports User instead of using get_user_model) created by
- When adding a user in admin (for which i've subclassed the form), i'm …
- 13:47 Ticket #19283 (Django CBV examples have broken import.) closed by
- fixed: In 00ff69a827b38054afe557fc7d0a589b270ed871: […]
- 13:47 Changeset [5e9af160]stable/1.5.x by
- [1.5.x] Fixed #19283 -- Fixed typo in imports in CBV docs. Backport …
- 13:46 Changeset [00ff69a]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19283 -- Fixed typo in imports in CBV docs.
- 11:02 DevelopersForHire edited by
- (diff)
- 09:15 Ticket #19283 (Django CBV examples have broken import.) created by
-
In several places it is
from django import models
. It is supposed … - 06:43 Ticket #19244 (Provide the missing examples from the "Built-in template tags and ...) closed by
- fixed: In e27a43cc54f120c49cac33b36568b128bcfaef5a: […]
- 06:42 Changeset [e27a43cc]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #509 from pydanny/ticket_19244 Fixed #19244 -- …
- 04:46 Changeset [897d8adb]stable/1.5.x by
- [1.5.X] Fixed #19260 - Added a comment to tutorial 1. Thanks terwey …
- 04:46 Ticket #19260 (Tutorial some bits a (little) unclear) closed by
- fixed: In a72b8a224721775b31e2075c99165f1e3ca28092: […]
- 04:45 Changeset [a72b8a2]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19260 - Added a comment to tutorial 1. Thanks terwey for the …
- 04:25 Changeset [fdb855e]stable/1.4.x by
- [1.4.X] Typo in comments doc Backport of 17b14d4819 from master
- 04:25 Changeset [b3ea37e]stable/1.5.x by
- [1.5.X] Typo in comments doc Backport of 17b14d4819 from master
- 04:24 Changeset [7733f146]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #514 from nippo/master Typo in comments doc
11/12/2012:
- 22:31 Ticket #19282 (intcomma for decimal no longer works as expected) created by
- intcomma used to work for decimals, but this has been broken somewhere …
- 18:12 Changeset [3f65f751]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Converted <paragraph> to <p> per #aaugustin's request
- 15:15 Changeset [17b14d48]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Typo in comments doc
- 14:19 Changeset [09a39ca]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Negligible spacing fix in utils/log.py
- 10:17 TicketClosingReasons/UseSupportChannels edited by
- (diff)
- 10:16 Ticket #19278 (Return the string after a certain number of words) closed by
- invalid: https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels
- 05:06 Ticket #19281 (Modules to import in documentation) closed by
- duplicate: Thanks for the feedback, this looks like a duplicate of #15396.
- 04:51 Ticket #19281 (Modules to import in documentation) created by
- The django documentation is very useful in a lot of ways but in my …
- 03:30 Ticket #19280 (Detect broken {% url %} syntax) created by
- In 1.5 the url syntax change will likely result in users getting this …
11/11/2012:
- 23:50 Ticket #19279 (Order of database setup and Django install unclear) created by
- In the detailed installation instructions …
- 18:15 Ticket #19278 (Return the string after a certain number of words) created by
- I don't know how to explain the feature that I want. This example can …
- 14:25 Changeset [3db2aeec]stable/1.5.x by
- [1.5.x] Tweaked cache key creation to avoid strict typing. This is a …
- 14:23 Changeset [6c69de80]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Tweaked cache key creation to avoid strict typing. This is a …
- 09:20 Ticket #18482 (Cache backend API should close()) closed by
- fixed: In 4c5cea70734fe8f4082c6a9bd8b26cf0a157ca78: Merge pull request #218 …
- 09:18 Changeset [4c5cea70]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #218 from mgrouchy/ticket_18582 Fixed #18582 -- …
- 06:05 Ticket #19252 (Install from wheel package) closed by
- invalid: The wheel format isn't accepted yet …
Note: See TracTimeline
for information about the timeline view.