Timeline
03/09/2009:
- 22:07 Ticket #10449 (HTML accents not escaped out when using forms) reopened by
- Based on testing the reported problem, Django is misbehaving here. The …
- 20:56 Ticket #10452 (geodjango test runner database creation error handling) closed by
- duplicate: Duplicate of #10364
- 20:51 Ticket #10419 (USStateField breaks admin inlines) closed by
- duplicate: Duplicate of #4092
- 20:25 Ticket #10453 (get_db_prep_value called with seralized data) created by
- Hello, In order to resolve the difficulties encountered by ticket …
- 18:49 Ticket #10421 (Tutorial code) closed by
- invalid: I assume he means the codebox with syntax highlighting etc, I'm going …
- 18:46 Ticket #10451 (Admin site dropdown ordering for ForeignKey doesn't work as expected) closed by
- invalid: No, there is no precedent anywhere in the admin for a different …
- 18:46 Ticket #9440 (GMarker icon personalization feature in django.contrib.gis.maps.google) closed by
- duplicate: Duplicate of #9204.
- 18:39 Ticket #10451 (Admin site dropdown ordering for ForeignKey doesn't work as expected) reopened by
- Thanks Adam, that's a great workaround, but are you also making the …
- 18:00 Ticket #10449 (HTML accents not escaped out when using forms) closed by
- invalid: There is no bug here. Django converts certain characters to the …
- 16:06 Ticket #10452 (geodjango test runner database creation error handling) created by
- The geodjango testrunner assumes that any failure at database creation …
- 15:47 Ticket #10451 (Admin site dropdown ordering for ForeignKey doesn't work as expected) closed by
- invalid: You can change the ordering by overiding formfield_for_foreignkey on …
- 14:23 Ticket #10451 (Admin site dropdown ordering for ForeignKey doesn't work as expected) created by
- In the case of: […] When the admin page for Foo is rendered, the …
- 14:22 Ticket #9955 (GoogleMap support for multiple maps) closed by
-
fixed: (In [10011]) Fixed #9955 -- Added
GoogleMapSet
, which enables … - 14:22 Changeset [d45e24a1]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #9955 -- Added
GoogleMapSet
, which enables multiple … - 13:04 Ticket #10450 (Savepoint should not assume an opened connection) created by
- Using django transaction.savepoint() without having previously used a …
- 11:44 Changeset [9c770e0]stable/1.0.x by
- [1.0.X] Updates German translation, fixes #10444 git-svn-id: …
- 11:33 Ticket #10444 (Wrong german translation in date_hierarchy back link) closed by
- fixed: (In [10009]) Updates German translation, fixes #10444
- 11:33 Changeset [a7ff8b7]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updates German translation, fixes #10444 git-svn-id: …
- 10:44 Ticket #10449 (HTML accents not escaped out when using forms) created by
- When passing a translated string to a select box using a Forms Select …
- 10:29 Ticket #10448 (saveasnew on error will change the title but not URL) created by
- Enable the Save as new button in the admin change form by […] …
- 09:22 Ticket #10447 (feedgenerator will raise exception if we set locale.) created by
- Hi, If I do this before: […] Then the feedgenerator will raise …
- 09:05 Ticket #10446 (Updated Russian translation) created by
- Many fixes for the current Russian translation. Changes have been …
- 08:36 Ticket #10445 (Custom comment form example doesn't show submit button) created by
- Django's comments framework: …
- 05:57 Ticket #10444 (Wrong german translation in date_hierarchy back link) created by
- The german translation for the back link in the admin for …
- 05:52 Ticket #10443 (Updating Timezone Aware DateTimeField Fails) created by
- Changeset [10003] sends updates through get_db_prep_save. In the …
- 05:32 Ticket #10442 (Better support for readonly Form fields) closed by
- wontfix: This looks like a direct dupe of #3990 that you've already found. …
- 05:27 Ticket #10441 (form action=".") closed by
- invalid: As explained in the …
- 05:17 Ticket #10442 (Better support for readonly Form fields) created by
-
I saw ticket #3990 , but IMHO, if a
ModelForm
has an explicit … - 05:17 Ticket #10440 (attribute vs. method call) closed by
- wontfix: For a start, because backwards-compatibility is requirement. Methods …
- 04:44 Ticket #10441 (form action=".") created by
- Chapter 7 of The Django Book says this: The action="." means …
- 04:42 Ticket #10440 (attribute vs. method call) created by
- A quick suggestion: Taken from …
- 01:32 DevelopersForHire edited by
- Removing my posting for fulltime work as I got a fantastic job. _ (diff)
03/08/2009:
- 23:00 Ticket #10439 (Test suite side-effects cause dateformat tests to fail) created by
- Running the full tests (as of r10008) shows a failure in the …
- 22:58 Ticket #10000 (Django has too many open tickets) closed by
- fixed
- 22:57 Ticket #10000 (Django has too many open tickets) reopened by
- 22:52 Ticket #10438 (Rowcount for updates not correct with MySQL) created by
-
With the MySQL backend, the
model_inheritance_regress
tests … - 22:35 Ticket #3163 ([patch] Optionally disable DB table creation from model) closed by
- fixed: (In [10008]) Fixed #3163 -- Add a "Meta.managed" option to models. …
- 22:35 Changeset [b4dd4d4]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #3163 -- Add a "Meta.managed" option to models. This allows a …
- 22:33 Changeset [98710a5]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made a couple of cross-references in the model fields documentaiton …
- 20:37 Changeset [059765fa]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9436 -- Updated docs build code to create "new in development …
- 20:37 Ticket #9436 (version[added|changed] directives should understand released versions ...) closed by
- fixed: (In [10006]) Fixed #9436 -- Updated docs build code to create "new in …
- 20:36 Changeset [fedea84f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Changed a few versionadded doc directives from "development" to "1.1". …
- 19:36 Ticket #10437 (Typo in forms media docs) created by
- Look at patch attached to this ticket.
- 19:07 Changeset [6fe80b2a]stable/1.0.x by
- [1.0.X] Pass values through get_db_prep_save() in a QuerySet.update() …
- 19:03 Ticket #10411 (Updates do not work with GeometryFields) closed by
- fixed: (In [10003]) Pass values through get_db_prep_save() in a …
- 19:03 Changeset [35f934f5]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Pass values through get_db_prep_save() in a QuerySet.update() call. …
- 17:01 Ticket #10436 (Application names i18n in the admin app broken) created by
- Having […] as we currently do in some admin templates shows a …
- 15:54 Ticket #10435 (WSGI handler class cannot be overridden in runserver) created by
- It is currently impossible to use an alternate WSGI handler class than …
- 13:34 Changeset [cee3173]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #10072 --
GMarker
overlays now havedraggable
option. … - 13:34 Ticket #10072 (Added draggable option for Gmarker objects) closed by
-
fixed: (In [10002]) Fixed #10072 --
GMarker
overlays now havedraggable
… - 05:02 Changeset [b1fd7650]stable/1.0.x by
- [1.0.X] Fixed #9626 -- Fixed a deletion race in the locmem cache. …
- 05:01 Changeset [055c011]stable/1.0.x by
- [1.0.x] Fixed #9508 -- Added an appropriate FileField.hash …
- 05:01 Changeset [244bb7e6]stable/1.0.x by
- [1.0.X] Fixed #9469 -- Apply the fix from r9189 to the WSGI handler as …
- 04:59 Ticket #9626 (Bug in Cache when calling has_key) closed by
- fixed: (In [9998]) Fixed #9626 -- Fixed a deletion race in the locmem cache.
- 04:59 Changeset [392f81cb]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9626 -- Fixed a deletion race in the locmem cache. git-svn-id: …
- 04:59 Changeset [6e415a5f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9508 -- Added an appropriate FileField.hash implementation. …
- 04:59 Ticket #9508 (FieldFile should define __hash__) closed by
- fixed: (In [9997]) Fixed #9508 -- Added an appropriate FileField.hash …
- 04:58 Ticket #9469 (mod_wsgi needs the get_full_path fix in #9224 too) closed by
- fixed: (In [9996]) Fixed #9469 -- Apply the fix from r9189 to the WSGI …
- 04:58 Changeset [d01c17e8]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9469 -- Apply the fix from r9189 to the WSGI handler as well. …
- 04:41 Changeset [7dcf651b]stable/1.0.x by
- [1.0.X] Fixed #9323 -- Allow glob loading in INSTALLED_APPS to handle …
- 04:39 Ticket #9323 (INSTALLED_APPS * glob won't load apps with number in name) closed by
- fixed: (In [9994]) Fixed #9323 -- Allow glob loading in INSTALLED_APPS to …
- 04:39 Changeset [242fc60]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9323 -- Allow glob loading in INSTALLED_APPS to handle digits …
- 04:33 Changeset [34b530fc]stable/1.0.x by
- [1.0.X] Fixed #9399 -- Added StopFutureHandlers to export list in file …
- 04:31 Ticket #9399 (Missing StopFutureHandlers in core/files/uploadhandler.py, __all__) closed by
- fixed: (In [9992]) Fixed #9399 -- Added StopFutureHandlers to export list in …
- 04:31 Changeset [d8fdf4d7]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9399 -- Added StopFutureHandlers to export list in file …
- 00:09 Ticket #10434 (Lighttpd and FastCGi configuration) created by
- Hello, The documentation at: …
03/07/2009:
- 23:33 Changeset [8baac83]stable/1.0.x by
- [1.0.X] Updated svnmerge integrated metadata to include changesets …
- 22:59 Ticket #10433 (Trivial typo in testing documentation about TransactionTestCase) closed by
- fixed: fixed in r9989
- 22:52 Changeset [2097395]stable/1.0.x by
- [1.0.X] Block translation updates and one more new function fix from …
- 22:31 Changeset [e8a817d4]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10433: Corrected typo in test doc. Thanks Matt Doran. …
- 22:25 Ticket #10433 (Trivial typo in testing documentation about TransactionTestCase) created by
- summary says it all
- 22:12 Changeset [9c5eafe7]stable/1.0.x by
- [1.0.X] Block new function (and fixes to same) from snvmerge.py …
- 21:37 Changeset [fd5d0cde]stable/1.0.x by
- [1.0.X] Fixed #10432 -- Handle all kinds of iterators in queryset …
- 21:37 Ticket #10432 (Empty generator in "in" lookup gives incorrect SQL) closed by
- fixed: Fixed in r9986.
- 21:32 Changeset [cd99c62e]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10432 -- Handle all kinds of iterators in queryset filters. …
- 20:31 GeoDjango1.1 edited by
- (diff)
- 20:29 Ticket #9620 (Spatial database tables don't work right with AppCache routines) reopened by
- 19:30 Ticket #10430 (Django fails to import cmemcached (with a "d" on the end)) closed by
- wontfix: Yes, this behaviour is intentional. The idea is not to try and import …
- 17:43 Version1.1Roadmap edited by
- Updating release milestones. (diff)
- 17:02 Changeset [f1ada99]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Maintenance refactor of the GDAL (OGR) ctypes interface. Changes …
- 17:02 Tickets #9855,10368,10380 batch updated by
- fixed: (In [9985]) Maintenance refactor of the GDAL (OGR) ctypes interface. …
- 15:32 Ticket #10432 (Empty generator in "in" lookup gives incorrect SQL) created by
- Simple story, here's what happens: […] A patch is included.
- 14:54 Ticket #10431 (forms.models.fields_for_model() with fields specified should return ...) closed by
- duplicate: Dupe of #8164
- 14:25 Ticket #10431 (forms.models.fields_for_model() with fields specified should return ...) created by
-
forms.models.fields_for_model() with
fields
parameter specified …
- 13:43 Ticket #10430 (Django fails to import cmemcached (with a "d" on the end)) created by
- Some python wrappers for libmemcached specify the package name …
- 12:23 GeoDjango1.1 edited by
- Updated GEOS and GDAL tickets (diff)
- 11:41 Ticket #10428 (django.utils.dateformat: unknown encoding: gbk2312) created by
- when the system locale is set to "zh_CN.GBK2312", following error pop …
- 09:34 Ticket #10427 (Bound field needs an easy way to get form value) reopened by
- I'm going to take the liberty of reopening this ticket, because …
- 09:31 Ticket #10427 (Bound field needs an easy way to get form value) closed by
-
invalid: This already exists, it's just spelled
{{ form.field.data }}
`. - 09:29 Ticket #9496 (reverse() function doesn't seem to take account of the includer urlconf) closed by
- worksforme
- 06:21 Distributions edited by
- fix link to openSUSE package repository (missing space) (diff)
- 05:54 Ticket #10427 (Bound field needs an easy way to get form value) created by
- When you want to render your own forms in templates, without any sort …
- 00:59 Ticket #10426 (Add a description of language environment variales to "How to use ...) created by
- Hello, I'm a Korean user of Django. I've suffered from some issues on …
03/06/2009:
- 22:59 Ticket #10425 (Bad SQL generated for ...) created by
- Observed with SVN revision 9984: Model: […] When using values() …
- 20:53 Ticket #8497 (Please add OpenSolaris to the list of "if you already have" on the ...) closed by
- invalid: This ticket has been deprecated by #10424. Distro-specific material …
- 20:47 Ticket #10319 (Installation: macports different now) closed by
- invalid: This ticket has been deprecated by #10424. Distro-specific material …
- 20:44 Distributions edited by
- (diff)
- 20:41 Ticket #9667 (replace package versions with links to up-to-date searches on the ...) closed by
- invalid: This ticket has been deprecated by #10424. Distro-specific material …
- 20:36 Ticket #9606 (link to django packages for openSUSE) closed by
- invalid: This ticket has been deprecated by #10424. Distro-specific material …
- 20:35 Distributions edited by
- (diff)
- 20:29 Ticket #8417 (Include the support of djangos within Archlinux) closed by
- invalid: This ticket has been deprecated by #10424. Distro-specific material …
- 20:28 Distributions edited by
- (diff)
- 20:26 Ticket #9911 (Online Docs: Debian django version update) closed by
- invalid: This ticket has been deprecated by #10424. Distro-specific material …
- 20:19 Ticket #10424 (revised format for docs/misc/distributions.txt) created by
- Per …
- 19:58 Distributions created by
- 19:48 Ticket #10423 (Incorrect docstring (typo) for AdminSite.admin_view) created by
- The docstring for AdminSite.admin_view shows an example usage of the …
- 11:08 Version1.1Features edited by
- (diff)
- 10:19 ServerArrangements edited by
- (diff)
- 02:29 Ticket #10422 (documentation of ticket #4140: manage.py with oracle database fails ...) created by
- the django documentation should have a note in the section on …
- 00:53 Ticket #10421 (Tutorial code) created by
- Hi, So far the tutorial is very good. One thing though - it would be …
Note: See TracTimeline
for information about the timeline view.