Timeline
11/29/2008:
- 22:07 Ticket #9723 (r9527 (compressed fixtures) breaks loaddata for some Pythons) created by
-
The
bz2
stdlib module is optional, and not compiled in all Pythons. … - 19:48 Ticket #9722 (Use pyinotify (where available) instead of polling filesystem every ...) created by
- This patch series adds support for pyinotify to replace the …
- 15:24 Ticket #9678 (Flatpage with URL of "/" ends up in a redirect loop.) closed by
- worksforme: I've been using a site with a flatpage as it's root for quite some …
- 15:18 Ticket #9721 (DateTimeField does not support all DEFAULT_DATETIME_INPUT_FORMATS when ...) created by
- When using for instance a SplitDateTimeWidget with a DateTimeField one …
- 14:35 Ticket #9720 (dbshell attempts to connect to mysql as user 'ODBC'@'localhost' which fails) closed by
- invalid: The ticket system is for issues with Django's code. Please use the …
- 13:49 Ticket #9720 (dbshell attempts to connect to mysql as user 'ODBC'@'localhost' which fails) created by
- When I try to run dbshell to connect to a mysql database I get the …
- 07:31 Ticket #9719 (Strings which look like numbers are not quoted, MySQL) created by
- Create a simple model with a CharField. Create a ModelForm for …
- 05:55 Changeset [19cb720d]stable/1.0.x by
- [1.0.X] Fixed #9717 -- Corrected a problem where django-admin.py flush …
- 05:51 Ticket #9717 (manage.py flush raises error if there are unsynchronized applications) closed by
- fixed: (In [9535]) Fixed #9717 -- Corrected a problem where django-admin.py …
- 05:51 Changeset [8e68fc6c]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 #9717 -- Corrected a problem where django-admin.py flush would …
- 05:42 Ticket #9718 (Reference to 'FormWrapper objects' in auth docs is confusing) created by
- From the docs of the login view in user auth docs: …
11/28/2008:
- 20:04 Ticket #9715 (r9110 introduced Backwards-Incompatible change) closed by
- invalid: You are only quoting selectively from that document. That is an area …
- 19:31 Ticket #9717 (manage.py flush raises error if there are unsynchronized applications) created by
- If an application has been added to INSTALLED_APPS, but has not yet …
- 16:46 DjangoOnWindowsWithIISAndSQLServer edited by
- Changed order of installatioen, i.e. Python Win32 extensions must be … (diff)
- 12:02 Ticket #9716 (Broken link in Version1.1Roadmap) closed by
- fixed: just fixed the link
- 12:02 Version1.1Roadmap edited by
- (diff)
- 11:44 Ticket #9716 (Broken link in Version1.1Roadmap) created by
- At the bottom of the page at …
- 05:57 Ticket #9715 (r9110 introduced Backwards-Incompatible change) created by
- From api-stability: "code you develop against Django 1.0 will continue …
11/27/2008:
- 14:18 Ticket #9713 (No verification of URL validity on django.db.models.fields.URLField) closed by
- invalid: Model fields don't currently perform any sort of validation; form …
- 13:12 Ticket #9709 (Better explanation on how to disable caching of AdminSite) closed by
-
invalid: The
AdminSite
is already implementing thenever_cache
wrapper … - 11:12 Ticket #9714 (Bug in manage.py --settings=mysettings) created by
- Hello I use Django-1.0 and I hit the following bug: I have a …
- 10:23 Ticket #9713 (No verification of URL validity on django.db.models.fields.URLField) created by
- The [http://docs.djangoproject.com/en/dev/ref/models/fields/#urlfield …
- 08:30 AddWYSIWYGEditor edited by
- (diff)
- 05:51 Ticket #9712 (Format of HTTP headers in request.META not clear) created by
- The …
11/26/2008:
- 22:36 Ticket #9707 (IntegrityError with Charfield and option unique=True) closed by
- worksforme: What version of Django are you using? Cut-and-pasting your model into …
- 22:31 Ticket #9561 (ForeignKeyRawIdWidget turns string into comma-separated chars in lookup URL) closed by
- fixed: Looks like James fixed this with a slightly different patch in r9533/r9534.
- 20:54 Ticket #9698 (memcached causes flup fastcgi to crash) closed by
- invalid: I don't see the Django bug here. You might want to ask on django-users …
- 20:19 Version1.1Features edited by
- Reverted last change. This isn't the place to add random bugs that … (diff)
- 19:03 Ticket #9711 (startproject urls.py out of date) closed by
- worksforme: No, it doesn't. The …
- 18:18 Ticket #9711 (startproject urls.py out of date) created by
- Django version 1.1 pre-alpha SVN-9532 django-admin.py startproject …
- 17:31 Ticket #9710 (Models translations in applications does not work) created by
- There is a project and an application with a model like this: […] …
- 16:55 Version1.1Features edited by
- (diff)
- 15:22 Changeset [b3f2782]stable/1.0.x by
- [1.0.X] Fixed an issue in ForeignKeyRawIdWidget where the values in …
- 15:21 Changeset [8559fc6]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 an issue in ForeignKeyRawIdWidget where the values in …
- 14:14 Version1.1Features edited by
- Typo fix (diff)
- 14:11 Version1.1Roadmap edited by
- (diff)
- 11:39 Ticket #9709 (Better explanation on how to disable caching of AdminSite) created by
- A new piece of documentation describing use of …
- 11:38 Ticket #9708 ([spam]) closed by
- invalid
- 11:35 Ticket #9708 ([spam]) created by
- [spam]
- 09:54 Ticket #9707 (IntegrityError with Charfield and option unique=True) created by
- I have this model : […] In django admin interface when i add a …
- 08:51 Ticket #9706 (Oracle Slugfield hardcoded to 50 chars) created by
- This has been noted a few months ago (see comments in #3588), but in …
- 06:21 Ticket #9692 (LgnstRBkICV) closed by
- invalid: spam
- 06:14 Ticket #9703 ([spam]) closed by
- invalid: spam
- 05:06 Ticket #9705 (Minor errors in “local flavor” documentation) created by
- The title in the “local flavor” documentation has double escaping …
- 04:33 Ticket #9704 (Add a full example of a manually-created inline form) created by
- Add a full example of manual done inline form. So people will know …
- 04:25 Ticket #9703 ([spam]) created by
- [spam]
- 03:44 Ticket #6398 (Add optional {% default %} clause to {% for %} template tag) closed by
- fixed: This problem was fixed in [9532], which was committed a few hours …
- 03:26 Ticket #6398 (Add optional {% default %} clause to {% for %} template tag) reopened by
- As far as I can see, the conversion from 'default' to 'empty' in the …
- 02:13 Ticket #9702 (Will be printabe version of documentation??) created by
- Hi I'm beginner to python & django but I know some other languages. …
Note: See TracTimeline
for information about the timeline view.