Timeline
01/15/2009:
- 22:18 Ticket #10045 (Improve documentation of .annotate() / .filter() ordering quirks) closed by
- invalid: I think you may have missed …
- 21:57 Ticket #10045 (Improve documentation of .annotate() / .filter() ordering quirks) created by
- The documentation surrounding the ordering of .annotate() and …
- 20:46 Ticket #10044 (FileField should accept assignment of File objects) created by
-
Currently,
FileField
attributes can only receive newFile
… - 20:37 Ticket #8138 (Switch django tests to use transactions) closed by
- fixed: Fixed in r9756
- 20:37 Version1.1Features edited by
- (diff)
- 20:36 Version1.1Roadmap edited by
- (diff)
- 20:30 Changeset [344f16e2]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #8138 -- Changed django.test.TestCase to rollback tests (when …
- 18:02 Ticket #10042 (Typo in aggregation docs) closed by
- fixed: (In [9755]) Fixed #10042 -- YAADT (Aggregation Docs Typo).
- 18:02 Changeset [f9f9d703]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10042 -- YAADT (Aggregation Docs Typo). git-svn-id: …
- 17:52 Ticket #10043 (widthratio tag does not accept a variable as the max_width argument) created by
-
When using the
widthratio
template tag, it isn't possible to use a … - 17:41 Ticket #10042 (Typo in aggregation docs) reopened by
- one more, same typo :( …
- 17:17 Ticket #10042 (Typo in aggregation docs) closed by
- fixed: Fixed in [9754]
- 17:15 Ticket #10039 (Typo in aggregation documentation) closed by
- fixed: (In [9754]) Fixed #10039 -- More typos in aggregation docs. Seriously, …
- 17:15 Changeset [b3dd0b5]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10039 -- More typos in aggregation docs. Seriously, people, now …
- 16:45 Ticket #10035 (Typos in aggregation docs) closed by
- fixed: Fixed in r9753
- 16:35 Ticket #10042 (Typo in aggregation docs) created by
- I think there is a typo in the documentation for …
- 16:33 Changeset [bf710bd]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10035 -- Corrected more typos in the aggregation docs. Thanks …
- 16:28 Ticket #10041 (Form tests are set to upload files to '/') created by
-
The tests in
tests/regressiontests/forms/models.py
include a … - 16:26 Changeset [d55b361a]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Corrected another typo in aggregation docs. Thanks to Ivan Sagalaev …
- 16:16 Ticket #10040 (GeoDjango: 'Save As' on spatial record (OSMGeoAdmin) creates broken ...) created by
- Traceback for original record in Admin after SaveAs failed and created …
- 15:25 Ticket #10039 (Typo in aggregation documentation) created by
- [http://code.djangoproject.com/browser/django/trunk/docs/topics/db/aggr …
- 15:04 Ticket #10038 (BaseModelFormSet's method save_existing_objects uses form.changed_data ...) created by
- The method save_existing_objects uses form.changed_data in an if …
- 15:03 Ticket #9152 (models.TextField encodes data wrong on 4001+ characters on Oracle 10g) closed by
- worksforme: No response in three months.
- 15:01 Ticket #9935 (The session db backend throws UnicodeEncodeError when used with Oracle) closed by
- wontfix: This seems to be caused by the cx_Oracle 5.0 NCLOB bug, which is …
- 14:40 Changeset [ad93542c]stable/1.0.x by
- [1.0.X] Fixed #6767: changed the way the Oracle backend fetches …
- 14:40 Ticket #6767 (Oracle backend treats DecimalFields as floats somewhere, losing precision) closed by
- fixed: (In [9751]) [1.0.X] Fixed #6767: changed the way the Oracle backend …
- 14:39 Changeset [acfe5cc]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #6767: changed the way the Oracle backend fetches numbers to …
- 14:30 GeoDjango1.1 edited by
- Updated (diff)
- 13:50 Changeset [f60d0f59]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Forgot to actually enable the extent aggregate for Oracle. …
- 13:35 Changeset [f671a5c9]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed incomplete merge of geographic aggregates; added support for …
- 13:06 IrcFAQ edited by
- (diff)
- 11:29 Ticket #10037 (id column is created in ManyToMany link (relation) table) created by
- When I use ManyToManyField, extra id field is created for link …
- 10:41 Ticket #10036 (admin list_display with broken foreignkey fails) created by
- You have a model which includes a ForeignKey field. In one of the …
- 10:24 Ticket #10035 (Typos in aggregation docs) created by
- 10:09 Ticket #10034 (FormWizard has a security_hash check failure with Textareas with ...) created by
- I have a Form with a TextField, and when I put this form into a …
- 09:11 Ticket #10033 (Oracle test suite failures after aggregation checkin) closed by
- fixed: (In [9747]) Fixed #10033: In the Oracle backend, restored code lost in …
- 09:11 Changeset [91e25f9e]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10033: In the Oracle backend, restored code lost in the …
- 08:24 Ticket #10033 (Oracle test suite failures after aggregation checkin) created by
- Trying to run the full test suite with the Oracle backend after …
- 08:07 Changeset [14d15093]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Corrected typo in aggregation docs. Thanks to Ivan Sagalaev for the …
- 06:44 Changeset [3937de4]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed an redundant import from the Oracle backend. Thanks to Ramiro …
- 06:36 Version1.1Roadmap edited by
- (diff)
- 06:35 Changeset [79fa78c]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Corrected a copy-and-paste typo in a heading of the aggregation docs. …
- 06:30 Ticket #10032 (ORM switches incorrectly to OUTER JOIN in certain cases with isnull=True) created by
- using postgresql-8.2, with the postgresql-psycopg2 db-connector, …
- 06:13 Changeset [1a87e01f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Corrected some ReST problems with the aggregation docs. Thanks to …
- 05:44 Ticket #10031 (Recommend against Windows/SQLite < 3.3.6 much more strongly) created by
- This is yet another Windows/SQLite 3.3.4 bug; see the first comment …
- 05:12 Version1.1Features edited by
- Slayed a dragon, hunted the snark, tilted at the windmill. (diff)
- 05:06 Ticket #3566 (Proposal: ORM aggregation support) closed by
- fixed: (In [9742]) Fixed #3566 -- Added support for aggregation to the ORM. …
- 05:06 Changeset [cc4e4d9a]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #3566 -- Added support for aggregation to the ORM. See the …
- 04:52 Ticket #10029 (LhzHXMJFo) closed by
- invalid: spam.
- 02:21 Ticket #10030 (Typo in new admin documentation (r9739)) created by
-
(In the subsection "Protecting Custom
AdminSite
...": ... It can …
- 00:55 Ticket #10029 (LhzHXMJFo) created by
- iQYWMD <a href="http://gqbjfmqqehxg.com/">gqbjfmqqehxg</a>, …
- 00:38 Changeset [43c1a87]stable/1.0.x by
- [1.0.X] Updated name as per author's request. Backport of r9740 from …
- 00:37 Changeset [50a293a0]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated name as per author's request. git-svn-id: …
01/14/2009:
- 21:56 Ticket #10028 (Incorrect SQL join construction) created by
- Continued from …
- 18:03 GeoDjango1.1 edited by
- (diff)
- 17:46 Ticket #10027 (include a link to "Form and Field Validation" from "Working with Forms") created by
- We should include a link to the "Form and Field Validation" document …
- 16:20 Ticket #10026 (Possible error in django.contrib.auth.views.password_reset_confirm) created by
- Was getting this error: […] Quick and dirty fix attached.
- 15:54 Ticket #10025 (Docstring typo in django.contrib.auth.tokens) created by
- Very minor, but line 7 of django.contrib.auth.tokens begins with: …
- 14:49 Ticket #10024 (Moving to a new host) closed by
- wontfix: This is out of scope for Django. There's plenty of sysadmin …
- 14:29 Version1.1Features edited by
- (diff)
- 14:28 Version1.1Roadmap edited by
- (diff)
- 14:22 Ticket #6470 (Admin urls should use urlpatterns) closed by
- fixed: (In [9739]) Fixed #6470: made the admin use a URL resolver. This *is* …
- 14:22 Changeset [1f84630c]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #6470: made the admin use a URL resolver. This *is* backwards …
- 12:23 Ticket #10024 (Moving to a new host) created by
- Documentation is needed on how to backup and move to a new hosting service.
- 11:00 Changeset [0cc51e8f]stable/1.0.x by
- A handful of fixes to django.contrib.comments: * Fixed #9143, …
- 10:02 Changeset [7dd0abc1]stable/1.0.x by
- [1.0.X] Bring svnmerge metadata up to date with what's actually been …
- 09:37 Changeset [8064e08]stable/1.0.x by
- [1.0.X] Block two more revisions fumblefingers missed in the last …
- 09:33 Changeset [610aeda]stable/1.0.x by
- [1.0.X] Block trunk new function commits from svnmerge.py …
- 07:15 DevelopersForHire edited by
- Wrong positioned (diff)
01/13/2009:
- 17:50 Ticket #10023 (Error in Sample code) closed by
- duplicate: #10009 looks like the same snippet being pointed out as in error.
- 17:28 Ticket #10023 (Error in Sample code) created by
- http://docs.djangoproject.com/en/dev/topics/forms/#topics-forms-index …
- 11:00 Ticket #9927 (views.i18n.javascript_catalog: Locale folder can be in project root, ...) closed by
- duplicate: This is a duplicate of #5494
- 10:46 Ticket #10022 (django.views.generic.date_based archive_day and object_detail may get ...) closed by
- duplicate: duplicate of #7944
- 10:13 Ticket #10022 (django.views.generic.date_based archive_day and object_detail may get ...) created by
-
When
object_detail
orarchive_day
use … - 10:12 Ticket #10021 (spam) closed by
- invalid
- 10:11 Ticket #10020 (spam) closed by
- invalid
- 10:10 Ticket #10019 (spam) closed by
- invalid
- 08:27 Ticket #10021 (spam) created by
- 08:27 Ticket #10020 (spam) created by
- 08:26 Ticket #10019 (spam) created by
- 04:37 DevelopersForHire edited by
- (diff)
- 04:36 DevelopersForHire edited by
- (diff)
- 04:15 Ticket #10018 (Small mistake in django.core.management.base.BaseCommand.__doc__) created by
- In documentation of BaseCommand changed ComandError to CommandError
- 03:20 DevelopersForHire edited by
- (diff)
01/12/2009:
- 21:10 Ticket #10017 (auth.forms.PasswordResetForm.clean_email returns None) created by
-
Classes inheriting from
PasswordResetForm
will be unable to access … - 20:21 Changeset [8bf4e84c]stable/1.0.x by
- [1.0.X] Fixed #9278, #9694 -- Geographic overlays now display in admin …
- 20:08 Changeset [6c4e5f0]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9278, #9694 -- Geographic overlays now display in admin with …
- 20:08 Tickets #9278,9694 batch updated by
- fixed: (In [9733]) Fixed #9278, #9694 -- Geographic overlays now display in …
- 18:29 Ticket #10012 (Query documentation uses objects.get with Q instead of objects.filter) closed by
- invalid: This isn't a problem. Quoting that very documentation page: "Each …
- 17:52 GeoDjango1.1 edited by
- Added OL rtl language bug (diff)
- 16:14 Ticket #1882 (limit upload file size) closed by
- duplicate: The original intention of this ticket has been solved by #2070. It is …
- 14:53 Ticket #3680 (Add cache control (ETag, Last Modified) to django.contrib.syndication) reopened by
- 14:53 Ticket #3680 (Add cache control (ETag, Last Modified) to django.contrib.syndication) closed by
- fixed
- 13:27 Ticket #10016 (Cache middleware with memcached can't handle long URLs) created by
- Memcached has a hard limit of 250 characters for cache keys …
- 11:31 Ticket #9346 (Comments upgrading page has wrong SQL in it) closed by
- fixed: (In [9732]) Fixed #9346: fixed comment upgrade SQL in documentation. …
- 11:31 Changeset [ffeb1d0]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9346: fixed comment upgrade SQL in documentation. Thanks, mt. …
- 11:30 Ticket #9439 (Broken links in comment moderation templates) closed by
- fixed: Fixed in [9730].
- 11:29 Ticket #9429 (Comment.get_as_text returns no information about non-authenticated users) closed by
- fixed: Fixed in [9730].
- 11:29 Ticket #9143 (Remove unused imports in comments code) closed by
- fixed: Fixed in [9730].
- 11:29 Ticket #9959 (Documentation Comments Framework) closed by
- fixed: (In [9731]) Fixed #9959: fixed comment documentation example showing …
- 11:29 Changeset [3990d00f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9959: fixed comment documentation example showing how to get a …
- 11:27 Changeset [4035ea3]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- A few small fixes to django.contrib.comments (Comment.get_as_text for …
- 10:28 Ticket #10015 (contrib.comments inline on Postgres 8.3 fails to cast integer to text) created by
- (This bug is related to #8554 and #6523). If you display comments …
- 09:44 Signals edited by
- django-registration now uses signals (diff)
- 09:23 Ticket #10014 (debug template tag fails in utf-8 encoded template) created by
- Using the {% debug %} template tag inside a UTF-8 encoded template …
- 08:02 Version1.1Roadmap edited by
- Done: Contrib-12 (diff)
- 07:31 Ticket #10010 (ManyToMany programming error) closed by
- invalid: Replying to anonymous: > See, there is no 'id' column and …
- 07:12 Ticket #10013 (Updated French translation) created by
- Claude Paroz and me have fixed the current French translation (many …
- 06:25 Ticket #10012 (Query documentation uses objects.get with Q instead of objects.filter) created by
- http://docs.djangoproject.com/en/dev/topics/db/queries/ passes Q …
- 06:15 Ticket #10011 (Updates to Thai translations) created by
- These are updates to the Thai translation files against Django trunk …
- 05:55 Ticket #10010 (ManyToMany programming error) reopened by
- 04:58 Ticket #10010 (ManyToMany programming error) closed by
- invalid: I don't see any actual description of a bug here, just the expected …
- 02:55 Ticket #10010 (ManyToMany programming error) created by
- I'm rather newbie in the django and python programming, but I'm …
Note: See TracTimeline
for information about the timeline view.