Timeline
01/28/2013:
- 22:45 Ticket #19688 (It's not possible to use `six.with_metaclass` to subclass ...) created by
- A couple of django apps …
- 18:19 Ticket #19687 (UnsaltedMD5PasswordHasher throws exception on verify() with md5$$SALT) created by
- After upgrading from v1.2.7 to 1.4.3, users had no way of logging in. …
- 15:26 Ticket #16630 (Support for HTML5 input types) closed by
- fixed: I'm closing this ticket in favour of #19686 which will discuss the …
- 15:24 Ticket #19686 (Support HTML5 number input type) created by
-
In #16630, we added support for
type="email"
andtype="url"
HTML5 … - 15:11 Changeset [f7394d2]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added HTML5 url input type Refs #16630.
- 15:10 Changeset [4f16376]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added HTML5 email input type Refs #16630.
- 11:18 Ticket #19685 (Do I need to wrote a CSS code for a website I wrote on Django?) closed by
- invalid: This isn't a bug or feature request; please see …
- 11:06 Ticket #19685 (Do I need to wrote a CSS code for a website I wrote on Django?) created by
- Does Django has styling codes of its own or do I need to write a CSS …
- 10:41 Ticket #19684 (How handle FileField in SessionWizardView) closed by
- invalid: Please see TicketClosingReasons/UseSupportChannels.
- 10:31 Ticket #19684 (How handle FileField in SessionWizardView) created by
- I created a form wizard of 6 steps, the sixth step I select a …
- 09:19 Ticket #19683 (A minor mistake?) created by
- https://docs.djangoproject.com/en/1.4/topics/signing/ In this page, …
- 06:21 Ticket #19681 (documentation bug: tutorial 5) closed by
- invalid: May I suggest …
- 05:59 Ticket #19681 (documentation bug: tutorial 5) created by
- Under Testing our new view: …
- 03:22 Ticket #19676 (Inspectdb ForeignKey for self) closed by
- fixed: In c47fa3b4814240bb47342a4446d40ea83bd3ed19: […]
- 03:22 Ticket #19677 (SQLite can't introspect recursive fks) closed by
- fixed: In f46d7314b50d71a75f51ebae9c5957cb96b11bd9: […]
- 03:21 Changeset [c47fa3b4]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19676 -- Supported 'self' foreign keys in inspectdb. Thanks …
- 03:17 Changeset [f46d7314]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19677 -- Introspection of recursive foreign keys under SQLite. …
- 03:11 Ticket #19680 ("STATIC_ROOT" directory usage is unclear in "settings.py") closed by
- wontfix: Thanks for the suggestion, but every feature of Django cannot be …
- 03:01 Ticket #19680 ("STATIC_ROOT" directory usage is unclear in "settings.py") created by
- In Django 1.3.4 at least, the default "settings.py" contains comments …
- 02:53 Ticket #19679 (Default "settings.py" does not adequately describe "SECRET_KEY") created by
- In Django 1.3.4, after creating a project, the file "settings.py" …
- 02:52 Ticket #19678 (Test failure with spatialite) created by
- I'm seeing a test failure with spatialite 4.0.0: […] All the …
- 02:15 Ticket #19674 (AttributeError: 'Command' object has no attribute 'style') closed by
- needsinfo: We definitely need more information about your code.
01/27/2013:
- 22:26 Ticket #19677 (SQLite can't introspect recursive fks) created by
-
SQLite's
get_key_columns
relies on the presence of inline … - 17:38 Ticket #19676 (Inspectdb ForeignKey for self) created by
- Inspectdb command generate ForeignKey string […] it is …
- 16:55 Ticket #19675 ("At A Glance" does not say where to put "sitelogo.gif") created by
- This is non-trivial, and needs to be briefly mentioned -- MEDIA_ROOT? …
- 14:50 Ticket #19674 (AttributeError: 'Command' object has no attribute 'style') created by
- When testing #19665 (currently at …
- 05:11 Changeset [c87f89c]stable/1.5.x by
- [1.5.x] Fixed a malformed link.
- 05:09 Changeset [14d1d504]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed two malformed links.
- 04:58 Ticket #19673 (Improvement en Tutorial "Writing your first Django app, part 3") closed by
- fixed: This has been addressed in the latest version of the tutorial (#18715).
01/26/2013:
- 19:06 Ticket #19673 (Improvement en Tutorial "Writing your first Django app, part 3") created by
- After TemplateDoesNotExist at /polls/ polls/index.html Should …
- 16:02 Ticket #18178 (URLField -- TLD part can not start/end with hyphen) closed by
- wontfix: I think the current validation is already doing a good job. Reopen if …
- 15:20 Ticket #17147 (DecimalField causes inline formsets to disappear) closed by
- needsinfo: Closed as needinfo until a test case can demonstrate the issue.
- 14:02 Ticket #16123 (DateTimeField, DateField fails covert unicode date string with ...) closed by
- fixed: In 4b3f7110ae1e9ef7862c67a38431780080f0062c: […]
- 13:53 Ticket #19529 (Searching documentation for "class based views" gives ten times the ...) closed by
- fixed: I've rebuilt the search indexes and the problem appears to be fixed.
- 13:53 Changeset [4b3f7110]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16123 -- Ensured strptime receive proper string type strptime …
- 13:00 Ticket #18483 (HiddenInput validation i18n trouble) closed by
- fixed: In 962f133f72abe2a1174d48baa52aa8549762a022: […]
- 12:59 Changeset [962f133f]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18483 -- Marked hidden field error string for translation …
- 12:46 Ticket #18509 (Bug: forms.DecimalField doesn't validate correctly when localized. ...) closed by
- wontfix: I do agree with Aymeric. Unless we miss a problematic use case, I …
- 10:52 Ticket #17158 (django.db.backends.BaseDatabaseOperations.last_executed_query can ...) closed by
- fixed: In 6605ac331a9e03fa41c301d122c5727c0d98b970: […]
- 10:51 Changeset [6605ac3]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17158 -- Used a non-ambiguous representation of SQL queries …
- 09:45 Changeset [d18893d5]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Moved BooleanField 'required' validation in validate()
- 07:00 Ticket #19589 (assertRegexpMatches is deprecated on Python 3) closed by
- fixed: In 55416e235d95b6168034236e5b1cdc581d544cc6: […]
- 07:00 Ticket #19604 (Bug in conditional decorator for sub-second time intervals) closed by
- invalid: This a well-known behavior of HTTP. If your application requires …
- 06:47 Ticket #19540 (Deprecation warning in the test suite under Python 3.3) closed by
- fixed: In cebbec9b6122579a32a019a0449d4995dcf2191d: […]
- 06:47 Changeset [55416e23]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3.
- 06:34 Changeset [cebbec9]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19540 -- Stopped using deprecated os.stat_float_times.
- 05:20 Changeset [424eb67]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed validation of email addresses when the local part contains an @. …
01/25/2013:
- 23:23 DevelopersForHire edited by
- Updated our company's infromation. (diff)
- 23:09 Ticket #19672 (Negated Q objects over nullable joins result in invalid SQL) created by
- Using the following set of models: […] The query …
- 17:43 Changeset [5ab24e2]stable/1.5.x by
- [1.5.x] Added more shortcuts to i18n docs in index page. 5b99d5a from …
- 17:03 Ticket #19671 (Model field option "validators" not working with ManyToManyField) created by
- […] My custom validator is not called when saving a model instance …
- 16:54 Ticket #15586 (Fields with missing columns populated when querying on PostgreSQL) closed by
- wontfix: Since this doesn't happen on PostgreSQL 9.2 and seems like it has a …
- 16:37 Ticket #19670 (CachedFilesMixin Doesn't Limit Substitutions to Extension Matches) created by
-
The format of the
patterns
attribute seems to imply that … - 15:41 Changeset [58062a63]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Used property decorators in django/forms.py
- 14:45 Ticket #18460 (In admin, the history for model User shows always a change in ...) closed by
- fixed: In 1686e0d184aaf704e5131a8651a070c4a0e58b03: […]
- 14:27 Changeset [1686e0d1]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18460 -- Fixed change detection of ReadOnlyPasswordHashField …
- 13:50 Changeset [ebb504db]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Moved has_changed logic from widget to form field Refs #16612. Thanks …
- 12:44 Ticket #19669 (Django doesn't check type on foreign key query) closed by
- duplicate: Duplicate of #16955
- 12:19 Ticket #19669 (Django doesn't check type on foreign key query) created by
- I can only test on 1.4.x and not 1.5.x, so if someone can test on …
- 10:58 Changeset [ce27fb19]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Revert "Patch by Claude for #16084." This reverts commit …
- 10:50 Changeset [5b99d5a3]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added more shortcuts to i18n docs in index page.
- 10:23 Changeset [2babab0b]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Patch by Claude for #16084.
- 09:38 Ticket #19668 (Form enhancement: `Form.set_data` to set data and files) created by
-
This simply moves the logic for setting
is_bound
,data
andfiles
… - 08:49 Ticket #18114 (makemessages does not care about context in trans templatetag) closed by
- duplicate: Duplicate of #18881. Install the latest 1.4.x bug-fix release …
- 08:42 Ticket #19667 (blocktrans plural to fail on untranslated languages) created by
- Reproduce: * Pick a language with a different plural system then …
- 07:57 Changeset [2d8b0315]stable/1.5.x by
- [1.5.x] Fixed #19665 -- Ensured proper stderr output for …
- 07:56 Ticket #19665 ('Command' object has no attribute 'stderr') closed by
- fixed: In b9c8bbf3726a1956be1db70ffd3bef04a2e5311a: […]
- 07:56 Changeset [b9c8bbf]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19665 -- Ensured proper stderr output for Command.run_from_argv …
- 06:21 Ticket #19666 (choice_text in the detail template) closed by
- invalid: You're mixing versions 1.4 and 1.5/dev of the docs — you started the …
- 05:56 Changeset [42fcfca]stable/1.5.x by
- [1.5.x] Fixed #19577 - Added HTML escaping to admin examples. Thanks …
- 05:56 Ticket #19577 (admin doc may encourage bad practices) closed by
- fixed: In eafc0364764ba12babd76194d8e1f78b876471ec: […]
- 05:53 Changeset [eafc036]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19577 - Added HTML escaping to admin examples. Thanks foo@ for …
- 05:38 Ticket #19666 (choice_text in the detail template) created by
- In the doc website part 3 it says about the detail template: <h1>{{ …
- 01:30 Ticket #19665 ('Command' object has no attribute 'stderr') created by
- When running some self-written management commands with the current …
- 00:35 Ticket #19664 (Illegal Characters In Session Key Give Fatal Error On File Backend Only) created by
- The file backend for sessions checks for illegal characters in the …
Note: See TracTimeline
for information about the timeline view.