Timeline
08/26/2008:
- 22:40 Ticket #8585 (InterfaceError with MySQLdb set_character_set) created by
- I have syncdb and runserver via console mode without any error. but …
- 21:42 Ticket #8571 (comment framework throws obscure exception in {% comment_form_target %}) reopened by
- I am getting the same error. I stopped the development server, …
- 20:16 Ticket #8584 (Corner case for get_language_for_request function in translation) created by
- As I understand the problem would show itself if the following, rather …
- 20:11 Ticket #8583 (Comments upgrade SQL fails on FreeComment data) created by
- In the contrib.comments upgrade instructions, the UPDATE statements …
- 19:39 Ticket #8582 (Changing password on a new install generates a NoReverseMatch exception) closed by
- duplicate: This is #8493, fixed in [8473]. Thanks for the clear report, in any case.
- 19:31 Ticket #8582 (Changing password on a new install generates a NoReverseMatch exception) created by
- I searched for this bug, best I knew how...didn't find anything on it. …
- 18:28 Ticket #8581 (Obsolete command in whatsnext docs) created by
- Now, source docs are in several directories. In whatnext.txt doc there …
- 18:10 Ticket #8580 (Missing links to django source files in settings doc.) created by
- 18:08 Ticket #8579 (Move admin validation to only run as part of "validate" management command) created by
- Normal practice within Django is that validation code is only run when …
- 18:06 Ticket #8569 (Admin fieldsets can cause "'str' object has no attribute ...) closed by
- fixed: (In [8605]) Fixed #8569 -- Ensure that apps are correctly set up …
- 18:06 Changeset [8226b8c9]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 #8569 -- Ensure that apps are correctly set up before …
- 18:06 Changeset [255bf69e]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
- Tweaked the admin validation code to make things a bit easier to read. …
- 17:55 Ticket #8578 (Typo in testing docs, that also makes bad highlight) created by
- The incorrect typo was in this URL: …
- 17:47 Ticket #8020 (python process crashes when using sitemaps after [8088]) reopened by
- This change recurses for me on Mac OSX, I don't understand why it …
- 17:43 Ticket #8577 (Admin raises UnboundLocalError) created by
- […] Code added in [8474] for #1390 produced this error. The …
- 17:30 Ticket #8576 (Multiple AutoFields in a model) created by
- Got the assertions failed recently: […] and […] Depending on the …
- 17:29 Ticket #1390 (Add app name to title and navigation-bar in admin interface) closed by
- fixed: Please do not reopen this ticket, the original issue has been solved, …
- 17:23 Ticket #1390 (Add app name to title and navigation-bar in admin interface) reopened by
- The change made to django/contrib/admin/sites.py generated: […]
- 17:20 Ticket #8572 (Improve flexibility of admin.autodiscover for custom admin sites) closed by
- duplicate: This is a duplicate of #8500. I think this approach is better, but it …
- 17:14 Ticket #8575 (get_or_create testcase fails under MySQL) created by
- As mentioned here: …
- 16:40 Ticket #8328 ([8240] contained undocumented backwards incompatible change) closed by
- fixed
- 16:40 Ticket #8574 (Sitemap should be a new style class) created by
- django.contrib.sitemaps.Sitemap should be a new-style class deriving …
- 16:40 BackwardsIncompatibleChanges edited by
- added note for fixing #8328. (diff)
- 16:36 Ticket #6529 (flatattr() doesn't check if a string is marked as "safe") closed by
- duplicate: I mark this ticket as duplicated of #8566. The changeset [8601] is …
- 16:33 Changeset [70966cb]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 #6893:
FormWizard
now properly updates itsstep
value. … - 16:33 Ticket #6893 (FormWizard does not set the step value correctly) closed by
-
fixed: (In [8603]) Fixed #6893:
FormWizard
now properly updates itsstep
… - 16:33 Changeset [05133ba]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 stray code from [8601]. git-svn-id: …
- 16:32 Ticket #8566 (mark_safe not propagating from widgets to templates) closed by
- fixed: (In [8601]) Fixed #8566 -- Allow safe-strings in the "attrs" parameter …
- 16:32 Changeset [1fc8f84f]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 #8566 -- Allow safe-strings in the "attrs" parameter to form …
- 16:30 Changeset [5f396193]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
- Updated comment tests to hook up URLs in the correct manner. This …
- 16:24 Ticket #8573 (inspectdb doesn't make use of FK and uniqueness information when the ...) created by
- This was reported as an …
- 16:07 Ticket #8571 (comment framework throws obscure exception in {% comment_form_target %}) closed by
- worksforme: You'll get this if you still have stale pyc files left over from the …
- 16:04 Ticket #8572 (Improve flexibility of admin.autodiscover for custom admin sites) created by
-
admin.autodiscover
is great, but you cannot customize admin … - 16:00 Ticket #8571 (comment framework throws obscure exception in {% comment_form_target %}) created by
- Today I updated Django to trunk version 8580, and I saw new comments …
- 15:51 Changeset [384c48e4]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
- Cleaned up some tests I broke as a result of the escapejs changes in …
- 15:44 Ticket #8036 (select_related() yields unexpected results with certain combinations ...) closed by
- fixed: (In [8598]) Fixed #8036 -- Fixed a case when attempting to traverse …
- 15:44 Changeset [8f5234d8]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 #8036 -- Fixed a case when attempting to traverse non-existent …
- 15:26 Ticket #8570 (Wrong indentation style in django/contrib/formtools/utils.py) created by
- This file has 8 space padding. This should be 4, as …
- 15:21 Ticket #8569 (Admin fieldsets can cause "'str' object has no attribute ...) created by
- As reported here: …
- 15:19 Ticket #6209 (FormPreview never passes security_hash validation when a BooleanField ...) closed by
-
fixed: (In [8597]) Fixed #6209: handle
BooleanField
s inFormPreview
and … - 15:19 Changeset [6056ab1b]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 #6209: handle
BooleanField
s inFormPreview
andFormWizard
. … - 15:17 Ticket #8568 (Remove note about missing signals documentation in models doc.) created by
- I've attached a patch
- 15:08 Ticket #4389 (BIDI language detection not smart enough) closed by
-
fixed: (In [8596]) Fixed #4389: be more robust in
get_language_bidi()
. … - 15:08 Changeset [a0329d0]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 #4389: be more robust in
get_language_bidi()
. Thanks, arien. … - 15:03 Ticket #8565 (Comments should use object_id instead of object_pk) closed by
- duplicate: Dup of #8554.
- 14:59 Changeset [52c3c3a3]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 an error in comment upgrade SQL. git-svn-id: …
- 14:56 Changeset [91ca961b]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
- Updated German translation git-svn-id: …
- 14:47 Ticket #8567 (Formwizard documentation does not clearly describe how to specify forms) created by
- When I read the Form Wizard doc, it took me a lots of searching before …
- 14:38 Changeset [e3fad41]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
- A noble spirit no longer embiggens the smallest function signatures. …
- 14:38 Changeset [471533fb]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
- Added signals docs to doc index. git-svn-id: …
- 14:35 Ticket #8566 (mark_safe not propagating from widgets to templates) created by
- I submitted the below to Django Users and Malcolm Tredinnick suggested …
- 14:23 Changeset [c5cc26ff]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 some Sphinx markup in signals docs. git-svn-id: …
- 14:15 Ticket #8565 (Comments should use object_id instead of object_pk) created by
-
django.contrib.comments.models.BaseCommentAbstractModel
uses … - 14:10 Ticket #8523 (contrib.auth's ChangePasswordTest tests have invalid setUp/tearDown methods) closed by
- wontfix: @cammacrae: your patches are not what this ticket was about. The issue …
- 14:07 Ticket #8236 (Signals Documentation) closed by
- fixed: Fixed in [8590] -- see …
- 14:04 Changeset [6f29ad31]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 #8326: added signals documentation. Thanks to MercuryTide's …
- 13:53 Changeset [378f5ddb]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
- Updated comment signals to provide enough information to actually act …
- 13:53 Ticket #6353 (debug.technical_500_response fails on exceptions having localized text ...) closed by
- fixed: (In [8588]) Fixed #6353 (again) by making force_unicode() and …
- 13:53 Changeset [c6a2bd9b]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 #6353 (again) by making force_unicode() and smart_str() a bit …
- 13:35 Ticket #8564 (newforms-admin doesn't support linking to it via {% url %} or reverse()) created by
- In the old admin, that was possible to have a link to the admin area …
- 13:15 Changeset [5dd68fa7]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
- Marked a couple of unmarked strings in edit_inline templates and …
- 13:14 Ticket #8563 ([gis] Current locale considered when converting a geometry to WKT) created by
- I'm getting a OGRGeometry Exception intermittently, when saving a …
- 13:09 Ticket #8562 (OneToOnes + primary_key = True ... fails in Admin) created by
- This goes back to the primary keys and missing in the Admin forms as …
- 13:08 Ticket #7984 (Admin "View on site" builds wrong URL with inline models) closed by
- fixed: (In [8586]) Fixed #7984 -- 'View on site' links now work in inlines. …
- 13:07 Changeset [5a72589]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 #7984 -- 'View on site' links now work in inlines. Thanks philwo …
- 13:05 Ticket #8561 (Patсh for Lithuanian support to Javascript slug creation) created by
- Path for Lithuanian support to Javascript slug creation in …
- 12:44 Ticket #8560 (Small typo in tutorial 2) closed by
- fixed: (In [8585]) Fixed #8560 -- Corrected a typo in a comment of …
- 12:44 Changeset [05a4439]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 #8560 -- Corrected a typo in a comment of …
- 12:19 Ticket #2839 (Filter translation ignores "By") closed by
- worksforme: I haven't been able to reproduce the problem. Since this a 2 years old …
- 12:03 Ticket #8560 (Small typo in tutorial 2) created by
- A followup to #8392 and [8432], sorry for not noticing it was also …
- 11:55 Ticket #8558 ("from django.db import models" missing in tutorial02) closed by
- fixed: (In [8584]) Fixed #8558 -- Removed a stray line in tutorial 2 left …
- 11:55 Changeset [c849fcc]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 #8558 -- Removed a stray line in tutorial 2 left over from when …
- 11:54 Ticket #8558 ("from django.db import models" missing in tutorial02) reopened by
- The line in question does in fact exist in the tutorial. It's just …
- 11:44 Ticket #8559 (new comment.get_absolute_url returns '') created by
- Just upgraded to the new comments system (sort of peaved that …
- 11:38 Ticket #6353 (debug.technical_500_response fails on exceptions having localized text ...) reopened by
- You're going to hate me, but there were two problems referenced in …
- 11:24 NewformsHOWTO edited by
- Q about choicefield options depending on parent object (diff)
- 11:18 Ticket #8126 (admin.autodiscover() fails on bogus INSTALLED_APPS entries) closed by
-
fixed: (In [8583]) Fixed #8126: improved
admin.autodiscover()
to be more … - 11:18 Changeset [a516ebd]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 #8126: improved
admin.autodiscover()
to be more forgiving of … - 10:52 Ticket #8326 (Basic Django/Jython documentation) closed by
- fixed: (In [8582]) Fixed #8326: added documentation about running Django on …
- 10:52 Changeset [30de7331]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 #8326: added documentation about running Django on Jython. Docs …
- 10:35 Ticket #7625 (admin.list_filter should accept methods with boolean property) closed by
- wontfix: I'm marking this as wontfix, because Django's filters work by …
- 10:26 Ticket #8530 (Errors in field options in topics/db/models.txt) closed by
- fixed: This doesn't seem to apply any more; I think it was fixed at some …
- 10:23 Ticket #8555 (comments documentation issues: get_comment_form raising argument ...) closed by
-
fixed: (In [8581]) Fixed #8555: corrected
get_comment_form
tag documentation. - 10:23 Changeset [c5c61b26]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 #8555: corrected
get_comment_form
tag documentation. … - 09:11 Ticket #8558 ("from django.db import models" missing in tutorial02) closed by
- invalid: The text you refer to does not exist in the tutorial for the current …
- 08:40 Ticket #8558 ("from django.db import models" missing in tutorial02) reopened by
- The code snippet (for admin.py) I'm refering to starts with the line: …
- 08:09 Ticket #8558 ("from django.db import models" missing in tutorial02) closed by
- invalid: This section deals entirely with the admin, and everything necessary …
- 08:04 Ticket #8558 ("from django.db import models" missing in tutorial02) created by
- The 2nd example in section "Adding related objects" in tutorial02 …
- 07:59 Ticket #8557 (intpoint filter for contrib.humanize) created by
- for european users would be really useful an intpoint filter in …
- 07:20 DjangoResources edited by
- (diff)
- 07:20 Ticket #8556 (models.CommaSeperatedIntegerField doesn't return a forms field of any use) created by
- CommaSeperatedIntegerField just returns a normal charfield, which …
- 06:59 VersionOneFeatures edited by
- (diff)
- 06:59 Ticket #8523 (contrib.auth's ChangePasswordTest tests have invalid setUp/tearDown methods) reopened by
- Thumping the template_dirs means that anyone who uses …
- 06:48 VersionOneFeatures edited by
- (diff)
- 06:47 Ticket #8555 (comments documentation issues: get_comment_form raising argument ...) created by
- the documentation @ …
- 06:45 VersionOneFeatures edited by
- (diff)
- 06:00 Ticket #8554 (Comment object_pk isn't correctly cast to text for lookups) created by
- The title says it all... …
- 03:58 Ticket #8347 (missing fields/definitions in sqlite3 introspection module) closed by
- fixed: (In [8580]) Fixed #8347 -- Added a few missing field type conversion …
- 03:58 Changeset [4f711eb5]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 #8347 -- Added a few missing field type conversion to SQLite's …
- 03:22 BackwardsIncompatibleChanges edited by
- Added note about error handling for timezone-different comparisons. (diff)
- 03:08 Ticket #7201 (timeuntil filter misbehaves if my datetime has a timezone) closed by
- fixed: (In [8579]) Fixed #7201 -- Fixed the timeuntil filter to work …
- 03:08 Changeset [3111d7f6]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 #7201 -- Fixed the timeuntil filter to work correctly with …
- 03:06 Ticket #8036 (select_related() yields unexpected results with certain combinations ...) reopened by
- The problem still exists in [8571]. I've attached tests with as few …
- 03:04 Ticket #8552 (Use the LOGIN_REDIRECT_URL in auth test views) reopened by
- 03:03 Ticket #8552 (Use the LOGIN_REDIRECT_URL in auth test views) closed by
- fixed
- 03:02 Ticket #8553 (Add soundex support to MySQL (and others)) closed by
- wontfix: Not really worth it. Soundex support has enough collisions that it's …
- 02:58 Ticket #8553 (Add soundex support to MySQL (and others)) created by
- I needed to use MySQL sounds like support in an app recently and found …
- 02:56 Changeset [61957df1]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
- Added a few people to the AUTHORS file who have made recent …
- 02:56 Ticket #7177 (Expand and modify escaping of JavaScript strings in the escapejs filter) closed by
- fixed: (In [8577]) Fixed #7177 -- Added extra robustness to the escapejs …
- 02:56 Changeset [8c4a5258]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 #7177 -- Added extra robustness to the escapejs filter so that …
- 02:49 Ticket #8552 (Use the LOGIN_REDIRECT_URL in auth test views) created by
- Use the LOGIN_REDIRECT_URL setting in the login method instead of the …
- 02:44 Ticket #7084 (django-admin.py makemessages fails on multiline blocktrans tags on Windows) closed by
- fixed: Fixed in [8576].
- 02:43 Changeset [fcf059d]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 #7084 -- Fixed the "makemessages" command to handle line endings …
- 02:36 Ticket #6101 (Seeing ", etc. in admin list of related object to be deleted) closed by
- fixed: (In [8575]) Fixed #6101 -- Tweaked a couple of places in the …
- 02:36 Changeset [73afcee]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 #6101 -- Tweaked a couple of places in the …
- 02:23 Ticket #4529 (Allow multiple blocks with the same name in one template) closed by
- wontfix: This is still pretty much by design based on how the template system …
- 02:11 Ticket #8150 (Django documentation overview is outdated (as of 2008-08-07)) closed by
- fixed: (In [8574]) Fixed #8150 -- Updated a reference to creating an admin …
- 02:11 Changeset [af83b650]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 #8150 -- Updated a reference to creating an admin class in the …
- 02:00 Ticket #1751 (unique_together does not work when any of the listed fields contains a FK) closed by
- fixed: Agreed. The impending removal of manipulators (part of #7742) would …
- 01:58 Changeset [ccb37ce7]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
- The comments app was unconditionally accessing various settings that …
- 01:43 Changeset [47ed499a]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
-
Corrected references that aren't
Field
attributes. git-svn-id: … - 00:36 GeoDjangoFedoraInstall edited by
- (diff)
- 00:35 GeoDjangoFedoraInstall created by
- 00:09 GeoDjangoInstall edited by
- adding Fedora 9 specific tips (diff)
08/25/2008:
- 23:55 Changeset [b016ea0]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 trailing whitespace in a few files. git-svn-id: …
- 23:15 Ticket #8551 (Add REMOTE_ADDR: '127.0.0.1' to TestClient environment by default) created by
- The fake environment django.test.client.Client sets up is missing …
- 23:05 Ticket #8539 (Two PEP links broken in new documentation) closed by
- fixed: Fixed in [8552].
- 23:02 Ticket #8150 (Django documentation overview is outdated (as of 2008-08-07)) reopened by
- Malcolm, I think this is still relevant. The problem persists in the …
- 22:22 Ticket #7786 (queries test failure on Python 2.3) closed by
- fixed: (In [8570]) Hid a few QuerySet regression tests from Python 2.6 due to …
- 22:22 Changeset [15ed5e61]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
- Hid a few QuerySet regression tests from Python 2.6 due to a bug in …
- 22:13 Ticket #8550 (date filter can't right work in object_history.html.) closed by
- duplicate: This is essentially a duplicate of #8541 -- both tickets are saying …
- 22:05 Ticket #8550 (date filter can't right work in object_history.html.) created by
- object_history.html:30 <th scope="row">{{ …
- 21:43 Ticket #8490 (path_info equals script_name on lighttpd using fastcgi under a ...) closed by
- fixed: Fixed in [8569].
- 21:42 Changeset [948a833e]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 #8490 -- Worked around a bug in flup 1.0.1 when working out the …
- 21:10 Ticket #8150 (Django documentation overview is outdated (as of 2008-08-07)) closed by
- fixed: This isn't really relevant now that the docs refactor has landed. All …
- 20:59 Tickets #2335,8506 batch updated by
- fixed: (In [8568]) Added documentation to explain the gains and losses when …
- 20:59 Changeset [f2b389b3]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
- Added documentation to explain the gains and losses when using …
- 20:05 Ticket #8139 (Some quote typos in Template documentation) closed by
- invalid: The new docs have cleaned these up.
- 19:52 Changeset [b2c2c3a2]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
- A few fixes for the testing documentation: * Removed an extra …
- 19:46 Changeset [5485e0d]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
- Fixes for Geo sitemap errata. git-svn-id: …
- 19:41 Ticket #8549 (Fields added via the extra() QuerySet modifier are not outputted when ...) closed by
- duplicate: Duplicate of #5711
- 19:38 Ticket #8549 (Fields added via the extra() QuerySet modifier are not outputted when ...) created by
-
It appears that when you add a field via the
extra()
method on a … - 19:34 Changeset [8a88379]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 the
GeometryField
form to catch more than just GEOS … - 19:09 Ticket #8548 (Lengthy verbose_name results in fatal mysql 'warning' error during syncdb.) created by
- […] Running 'python manage.py syncdb' results in MySQLdb trying to …
- 19:09 Changeset [b47c25ef]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 reference to mysql_old in the docs. git-svn-id: …
- 18:56 Ticket #8542 (model_formsets tests added in r8528 fail on MySQL) closed by
- fixed: (In [8563]) Fixed #8542 -- Made the model_formstests tests from [8528] …
- 18:56 Changeset [d5f1d6f9]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 #8542 -- Made the model_formstests tests from [8528] a little …
- 18:22 BackwardsIncompatibleChanges edited by
- Corrected a typo. (diff)
- 17:55 Ticket #8543 (can_delete and can_order labels are not internationalized) closed by
- fixed: (In [8562]) Fixed #8543: added translation markings to can_delete and …
- 17:55 Changeset [4df380ff]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 #8543: added translation markings to can_delete and can_order …
- 17:53 Ticket #7831 (get_language_from_request should be case-insensitive while matching ...) closed by
- fixed: (In [8561]) Fixed #7831: be case-insensitive when in …
- 17:53 Changeset [6a5cc9e]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 #7831: be case-insensitive when in
get_language_from_request
. … - 17:47 Ticket #6353 (debug.technical_500_response fails on exceptions having localized text ...) closed by
- fixed: (In [8560]) Fixed #6353: better handle unicode in exception reasons.
- 17:47 Changeset [ddb3cdd]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 #6353: better handle unicode in exception reasons. git-svn-id: …
- 17:43 Ticket #8106 (select_related queries return wrong data) closed by
- fixed: (In [8559]) Fixed #8106 -- Untangled some problems with complex …
- 17:43 Changeset [3deff41]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 #8106 -- Untangled some problems with complex select_related() …
- 17:34 Changeset [6abe046]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 a silly typo in comment settings doc. git-svn-id: …
- 17:34 Ticket #8036 (select_related() yields unexpected results with certain combinations ...) closed by
- fixed: I've tried pretty hard to reproduce this, but I can't. It's quite …
- 17:22 Ticket #6784 ("is_public yes" doesn't work in template tag "comment_form") closed by
- invalid: With the new comment system added in [8557], I'm closing all …
- 17:21 Ticket #6582 (contrib.comments.models fieldset names should be translated) closed by
- invalid: With the new comment system added in [8557], I'm closing all …
- 17:21 Ticket #5249 (Posting a FreeComment from an IPv6 address bypasses IPAddressField ...) closed by
- invalid: With the new comment system added in [8557], I'm closing all …
- 17:21 Ticket #2177 ([Patch] Free Preview and Posted Templates for Comments App) closed by
- invalid: With the new comment system added in [8557], I'm closing all …
- 17:21 Ticket #2134 ([patch] add comment object to comments/posted template) closed by
- invalid: With the new comment system added in [8557], I'm closing all …
- 17:21 Ticket #1853 (admin documentation section errors for 'comments' tags) closed by
- invalid: With the new comment system added in [8557], I'm closing all …
- 17:16 BackwardsIncompatibleChanges edited by
- (diff)
- 17:14 Changeset [cba9199]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
- Refactored Django's comment system. Much of this work was done by …
- 17:08 Ticket #7006 (Overridden fields/widgets for ForeignKeys in ModelForms) closed by
- invalid: I think error is the normal behaviour here. Validation success because …
- 16:16 SchemaEvolution edited by
- Whoops, not so. (diff)
- 16:15 SchemaEvolution edited by
- Found another one. (diff)
- 16:14 Ticket #7975 (Admin inlines incorrectly report "this field is required" if inline ...) reopened by
- Notice the parenthetical remark I added above: (BTW you also need to …
- 16:06 Ticket #7975 (Admin inlines incorrectly report "this field is required" if inline ...) closed by
- worksforme: I've testing this ticket, and the validation error doesn't appears. …
- 15:47 Changeset [b46e736c]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
- Because the filter tests take non-zero time to pass, it's possible for …
- 14:56 Changeset [853f4d29]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 #8547 -- Corrected the breadcrumb display in the …
- 14:56 Ticket #8547 (object_history.html not updated to show app_index in breadcrumbs) closed by
- fixed: (In [8555]) Fixed #8547 -- Corrected the breadcrumb display in the …
- 14:55 Ticket #8547 (object_history.html not updated to show app_index in breadcrumbs) created by
- 14:49 Ticket #8546 (HttpResponse.content should be in an Attributes section, not in Methods) created by
- HttpResponse.content is a property, not a method, so it should be in …
- 14:29 Changeset [834ce902]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 #8499 -- Corrected a couple of instances of where the CSS class …
- 14:29 Ticket #8499 (Admin Fieldset changed css from 'error' to 'errors') closed by
- fixed: (In [8554]) Fixed #8499 -- Corrected a couple of instances of where …
- 14:29 Changeset [018057d8]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 a bad link in topics/db/models.txt git-svn-id: …
- 14:28 Changeset [a1698845]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 #8539: fixed PEP references. Thanks, carljm. git-svn-id: …
- 14:28 Ticket #5591 (i18n documentation: Incorrect statement about template variables in {% ...) closed by
-
fixed: (In [8551]) Fixed #5591: corrected info about variables in
trans
… - 14:28 Changeset [f964a6e4]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 #5591: corrected info about variables in
trans
tag. Thanks, … - 14:11 Ticket #8425 (Palau, Federated States of Micronesia and Marshall Islands are ...) closed by
- fixed: (In [8550]) Fixed #8425: removed the independant nations of Palau, …
- 14:11 Changeset [744d8821]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 #8425: removed the independant nations of Palau, Marshall …
- 14:09 Ticket #7499 (TimeField may contain the sub-second times but cannot validate them) closed by
-
fixed: (In [8549]) Updated
TimeInput
changes from [8491] to allow time … - 14:09 Changeset [cbd57488]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
-
Updated
TimeInput
changes from [8491] to allow time widgets to be … - 14:08 Ticket #8545 (row_post_data in request-response.txt should be raw_post_data) created by
- Simple typo: row instead of raw Patch: […]
- 14:04 BackwardsIncompatibleChanges edited by
- (diff)
- 14:02 BackwardsIncompatibleChanges edited by
- (diff)
- 13:53 Changeset [7e06b69a]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 outdated "adminindex" command -- the same behavior is now far …
- 13:40 Ticket #8544 (Markup changes to the docs) created by
- Some changes in rendering were made to …
- 13:40 Ticket #8393 (Test client handler should call set_script_prefix) closed by
-
worksforme: Looking at
urlresolvers.get_script_prefix
, I can't see how it could … - 13:34 Ticket #8543 (can_delete and can_order labels are not internationalized) created by
- In …
- 13:32 Ticket #8519 (databrowse.site.register reports "The model ModelBase is already ...) closed by
- fixed: (In [8547]) Fixed #8519: report the correct class in databrowse's …
- 13:32 Changeset [ab7eabf]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 #8519: report the correct class in databrowse's …
- 13:24 Changeset [0a6314f2]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 #8285: signal handlers that aren't functions work under DEBUG. …
- 13:24 Ticket #8285 (Signal Handlers can only be functions with DEBUG=True) closed by
- fixed: (In [8546]) Fixed #8285: signal handlers that aren't functions work …
- 13:06 Signals edited by
- Added a tip about using dispatch_uid to prevent double-dispatch of signals (diff)
- 12:59 Ticket #7888 (BaseModelFormSet cannot resolve instances of inherited models when saving) closed by
- fixed: However, this ticket itself has been fixed. I will mark as such. Open …
- 12:53 Signals edited by
- The page seems to have already been updated post signals-refactor, … (diff)
- 12:36 Ticket #7888 (BaseModelFormSet cannot resolve instances of inherited models when saving) reopened by
- The code in [8528] is obviously incorrect. Consider the following …
- 12:22 Ticket #8458 (adding own commands to manage.py not working correctly) closed by
- worksforme: Replying to dafire: > I tried to add my own commands as …
- 12:21 Ticket #8523 (contrib.auth's ChangePasswordTest tests have invalid setUp/tearDown methods) closed by
- wontfix
- 12:20 Changeset [1aa48898]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 get_or_create test case for Oracle by re-raising the more …
- 12:10 Ticket #8379 ('change user' admin form doesn't validate username) closed by
- fixed: (In [8544]) Fixed #8379: the admin user change form now properly …
- 12:10 Changeset [78d13fb]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 #8379: the admin user change form now properly validates the …
- 12:06 Ticket #8542 (model_formsets tests added in r8528 fail on MySQL) created by
- The model_formsets tests added in [8528] are failing on MySQL: […] …
- 11:57 Ticket #8344 (contrib.auth.models.User.get_profile() throws AttributeError not ...) closed by
- fixed: (In [8543]) Fixed #8344: make User.get_profile() work when …
- 11:56 Changeset [9a1e4ced]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 #8344: make User.get_profile() work when …
- 11:55 Ticket #7833 (UserCreationForm doesn't handle the case where password1 is not set) closed by
- fixed: (In [8542]) Fixed #7833: the user creation form now works when …
- 11:55 Changeset [15ed0d65]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 #7833: the user creation form now works when password1 isn't …
- 11:37 Ticket #6828 (Broken images in Tutorial part 2) closed by
- fixed
- 11:24 Changeset [e3df3547]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
- Converted some images in the docs that claimed to be PNGs, but …
- 11:03 Ticket #8471 (404 Page not found following link from 1.0b1 Release Notes) closed by
- invalid: Those links to older versions are auto-generated on every page. …
- 10:57 Ticket #8349 (syncdb doesn't make all the necessary changes with the Oracle backend) closed by
- wontfix: You are hoping for behaviour from syncdb that doesn't exist. At the …
- 10:56 Ticket #8541 (DATE_WITH_TIME_FULL in django 1.0 beta zh_CN) created by
- settings.LANGUAGE_CODE = 'zh-cn' When viewing some model's history in …
- 10:52 Ticket #7743 (Django uses "testserver" instead of "example.com" in assertRedirects tests) closed by
- wontfix: Was marked as "invalid" a while back, so I assume the reopening was …
- 10:51 Changeset [97bc8727]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 a handful of typo/markup problems in the docs. Patch from Daniel …
- 10:29 Ticket #8529 (Please, update AUTHORS file) closed by
- fixed: (In [8539]) Fixed #8529 -- Added Petr Lewandowski to the AUTHORS file.
- 10:29 Changeset [9647698]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 #8529 -- Added Petr Lewandowski to the AUTHORS file. …
- 10:20 Ticket #8540 (daemonize should close all open files) created by
-
In source:django/utils/daemonize.py, the
become_daemon
function … - 09:34 Ticket #8539 (Two PEP links broken in new documentation) created by
- In docs/internals/contributing.txt and docs/topics/testing.txt, a PEP …
- 09:31 Ticket #8538 (Document when process_response and process_exception middleware is invoked) created by
- It would be helpful if the django docs better covered the exact …
- 09:23 Ticket #8537 (clarify session expiration) created by
- the "How to use sessions" documentation at …
- 07:59 Ticket #7317 (XViewMiddleware should not be enabled by default.) closed by
- fixed: Fixed in [8537].
- 07:58 Ticket #8242 (INSTALLED_APPS with "foo.*" not populated consistently) closed by
-
fixed: (In [8538]) Fixed #8242: handle
foo.*
consistantly in INSTALLED_APPS. - 07:58 Changeset [60d5f0db]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 #8242: handle
foo.*
consistantly in INSTALLED_APPS. … - 07:57 Changeset [e206eab]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 #7317: the x-view middleware is no longer enabled by default. …
- 07:56 Ticket #3575 (postgres backend should optimize iexact searches) closed by
- fixed: (In [8536]) Fixed #3575: use UPPER() instead ILIKE for postgres …
- 07:56 Changeset [3df72660]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 #3575: use UPPER() instead ILIKE for postgres case-insensitive …
- 07:38 Ticket #7443 (timesince template filter reverses its parameters when given a base date) closed by
- fixed: (In [8535]) Fixed #7743: Reverted [8483], which was itself a reversion …
- 07:38 Ticket #7743 (Django uses "testserver" instead of "example.com" in assertRedirects tests) reopened by
- Oops - excuse the fat fingers. That last commit message should have …
- 07:37 Ticket #8536 (Some fixes for the makemessages management command) created by
- The command doesn't correctly clean up after itself if an error …
- 07:36 BackwardsIncompatibleChanges edited by
- Added notes on changes to timesince in [8535]. (diff)
- 07:31 Changeset [06d4976]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 #7743: Reverted [8483], which was itself a reversion of [8481], …
- 07:23 Ticket #8535 (Paginate InlineModelAdmin objects) created by
- The InlineModelAdmin is fantastic, but to show much data (about 100), …
- 05:47 Ticket #8534 (Querying for FileField.size leaves file open) created by
- I have the following model in my application: […] As you can see …
- 05:30 Ticket #8533 (Docs on model inheritance missing since r8506 (docs refactor)) created by
- Following docs refactor, I believe that all of the information …
- 04:46 Ticket #8532 (Using Yaml format in Fixtures) closed by
- fixed
- 04:39 Ticket #8532 (Using Yaml format in Fixtures) created by
- By default, loaddata command only looks for xml and json fixtures. …
- 03:35 Ticket #8531 (Typo in Fixtures documentation) created by
- On …
- 03:02 Ticket #8530 (Errors in field options in topics/db/models.txt) created by
- There are a couple ReST syntax errors in field options in …
- 02:18 Ticket #8529 (Please, update AUTHORS file) created by
- Please, update AUTHORS file with translator data. I can commit only to …
- 02:13 Ticket #8517 (Update Polish translations) closed by
- fixed: (In [8534]) Fixed #8517 - updated Polish translations. Thanks, Piotr …
- 02:13 Changeset [78bdff1]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 #8517 - updated Polish translations. Thanks, Piotr Lewandowski. …
- 00:10 Ticket #8499 (Admin Fieldset changed css from 'error' to 'errors') reopened by
- Reopening, since there's still a bug here (adding a patch to a closed …
08/24/2008:
- 23:52 Ticket #7460 (cache tag calculates invalid key for memcached) closed by
- fixed: (In [8533]) Fixed #7460 -- Made the "cache" template tag always …
- 23:52 Changeset [c46bb21]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 #7460 -- Made the "cache" template tag always generate keys that …
- 23:28 Ticket #6537 (Unhelpful error message: 'tuple index out of range') closed by
- duplicate: Closing this as a duplicate of #7524 (even if this ticket is older and …
- 23:13 Ticket #7464 ([QSRF] psycopg2 raises "can't adapt") closed by
- fixed: (In [8532]) Fixed #7464 -- Fixed the psycopg2 backend to handle …
- 23:13 Changeset [29d21602]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 #7464 -- Fixed the psycopg2 backend to handle SafeString values …
- 23:00 Ticket #7496 (Getting cached instance of SortedDict using db cache backend throws ...) closed by
- fixed: (In [8531]) Fixed #7496 -- It's now possible to pickle SortedDicts …
- 23:00 Changeset [62b39322]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 #7496 -- It's now possible to pickle SortedDicts with pickle …
- 22:59 Changeset [d62cfce]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
- Improved the regression test in [8460] a bit, based on some …
- 22:55 Ticket #8522 (Pass extra_context to django.contrib.admin.sites.AdminSite.app_index) closed by
- fixed: (In [8529]) Fixed #8522 -- Allow app_index to take extra_context to be …
- 22:55 Changeset [de977c8]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 #8522 -- Allow app_index to take extra_context to be consistent …
- 22:54 Ticket #8528 (Admin list_filter doesn't respect null=True) created by
- Maybe it is just me, but it seems if a models field has the properties …
- 22:53 Ticket #8484 (Pickling of SortedDict classes needs more robustness) closed by
- duplicate: With the root cause established, this is now a dupe of #7496 and I …
- 22:51 Ticket #7888 (BaseModelFormSet cannot resolve instances of inherited models when saving) closed by
- fixed: (In [8528]) Fixed #7888 -- Handle model inheritance with model …
- 22:51 Changeset [82a1d547]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 #7888 -- Handle model inheritance with model formsets correctly. …
- 22:31 Ticket #8178 (Insert linebreaks in debug summary) closed by
- fixed: Is your complaint about the serifs, or using a non-monospaced font? …
- 22:26 Changeset [05e8c3ec]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 #8491 -- Allow settings.LOCALE_PATH to be any sequence, not just …
- 22:26 Ticket #8491 (Allow settings.LOCALE_PATHS to be a list) closed by
- fixed: (In [8527]) Fixed #8491 -- Allow settings.LOCALE_PATH to be any …
- 22:25 Ticket #8527 (CAPostalCodeField made more forgiving of input format) created by
- Similar to the work done in [6952] for #5670 for UKPostcodeField, this …
- 22:17 Ticket #8510 (Date filtering no longer works with integers) closed by
- fixed: (In [8526]) Fixed #8510 -- Allow both strings (mostly for the admin) …
- 22:17 Changeset [d535edb]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 #8510 -- Allow both strings (mostly for the admin) and integers …
- 22:14 Ticket #8421 (FileField traps error when uploading non-ascii filename) closed by
- worksforme: I tried all cases (1 to 4) you've enumerated and I could not reproduce …
- 21:56 Ticket #8178 (Insert linebreaks in debug summary) reopened by
- Sorry to re-re-open this, but Marinho's patch hadn't been applied …
- 20:44 Ticket #8526 (Incorrect info in settings documentation) created by
-
Attached patch fixes default value for
SESSION_FILE_PATH
.
- 20:19 Ticket #8151 (UnicodeDecodeError from /django/contrib/admin/options.py in save_change) closed by
- fixed: I'm not sure why this ticket was reopened. Probably a mistake. It …
- 19:34 Ticket #8042 (PasswordResetForm's EmailField has maximum length of 40) closed by
- fixed: Please don't reopen tickets just because you don't agree with the …
- 19:32 Ticket #7195 (MultipleChoice fields don't validate when using request.REQUEST) closed by
- fixed: (In [8525]) Fixed #7195 -- Fixed the validation of MultipleChoice …
- 19:32 Changeset [6d6fb392]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 #7195 -- Fixed the validation of MultipleChoice fields so that …
- 19:13 Ticket #8042 (PasswordResetForm's EmailField has maximum length of 40) reopened by
- Why 75 and why is it defined in two different places? Should this at …
- 19:11 Ticket #8524 (Add name to AUTHORS) closed by
- fixed: (In [8524]) Added Kevin McConnell to AUTHORS (fixed #8524). Also …
- 19:11 Changeset [d6e5632]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
- Added Kevin McConnell to AUTHORS (fixed #8524). Also turned Julia …
- 17:45 Ticket #8520 (password_change() got an unexpected keyword argument 'post_save_redirect') closed by
- fixed: (In [8523]) Fixed #8520 -- Corrected a dumb typo in the call to …
- 17:45 Changeset [072083f]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 #8520 -- Corrected a dumb typo in the call to password_change in …
- 16:43 AuditTrail edited by
- Looks like I missed the kwargs thing last time. I'm not running into … (diff)
- 16:29 Ticket #8525 (Generic views should automatically set Last-Modified header) created by
- Wouldn't it be nice, since generic views often generate content based …
- 16:07 Ticket #8524 (Add name to AUTHORS) created by
- Attached is a patch to add my name to the AUTHORS file, as suggested …
- 15:16 Ticket #7628 (syncdb fails in Oracle when orphaned sequences exist) closed by
- fixed: (In [8522]) Fixed #7628 -- Oracle backend won't try to recreate …
- 15:16 Changeset [6b5a6076]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 #7628 -- Oracle backend won't try to recreate existing sequences …
- 13:13 Ticket #7516 (M2M.get_or_create() not mapping correctly) closed by
- fixed: This was fixed in [8415].
- 12:54 Changeset [fbf09ee1]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
- Added a test to show that [8472] also fixed #8254. git-svn-id: …
- 12:54 Ticket #8254 (incorrect sql query in many to many backwards relation using an ...) closed by
- fixed: (In [8521]) Added a test to show that [8472] also fixed #8254.
- 12:54 Ticket #8523 (contrib.auth's ChangePasswordTest tests have invalid setUp/tearDown methods) created by
- This was introduced in #8497 by my patch - we shouldn't be changing …
- 12:20 Ticket #8249 (Regression of ticket #6820 (at least when using with GeoDjango)) closed by
- invalid: Nevermind. There was a foreign key violation in the fixture, just …
- 12:14 Ticket #8522 (Pass extra_context to django.contrib.admin.sites.AdminSite.app_index) created by
-
Please make it possible to pass an
extra_context
dict to the … - 12:14 Ticket #8499 (Admin Fieldset changed css from 'error' to 'errors') closed by
-
wontfix:
errors
is a better name, and it's easy enough for folks to … - 12:02 Ticket #8197 (Update Polish administrative entites) closed by
- wontfix: As I mentioned above, please feel free to fix the existing data (and …
- 11:59 Ticket #8521 (admindocs: sidebar alignment incorrect in Windows firefox) created by
- When viewed in Windows Firefox 2.0, the navigation sidebar for the …
- 11:11 Ticket #8520 (password_change() got an unexpected keyword argument 'post_save_redirect') created by
- As reported on the user's list: …
- 11:09 Ticket #8477 (OneToOneField being ignored in Django Admin) closed by
- fixed: I tried to reproduce the problem and it works after [8469] but not …
- 11:01 Ticket #8519 (databrowse.site.register reports "The model ModelBase is already ...) created by
- This is another manifestation of bug #4696, but in a different piece …
- 10:24 Ticket #8518 (Refactored documentation for Widgets renders wrong) created by
- in the widget list at …
- 10:10 Ticket #8479 (Race condition in core.files.storage.py, leads to crash) closed by
- duplicate: Duplicate of #8203. Verified fixed by [8493]. Should close the bug. …
- 09:51 Ticket #8390 (typo in forms documentation) closed by
-
invalid: As thejaswi_puthraya mentioned -
max_decimal_places
is a valid … - 08:33 Ticket #8517 (Update Polish translations) created by
- There were some new strings to translate and a bunch of typos.
- 06:26 Ticket #8516 (Correct ch. to uk. in UK localflavour docs) created by
- http://docs.djangoproject.com/en/dev/ref/contrib/localflavor/#united-ki …
- 06:12 Ticket #3987 (ModelAdmin should allow for overriding of ForeignKey/ManyToMany options) reopened by
- Looks like Mr Anonymous is having a bit of fun here…
- 05:59 Ticket #3987 (ModelAdmin should allow for overriding of ForeignKey/ManyToMany options) closed by
- fixed
- 05:38 Ticket #8006 (ModelForm documentation too well hidden?) closed by
- invalid: I agree your request was valid considering the old documentation. …
- 05:16 Ticket #3987 (ModelAdmin should allow for overriding of ForeignKey/ManyToMany options) reopened by
- 05:16 Ticket #3987 (ModelAdmin should allow for overriding of ForeignKey/ManyToMany options) closed by
- fixed
- 05:11 PolishLocalflavor edited by
- + ticket #8515 (diff)
- 05:06 Ticket #8515 (PLREGONField incorrecly validates REGON numbers) created by
-
PLREGONField
incorrectly validates REGON numbers which can be only 9 … - 05:01 Ticket #8514 (Searching in Refactored Documentation) created by
- The new Sphinx based documentation is really cool, but I think like …
- 04:25 Ticket #7243 (Incorrect get_db_prep_lookup documentation (in custom fields)) closed by
- fixed: (In [8520]) Fixed #7243: Corrected some example code in the custom …
- 04:25 Changeset [1ab16c73]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 #7243: Corrected some example code in the custom model fields …
- 04:19 Ticket #7996 (Addition to Sitemaps documentation) closed by
- fixed: (In [8519]) Fixed #7996: Added a note that you need to register your …
- 04:19 Changeset [ac858a2]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 #7996: Added a note that you need to register your site with …
- 04:07 Ticket #8276 (Change fields' names in django.contrib.localflavor.pl.forms) reopened by
-
My mistake -
PLCountiesSelect
should be rather named … - 04:01 Ticket #8486 (Incorrect 'UploadedFile' attributes on 'Request and response objects' page) closed by
- fixed: (In [8518]) Fixed #8486: Corrected some file attribute names in the …
- 04:01 Changeset [27371e3]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 #8486: Corrected some file attribute names in the …
- 04:01 PolishLocalflavor edited by
- + changeset [8345] (diff)
- 03:51 Ticket #8129 (Modify password reset email template to allow user configured urls) closed by
- fixed: (In [8517]) Fixed #8129: Modified the password reset email template to …
- 03:51 Changeset [78c2c95e]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 #8129: Modified the password reset email template to use a URL …
- 03:35 Ticket #8476 (documentation bug for modelformset) closed by
- invalid: I can't find the mistake you are referring to. If you can clarify the …
- 03:30 Ticket #8055 (Transaction error when doing loaddata) closed by
- worksforme: In the absence of sufficient data to reproduce this problem, I'm …
- 03:17 Changeset [57b9061d]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
- Added svn:ignore to recently added directory. git-svn-id: …
- 03:12 Ticket #8298 (Missing to_python methods causing issues with serialization) closed by
- fixed: (In [8515]) Fixed #8298: Added a to_python method for integer fields. …
- 03:12 Changeset [11e43883]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 #8298: Added a to_python method for integer fields. This ensures …
- 03:09 Changeset [e822fd70]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 #8401: Added a note on the fact that DEBUG=False is forced …
- 03:09 Ticket #8401 (Document : 'django.test.simple.run_tests' - forces settings.DEBUG = False) closed by
- fixed: (In [8514]) Fixed #8401: Added a note on the fact that DEBUG=False is …
- 03:04 Changeset [6447582]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
- Corrected some formatting in the testing docs. git-svn-id: …
- 02:45 Ticket #8475 (Missing singleqoute in Code Example in docs/syndication_feeds) closed by
- fixed: (In [8512]) Fixed #8475 -- Corrected typo in example code in …
- 02:45 Changeset [87170c72]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 #8475 -- Corrected typo in example code in syndication docs. …
- 02:33 Ticket #8513 ("Django at a glance" references old style contrib.admin: "class Admin: ...) closed by
- duplicate: Dupe of #8150
- 02:22 Ticket #8512 (New documentation - F and field validation?) closed by
- fixed: (In [8511]) Fixed #8512: Corrected typo in form validation …
- 02:22 Changeset [829a5c1]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 #8512: Corrected typo in form validation documentation. Thanks …
- 02:01 Ticket #8513 ("Django at a glance" references old style contrib.admin: "class Admin: ...) created by
- http://docs.djangoproject.com/en/dev/intro/overview/#a-dynamic-admin-in …
- 01:46 Changeset [96d12748]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
- Added app_label to the context for the add user admin view. …
- 01:34 Changeset [27b0077a]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 #8509: Cleaned up handling of test cookies in admin logins. …
- 01:34 Ticket #8509 (Test cookie deletion in admin crashes with a KeyError when a ...) closed by
- fixed: (In [8509]) Fixed #8509: Cleaned up handling of test cookies in admin …
- 01:23 Ticket #8502 (Trac reST parser is gone) reopened by
-
> The whole page has been wrapped in WikiFormatting's
- 00:18 Ticket #8451 (Fix URL in e-mails sent out by password reset) closed by
- duplicate: Dup of #8129
- 00:09 Ticket #8511 ([8483] broke tests) closed by
- fixed: (In [8508]) Fixed #8511: Removed some tests that were failing on …
- 00:06 Changeset [74b3173f]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 #8511: Removed some tests that were failing on Python 2.4, but …
08/23/2008:
- 23:33 Ticket #8502 (Trac reST parser is gone) closed by
- invalid: This isn't a bug in Django. Please do not reopen this ticket.
- 23:12 Ticket #8512 (New documentation - F and field validation?) created by
- I think this is a content not a formatting bug in the new docs, so I'm …
- 21:52 Ticket #8502 (Trac reST parser is gone) reopened by
- Replying to programmerq: > If you look at the source, it …
- 21:36 Ticket #8511 ([8483] broke tests) created by
- This was triggered by [8483]. Tested on Debian Etch, sqlite and Python …
- 20:53 Ticket #8510 (Date filtering no longer works with integers) created by
- Tested with r8507, on Debian Etch, sqlite and Python 2.4.4 […]
- 20:38 Ticket #8509 (Test cookie deletion in admin crashes with a KeyError when a ...) created by
- Error trace: […] Steps to reproduce: 1. Log in to the site as a …
- 20:23 Ticket #8502 (Trac reST parser is gone) closed by
- invalid: If you look at the source, it is apparent that this is intended. This …
- 20:12 Ticket #7776 (Test cookie isn't deleted if persistent data in Newforms-Admin login) closed by
- fixed: rajeshdhawan: The error you are having is clearly a different problem. …
- 19:34 Ticket #8508 (Design philosophies should become more visible in new docs site) created by
- I think philosophy behind Django is important. In old doc site, It …
- 19:28 Ticket #7499 (TimeField may contain the sub-second times but cannot validate them) reopened by
- I almost forgot about this ticket, but it hit me again just now... …
- 19:04 Ticket #8507 (dumpdata/loaddata can't handle two of the same contenttypes having ...) closed by
- duplicate: Duplicate of #7052
- 18:57 Ticket #8507 (dumpdata/loaddata can't handle two of the same contenttypes having ...) created by
- Currently loaddata and dumpdata are pretty dumb in that they are not …
- 18:40 Ticket #7776 (Test cookie isn't deleted if persistent data in Newforms-Admin login) reopened by
- Russell: This still throws the error I mentioned above. Previously, I …
- 18:30 Ticket #8503 (Improve legibility of targeted sections in web documentation) closed by
- fixed: I've removed the highlighting.
- 18:17 Ticket #8340 (MySQL case sensitivity and utf8_bin / 2710) closed by
- fixed: I've opened #8506 for the general documentation issue here, so I'll …
- 18:15 Ticket #8506 (Add a section about collation on MySQL to ref/databases.txt) created by
- Since collation decisions on MySQL affects case-sensitivity as well as …
- 17:59 Changeset [213f2946]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
- Avoid a crash when unencoding session data for the db backend. This is …
- 17:49 Ticket #8505 (The installation instructions assume a pathname without a space in the ...) created by
- The installation instructions assume a pathname without a space in the …
- 17:31 Ticket #8504 (404 in Documentation) closed by
- fixed
- 17:30 Ticket #8504 (404 in Documentation) created by
- Link at the very bottom of: …
- 17:25 Changeset [97cb07c3]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
- Massive reorganization of the docs. See the new docs online at …
- 17:10 Changeset [b3688e81]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 #7903 -- Allow admin's prepopulated_from to work with …
- 17:10 Ticket #7903 (Javascript errors with prepopulated_fields in admin) closed by
- fixed: (In [8505]) Fixed #7903 -- Allow admin's prepopulated_from to work …
- 16:45 Ticket #8359 (Adding a user in admin doesn't create a LogEntry for the addition) closed by
- fixed: (In [8503]) Fixed #8359 -- Add an admin log entry when creating a new …
- 16:45 Changeset [aa78a05e]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 #8359 -- Add an admin log entry when creating a new user. Patch …
- 16:24 Ticket #8503 (Improve legibility of targeted sections in web documentation) created by
- I've seen that now, django docs highlighted section you are linking. …
- 14:35 Ticket #3987 (ModelAdmin should allow for overriding of ForeignKey/ManyToMany options) reopened by
- 14:23 Ticket #3987 (ModelAdmin should allow for overriding of ForeignKey/ManyToMany options) closed by
- fixed
- 14:22 Changeset [712bb0dd]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 KML sitemaps, and added support for generating KMZ and GeoRSS …
- 14:07 Ticket #7272 (newforms-admin admin UI has incorrect button defaults) closed by
- fixed: (In [8501]) Tweaked the Admin add/change page so that "save" is still …
- 14:07 Changeset [c83a96d]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
- Tweaked the Admin add/change page so that "save" is still the …
- 13:54 Changeset [7eb4b30d]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
- Updated German translation git-svn-id: …
- 13:34 Changeset [aba518f0]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 relatively pointless QuerySet clone introduced in [8472]. …
- 13:28 Changeset [1ec12576]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 #8495 -- Updated Hebrew translation. Thanks, mksoft. …
- 13:28 Ticket #8495 (Updated Hebrew translations) closed by
- fixed: (In [8498]) Fixed #8495 -- Updated Hebrew translation. Thanks, mksoft.
- 13:21 Ticket #8402 (Password change form still assumes oldforms variables) closed by
- fixed: Tests were committed in [8497], which is the last piece of this.
- 13:20 Changeset [abb1c508]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
- Tests for password change process. Thanks, Mike Richardson. Fixed …
- 13:20 Changeset [cc95b445]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
- Updated password change template (in admin templates) to use current …
- 13:08 Ticket #8259 (core/handlers/wsgi.py: raises TypeError in _get_raw_post_data if ...) closed by
- fixed: (In [8495]) Fixed #8259 -- Handle an error situation that we should …
- 13:08 Changeset [77bf14d]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 #8259 -- Handle an error situation that we should never see, but …
- 13:01 Ticket #8214 (Filtering a date/time field omits results.) closed by
- fixed: (In [8494]) Fixed #8214 -- Added back a stringification that was …
- 13:01 Changeset [64ca36bf]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 #8214 -- Added back a stringification that was dropped during …
- 12:56 Ticket #8203 (File Storage can't delete temporary uploaded files in Windows) closed by
- fixed: (In [8493]) Fixed #8203 -- Fixed temporary file deleation on Windows …
- 12:56 Changeset [a9f0ae7]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 #8203 -- Fixed temporary file deleation on Windows and a couple …
- 12:42 Ticket #7964 (admin docs and tutorial need slight update for autodiscover) closed by
- fixed: A version of this was merged in the docs-refactor changes.
- 12:36 Changeset [eaa64cd8]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
- Small edit of [8491]. git-svn-id: …
- 12:35 Ticket #8502 (Trac reST parser is gone) created by
- Maybe it is just me, but when I navigate to the following page in the …
- 12:34 Ticket #7499 (TimeField may contain the sub-second times but cannot validate them) closed by
- fixed: Fixed in [8491].
- 12:33 Changeset [8a3ef1f8]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 #7499 -- Trim microseconds off rendering of form.TimeFields by …
- 12:28 Ticket #7494 (build_absolute_url method of the HttpRequest class fails with urls ...) closed by
- fixed: (In [8490]) Fixed #7494 -- Fixed build_absolute_url() for some types …
- 12:28 Changeset [646f2f6]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 #7494 -- Fixed build_absolute_url() for some types of (uncommon) …
- 12:26 Ticket #7244 (ModelChoicesField.__init__ and ModelMultipleChoicesField.__init__ must ...) closed by
- fixed: (In [8489]) Fixed #7244 -- Allow widget overriding in subclasses for …
- 12:26 Changeset [3dd69a96]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 #7244 -- Allow widget overriding in subclasses for …
- 11:56 Ticket #7042 (Admin Interface generates malformed SQL with many-to-many fields) closed by
- fixed: (In [8488]) Fixed #7042 -- The management validation command nows …
- 11:56 Changeset [943c28a4]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 #7042 -- The management validation command nows alerts users to …
- 11:31 Ticket #8501 (file storage should allow saving of basic file-like objects) created by
- It is not possible to save file opened by urllib2.urlopen into field …
- 11:28 Ticket #8500 (Allow overriding of default adminsite.) created by
- It would be great to be able to replace the default adminsite in …
- 11:27 Changeset [0511435]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 #8498 -- Add the ability to customize the template for app_index …
- 11:27 Ticket #8498 (Make template for new django.contrib.admin.sites.AdminSite.app_index() ...) closed by
- fixed: (In [8487]) Fixed #8498 -- Add the ability to customize the template …
- 10:46 Ticket #8221 (NoReverseMatch should not swallow ImportError/AttributeError) reopened by
- ubernostrum, this is a different issue than what's reported at #7524. …
- 10:43 Ticket #8499 (Admin Fieldset changed css from 'error' to 'errors') created by
- It looks like it may have been just a little oversite. But the new …
- 10:12 BackwardsIncompatibleChanges edited by
- Removed reference to reverted [8481] change. (diff)
- 10:06 Ticket #7443 (timesince template filter reverses its parameters when given a base date) reopened by
- I wasn't aware of #8453, which makes it seem like there has been some …
- 10:03 Changeset [67402a6f]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
- Reverted [8481] and [8482] while we work out what is going on with …
- 09:59 Ticket #8498 (Make template for new django.contrib.admin.sites.AdminSite.app_index() ...) created by
- I very much welcome r8474 but think the template used in the new …
- 09:23 Changeset [358ba07]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 #7946: Modified object history template to use a common date …
- 09:23 Ticket #7946 (Object history should reuse existing date formats, instead of ...) closed by
- fixed: (In [8485]) Fixed #7946: Modified object history template to use a …
- 09:12 Ticket #7776 (Test cookie isn't deleted if persistent data in Newforms-Admin login) closed by
- fixed: (In [8484]) Fixed #7776: Ensured that the test cookie is always …
- 09:12 Changeset [a9ee1d4e]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 #7776: Ensured that the test cookie is always deleted once a …
- 08:31 Ticket #7747 (Long email subject headers have tab character inserted) closed by
- fixed: (In [8483]) Fixed #7747: Altered EmailMessage such that messages with …
- 08:31 Changeset [0f869f90]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 #7747: Altered EmailMessage such that messages with long subject …
- 08:14 Changeset [b35acb3e]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
- Corrected a test case error mistakenly committed in [8481]. …
- 08:04 BackwardsIncompatibleChanges edited by
- Another formatting change - must remember to use preview… (diff)
- 08:03 BackwardsIncompatibleChanges edited by
- Minor formatting correction (diff)
- 08:02 BackwardsIncompatibleChanges edited by
- Added note on changes to timesince in [8481] (diff)
- 07:52 Ticket #7443 (timesince template filter reverses its parameters when given a base date) closed by
- fixed: (In [8481]) Fixed #7443: Corrected a long standing mistake in the …
- 07:52 Changeset [46da8ac9]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 #7443: Corrected a long standing mistake in the …
- 06:04 DjangoResources edited by
- (diff)
- 05:55 DjangoResources edited by
- (diff)
- 05:41 Ticket #8494 (Instantiating ModelForm with request as kwargin ModelAdmin) closed by
-
wontfix:
ModelAdmin.get_form()
receives the request (and, for object-level … - 05:36 Ticket #8453 (Error in filter "timesince") closed by
- duplicate: Reopening a ticket to point out that you're arguing about the same …
- 04:52 CustomWidgetsTinyMCE edited by
- (diff)
- 02:28 Ticket #8453 (Error in filter "timesince") reopened by
- I'd agree that the current behavior is surprising, but I'd also say …
- 02:06 Ticket #8465 (template gis/kml/base.kml is not correct) closed by
- fixed: (In [8480]) Fixed #8465. Mark KML input as safe so elements aren't …
- 02:06 Changeset [a0e87b7]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 #8465. Mark KML input as safe so elements aren't escaped; added …
- 01:44 Ticket #7443 (timesince template filter reverses its parameters when given a base date) reopened by
- I've re-read the documentation, and it seems to clearly contradict the …
- 01:38 Ticket #8497 (Please add OpenSolaris to the list of "if you already have" on the ...) created by
- Hi, In OpenSolaris, we've integrated Python (currently at 2.4.4 with …
- 00:05 Ticket #8367 (Small bug in ModelAdmin.get_fieldsets()) closed by
- fixed: (In [8479]) Fixed #8367 -- Pass the object to get_form from …
- 00:05 Changeset [58c579b0]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 #8367 -- Pass the object to get_form from get_fieldsets in …
- 00:05 Ticket #8388 (Wrong SortedDict call in db-api docs for extra(select=...)) closed by
- fixed: (In [8478]) Fixed #8388: Corrected documentation for SortedDict use in …
- 00:04 Changeset [324befc]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 #8388: Corrected documentation for SortedDict use in extra() …
- 00:02 Ticket #8449 (SlugField validator not working in new admin) closed by
- duplicate: This should have been fixed in [8477] and reported in #8040. Marking a …
Note: See TracTimeline
for information about the timeline view.