Timeline
06/07/2008:
- 18:09 Ticket #6810 ([newforms-admin] Add tests for admin views) closed by
- fixed: (In [7589]) newforms-admin: Fixed #6810 -- Added tests for admin …
- 18:05 Ticket #6819 ([newforms-admin] Delete view raises 403 after deletion by user with ...) closed by
- fixed: (In [7588]) newforms-admin: Fixed #6819 -- When the user does not have …
- 17:31 Ticket #7391 (newforms-admin: output of as_table() for formsets is HTML-escaped) closed by
- fixed: (In [7587]) newforms-admin: Fixed #7391 -- Mark the output of …
- 17:20 Ticket #2548 (Add set/get_expires methods and expires property to sessions) closed by
- fixed: Fixed in r7586.
- 15:50 Ticket #7391 (newforms-admin: output of as_table() for formsets is HTML-escaped) created by
-
BaseFormSet.as_table()
should usemark_safe()
. - 15:28 Changeset [8d4f79a7]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #2548: added get/set_expiry methods to session objects. Thanks, …
- 15:01 Changeset [50de1334]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #7342: Ignore any Meta options starting with '_', thus making it …
- 15:01 Ticket #7342 (Using a new-style class for Meta raises an exception) closed by
- fixed: (In [7585]) Fixed #7342: Ignore any Meta options starting with '_', …
- 14:30 Ticket #7390 (auto_now_add bug) created by
- Consider the following model: class Ticket(Model): …
- 14:18 Ticket #7389 (Separate models.py in multiple files) closed by
- duplicate: Duplicate of #4470.
- 12:51 Ticket #7385 (newforms-admin branch does not put the class attribute in inputs) closed by
- duplicate: Duplicate #5609. My apologizes, kimus, I should have looked for a …
- 12:44 Ticket #7280 (newforms-admin fields marked "editable=False" raise error when used in ...) closed by
-
invalid: This is the expected behavior.
prepopulated_fields
requires that …
- 05:16 DjangoResources edited by
- (diff)
- 04:34 Ticket #7389 (Separate models.py in multiple files) created by
- Ago time anybody found a good solution to have the models in several …
- 04:19 Ticket #7388 (Databrowse - text overlapping) created by
- The name of the tables -on the left- is overlapping to the name of the …
- 01:25 Changeset [8a7bbc3c]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #5836 -- Corrected the logic in the Test Client when an …
- 01:25 Ticket #5836 (Test client does not clear exception info after re-raising an ...) closed by
- fixed: (In [7583]) Fixed #5836 -- Corrected the logic in the Test Client when …
06/06/2008:
- 21:32 Ticket #7384 (database introspection on oracle is broken) closed by
- invalid: There's been a large amount of work on Oracle support since the 0.96 …
- 20:01 ForumAppsComparison edited by
- (diff)
- 18:26 Ticket #7387 (Recursive imports in django.contrib.contenttypes.generic) created by
-
I'm trying to import
django.contrib.contenttypes.generic
in a script … - 17:26 Ticket #7386 (manage.py syncdb "--interactive" option doesn't exist) created by
- The output of manage.py --help includes this: […] But if you run …
- 16:47 Ticket #7385 (newforms-admin branch does not put the class attribute in inputs) created by
- to reproduce the bug just go to the /admin/auth/group/add/ url. with …
- 15:55 Ticket #7384 (database introspection on oracle is broken) created by
- The db/backends/oracle/introspection.py module is just plain useless …
- 13:53 Ticket #6052 (SafeUnicode is not type.UnicodeType in _mysql.connection.escape) reopened by
- I'm going to reopen this as I just ran into it too and wasted an hour …
- 10:27 Ticket #7382 (Outputting PDFs with Django) closed by
- fixed: (In [7582]) Fixed #7382 -- Added a reference to Pisa HTML2PDF in the …
- 10:27 Changeset [5b9d907a]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #7382 -- Added a reference to Pisa HTML2PDF in the PDF output …
- 10:21 Ticket #7382 (Outputting PDFs with Django) reopened by
- Apologies - I misunderstood the report.
- 09:18 Ticket #7297 (utils.text docstrings inaccurate, not testable with doctest.testmod) closed by
- wontfix: I'm wontfixing the last part of this patch (introducing a doc …
- 09:09 Changeset [05862396]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Refs #7297 -- Corrected some doctest strings internal to the …
- 08:58 Changeset [0433ffa6]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #7293 -- Corrected some doctests strings internal to the …
- 08:58 Ticket #7293 (django.template docstrings not accurate (fail doctest.testmod)) closed by
- fixed: (In [7580]) Fixed #7293 -- Corrected some doctests strings internal to …
- 08:51 Changeset [cf8abd1b]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 a stray tab from [7578]. git-svn-id: …
- 08:50 Ticket #7165 (Include an assertNotContains for responses) closed by
- fixed: (In [7578]) Fixed #7165 -- Added an assertNotContains() method to the …
- 08:50 Changeset [0840195]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #7165 -- Added an assertNotContains() method to the test client. …
- 08:39 Ticket #7143 (Test client sends full path on file upload) closed by
- fixed: (In [7577]) Fixed #7143 -- Modified the test client to better match …
- 08:39 Changeset [46cd8bb5]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #7143 -- Modified the test client to better match (most) real …
- 08:12 Ticket #6945 (django/test/client.py:encode_multipart cannot encode multiple files) closed by
- invalid: If you have multiple files being uploaded on a form, each one will be …
- 08:02 Ticket #6168 (Cannot run invalid_models tests individually from runtests.py) closed by
- fixed: In [7576]: Fixed #6168 -- Updated the Django system test runner to …
- 07:55 Changeset [d234e927]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #6168 -- Updated the Django system test runner to make it …
- 07:32 Ticket #6665 (test.utils.create_test_db cannot drop existing test database when ...) closed by
- worksforme: I can't reproduce this error; Even when I hard crash a test run using …
- 06:47 Changeset [ed1c2117]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #7366 -- Modified a few expected test outputs to remove the …
- 06:47 Ticket #7366 (Some doctests still use dicts repr on output) closed by
- fixed: (In [7575]) Fixed #7366 -- Modified a few expected test outputs to …
- 06:27 Ticket #7382 (Outputting PDFs with Django) closed by
- invalid: None of the links you provide are part of the official Django …
- 05:47 Ticket #7383 (MySql error "Truncated Incorrect Double Value" using extra()) created by
- I'm experiencing this error when I use the extra() function: […] …
- 05:36 Ticket #7382 (Outputting PDFs with Django) created by
- I think the article "Outputting PDFs with Django" should be extended …
- 04:45 Ticket #7373 (for key, value in some_dict does not work) closed by
- invalid: The error messages for a field are a list, because a single field may …
- 04:10 Ticket #7373 (for key, value in some_dict does not work) reopened by
- I reverted my changes(and svn update) and wrote {{{for field, error …
- 01:29 Ticket #7374 (Mention simple_tag and inclusion_tag before manual parsing) closed by
- wontfix: The way this is handled is consistent with other documentation and …
06/05/2008:
- 23:31 Ticket #7381 (1406, "Data too long for column" DataError in WindowsXP) closed by
- fixed
- 21:33 Ticket #7381 (1406, "Data too long for column" DataError in WindowsXP) created by
- I am getting a DataError at /admin/polls/poll/5/ (1406, "Data too …
- 18:39 Ticket #7380 (Generic week view inconsistent with django.utils.dateformat) created by
- The generic week view parses the date by passing the year and week to …
- 17:20 Ticket #7379 (middleware redirects in common.py don't pass the same URL parameters ...) created by
- line 83 of django/middleware/common.py should be: […] instead of: …
- 17:19 Ticket #7377 ("extends" and "block" tags are not available when constructing ...) closed by
- invalid
- 17:15 Ticket #7378 (Reverse relationship ignores to_field (in another setting)) created by
- This is related to bug #4510. I am using the latest version from SVN …
- 17:05 Ticket #7377 ("extends" and "block" tags are not available when constructing ...) reopened by
- that was a typo from an old terminal. It happens even with the {% …
- 16:56 Ticket #7377 ("extends" and "block" tags are not available when constructing ...) closed by
- invalid: That error occurred because you had {% end block %} in place of {% …
- 16:51 Ticket #7377 ("extends" and "block" tags are not available when constructing ...) created by
- with a fresh svn chekcout, made a new project, and run: ./manage.py …
- 14:11 Ticket #7376 (auth docs don't say they depend on contenttypes) created by
-
The
django.contrib.auth
docs do not indicate that it depends on … - 13:20 TracTimeline edited by
- Removed link to TracGuideToc (missing). (diff)
- 13:20 TracTimeline edited by
- Fixed double quote in example commit. (diff)
- 12:49 Ticket #7375 (auth framework shouldn't write verbose_name values in permission ...) created by
- django.contrib.auth framework's writes it's permissions in a column of …
- 11:51 Ticket #7374 (Mention simple_tag and inclusion_tag before manual parsing) created by
- The current docs begin with explaining the complicated parsing system. …
- 06:53 BackwardsIncompatibleChanges edited by
- Fixed the date for r7574 (diff)
- 06:27 Ticket #7373 (for key, value in some_dict does not work) closed by
- invalid: Use {% for field, error in form.error_dict.items %}
- 06:03 Ticket #7373 (for key, value in some_dict does not work) created by
- I have the following code in my template: […] That stuff does not …
- 04:13 Ticket #7372 (queryset intersection either returns wrong result or raises KeyError ...) created by
- qs1 and qs2 are 2 combinable query sets. qs1 & qs2 resutls in qs2 …
- 02:03 Ticket #7363 (Form wizard has a bug in get_template(self, step). The 'step' ...) closed by
- duplicate: Duplicate of #6893
- 01:49 Ticket #7371 (Ordering on a ForeignKey with an existing default ordering and a ...) created by
- When using .order_by() on a ForeignKey, where the foreign model …
- 01:04 Ticket #7370 (Changing user in admin deletes UserProfile) created by
- Hello everybody! For me, changing a user in the admin interface, for …
06/04/2008:
- 22:51 Ticket #7337 (Add server date and time to manager emails sent out for server errors (500)) closed by
- invalid
- 22:34 Ticket #7369 (ForeignKey non-null relationship after null relationship on ...) created by
- When starting from a relationship of a ForeignKey(null=True), and …
- 19:40 BackwardsIncompatibleChanges edited by
- Added notes about [7574] (diff)
- 19:39 Changeset [1452d462]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #6886: Tightened up ForeignKey and OneToOne field assignment. …
- 19:39 Ticket #6886 (Assigning a Model Instance to a Foreign Key Attribute Doesn't Cache ...) closed by
- fixed: (In [7574]) Fixed #6886: Tightened up ForeignKey and OneToOne field …
- 19:11 Ticket #7368 (Problem when overriding '__init__' / 'save' methods (models.model)) created by
- In this sample model : […] The save fonction was called twice and …
- 18:52 Ticket #7362 (Admin model editor executes thousands of SQL commands when foreign key ...) closed by
- wontfix: This bug is well known (and I'm pretty sure has been reported before). …
- 17:34 Ticket #7367 (Cannot have non-primary-key OneToOneField to parent class) created by
- I am using multi-table inheritance in the latest version from SVN …
- 17:12 NewformsHOWTO edited by
- Superfluous import removed (diff)
- 17:10 NewformsHOWTO edited by
- trimmed the code and fixed my formatting (diff)
- 16:51 NewformsHOWTO edited by
- fixed the "how add column"-question, and added my own method (diff)
- 16:16 Ticket #7366 (Some doctests still use dicts repr on output) created by
- As pointed by Jacob on [7322], doctests with dict output may fail on …
- 16:12 Ticket #7365 (AttributeError) closed by
- invalid: Please don't use the ticket system to ask support questions. Use the …
- 15:00 Ticket #7365 (AttributeError) created by
- On Mac OS X 10.4.11 using Python 2.3: Traceback (most recent call …
- 13:40 Ticket #7364 (Login view is cached when caching middleware is turned on) created by
- This causes a problem, because the login view expects a cookie to be …
- 13:34 Ticket #7363 (Form wizard has a bug in get_template(self, step). The 'step' ...) created by
- When I override this function below, the "step" variable always stays …
- 13:28 Ticket #3762 (TypeError/Unhandled exception in ...) closed by
- duplicate: Still a duplicate of #3414.
- 12:27 Ticket #7362 (Admin model editor executes thousands of SQL commands when foreign key ...) created by
- I have three models in my application: […] When I try to edit a …
- 12:06 Ticket #3762 (TypeError/Unhandled exception in ...) reopened by
- I'm able to replicate this bug with the help of …
- 11:32 Ticket #7359 (No updates on Django community page) closed by
- fixed: Working now; thanks.
- 09:17 Ticket #7361 (Add back button to admin delete page) created by
- It's just been pointed out to me that when you hit "Delete" in the …
Note: See TracTimeline
for information about the timeline view.