Timeline
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 …
01/24/2013:
- 20:09 DjangoJobs edited by
- Sorted countries alphabetically. (diff)
- 20:04 DjangoJobs edited by
- Removed ads older than one year. (diff)
- 19:12 Ticket #6682 (Wishlist: have "manage.py shell" execute custom commands on startup) closed by
- fixed: In 1f6b2e7a658594e6ae9507c5f98eb429d19c0c9d: […]
- 19:01 Changeset [1f6b2e7a]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and …
- 18:31 DjangoResources edited by
- Added link to Spyder IDE (diff)
- 18:20 DevelopersForHire edited by
- Senseless having a job advert in this section. (diff)
- 12:57 Ticket #19663 (Sqldiff breaks with PointField declaration) created by
- I'm on ubuntu 12.04 Django 1.4.3 Postgresql 9.1.7 My model …
- 11:16 Ticket #19662 (Explain correct `authenticate` usage with custom user model.) created by
-
If using a custom user model, with eg
USERNAME_FIELD='email'
, then … - 07:00 Changeset [d571894f]stable/1.5.x by
- [1.5.x] Fixed #19639 - Updated contributing to reflect model choices …
- 07:00 Ticket #19639 (Choices in model fields best practices consistency) closed by
- fixed: In eaa716a4130bb019204669d32389db8b399c0f71: […]
- 06:59 Changeset [eaa716a4]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19639 - Updated contributing to reflect model choices best …
- 04:58 Changeset [e2252bf9]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 typo.
- 04:51 Changeset [57d439e2]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- More i18n makemessages tests tweaks.
- 04:30 Changeset [9328ef0e]stable/1.5.x by
- [1.5.x] Avoided a possible regression in 5097d3c5. QuerySet.none() …
- 04:01 Changeset [57c6617c]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Minor optimization in the static serve view.
- 02:27 Ticket #19125 (django-admin.py startproject attemps a relative import) closed by
- fixed: In 9893fa12b735f3f47b35d4063d86dddf3145cb25: […]
- 02:26 Changeset [9893fa1]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19125 -- The startproject command should validate the name …
- 01:59 Ticket #17416 (inlineformset_factory doesn't allow the widgets argument) closed by
- fixed: In 93e79b45bc5288d1ca0eb5b6eade30d3c7110b24: […]
- 01:58 Changeset [93e79b4]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17416 -- Added widgets argument to inlineformset_factory and …
- 01:42 Ticket #19661 (admin_urlname does not work as advertised) closed by
-
invalid: I guess that
opts
is not of the required type. Please use support …
Note: See TracTimeline
for information about the timeline view.