Timeline
09/22/2008:
- 23:06 Version1.1Features edited by
- ManytoMany signals (diff)
- 22:38 Version1.1Features edited by
- (diff)
- 22:38 Version1.1Features edited by
- (diff)
- 22:04 Version1.1Features edited by
- (diff)
- 21:57 Version1.1Features edited by
- Added feature request for signal connection decorators, with … (diff)
- 17:29 Ticket #9181 (Consistent look in admin changelist whether filtered or not) created by
- Currently, the CSS method means that when a change list in admin is …
- 17:16 Version1.1Features edited by
- (diff)
- 17:09 Version1.1Features edited by
- Added link to django.forms.SafeForm thread (diff)
- 16:57 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 16:06 Ticket #9177 (list_filter cannot filter nullable fields) closed by
- duplicate: Dup of #8528
- 15:56 Ticket #9180 (Low-level cache interface incorrectly tries to typecast bytestring) created by
- The low-level Django cache API encodes basestrings as UTF-8 when …
- 14:51 Ticket #9178 (zLAYudAuUtDpqtDgmbg) closed by
- invalid
- 14:51 Ticket #9179 (zLAYudAuUtDpqtDgmbg) closed by
- invalid
- 14:48 Ticket #9179 (zLAYudAuUtDpqtDgmbg) created by
- [spam]
- 14:48 Ticket #9178 (zLAYudAuUtDpqtDgmbg) created by
- [spam]
- 14:29 Ticket #9177 (list_filter cannot filter nullable fields) created by
- I have a model with a FloatField that is nullable. I would like to …
- 13:50 Ticket #9176 (NoReverseMatch for optional arguments) created by
- A number of URLs of my site have the form /<object_name>/something. …
- 13:34 AdminBasico edited by
- (diff)
- 12:22 Version1.1Features edited by
- (diff)
- 12:20 Version1.1Features edited by
- (diff)
- 12:16 Version1.1Features edited by
- (diff)
- 12:05 CriandoViewsExtensiveis edited by
- extra_context (diff)
- 11:58 CriandoViewsExtensiveis edited by
- Algo que aprendi com o Gulopine no #django-hotclub e apliquei ao wikiapp (diff)
- 11:47 Ticket #9175 (Changing TIME_ZONE causes restart loop of development server) created by
- Changing TIME_ZONE to anything except the default "America/Chicago" …
- 11:32 DeclarandoSeuProprioSignal created by
- 11:31 CookBookPortugues edited by
- (diff)
- 11:24 CookBookPortugues edited by
- (diff)
- 11:23 CriandoViewsExtensiveis created by
- 11:21 Version1.1Features edited by
- Implement Atom Publishing Protocol (diff)
- 11:21 CookBookPortugues edited by
- (diff)
- 11:19 AdminBasico edited by
- (diff)
- 11:16 AdminBasico created by
- 11:16 CookBookPortugues edited by
- (diff)
- 11:14 Version1.1Features edited by
- (diff)
- 09:47 Ticket #9174 (Following 2nd part of tutorial) closed by
-
invalid: You forgot to add a comma after
'django.contrib.admin'
. - 09:43 Ticket #9174 (Following 2nd part of tutorial) created by
- # Add "django.contrib.admin" to your INSTALLED_APPS setting. # Run …
- 09:07 Ticket #9173 (Conditional content of template blocks) created by
- It will be very good if there is some possibility to mark sort of …
- 08:26 Version1.1Features edited by
- (diff)
- 08:13 Ticket #9172 (CsrfMiddleware breaks django test client) created by
- The very excellent CsrfMiddleware has one undesired side-effect: It …
- 06:10 Ticket #8371 (Windows users should use / instead of \ for file paths in settings.py) closed by
- fixed: (In [9084]) Fixed #8371: Added a note warning Windows users about the …
- 06:10 Changeset [48d41cf]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 #8371: Added a note warning Windows users about the use of …
- 06:07 Changeset [54f962c0]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 #8967: Added documentation for the 'through' option on a …
- 06:07 Ticket #8967 (Model documentation omits through option in ManyToManyField) closed by
- fixed: (In [9083]) Fixed #8967: Added documentation for the 'through' option …
- 01:23 Ticket #9171 (must pass `list` not `tuple` as `exclude` (as seen in docs) to ...) created by
-
If the
exclude
argument is notNone
but is also notlist
an … - 01:03 Changeset [5563362]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
- Add some docstrings to the base classes for management commands. Refs …
- 01:01 Ticket #9170 (Write real documentation for custom management commands) created by
- [http://docs.djangoproject.com/en/dev/howto/custom-management-commands/ …
09/21/2008:
- 23:02 Ticket #9169 (unclosed paren in function call in code block in template api docs) created by
- unclosed paren in function call in code block in template api docs
- 22:01 Ticket #9168 (contrib.auth login for should accept an authentication_form parameter ...) closed by
-
duplicate: The patch in #8274 also takes care of the
password_change
. Closing … - 21:36 Ticket #9168 (contrib.auth login for should accept an authentication_form parameter ...) created by
- A more generic solution to #7507. In my example, I want to use email …
- 20:05 Ticket #9165 (Broken link in tutorial #1) closed by
- fixed: The link appears to work fine both in a locally bit version of the …
- 19:43 Ticket #9166 (stupid SQL) closed by
- wontfix: This rapidly gets very, very difficult once you have more than one …
- 19:31 Changeset [922aba3d]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 missing variable initialisation deep in the Query bowels. …
- 18:10 Ticket #9167 (shutdown_message option missing in runserver.py) created by
- Changeset 5911 added a shutdown_message option in runserver.py, but it …
- 14:18 Ticket #9166 (stupid SQL) created by
- Django orm does not follow reverse relations. Why not? I present …
- 11:57 Changeset [fd366a8]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 #7582: Removed checks that prevented null=True ForeignKey fields …
- 11:57 Ticket #7582 (Sorting by nullable ForeignKey) closed by
- fixed: (In [9080]) Fixed #7582: Removed checks that prevented null=True …
- 11:17 Ticket #8984 (Admin "password change" page has broken link to "Documentation") closed by
- fixed: Fixed in [9079].
- 11:15 Changeset [0ededc61]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 8984: Only include a "Documentation" link on change password and …
- 11:00 Ticket #9165 (Broken link in tutorial #1) created by
- See text in tutorial #1: "For full details on the database API, see …
- 08:14 Ticket #9164 (mysql backend, foreign key respect order) created by
- Introspection mysql backend not respect order on foreing key. List of …
- 03:35 Ticket #9131 (Lack of documentation for code under django.utils) closed by
- duplicate: This is a duplicate of the intent expressed in the comments for #3469. …
- 02:43 Changeset [1b733aa1]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 #9149: Fixed reST error in syndication docs git-svn-id: …
- 02:43 Ticket #9149 (Markup typo in syndication docs) closed by
- fixed: (In [9078]) Fixed #9149: Fixed reST error in syndication docs
- 01:49 Ticket #9159 (testing Client support for middleware) closed by
- wontfix: Replying to carljm: > Not resolving since I'm not a …
09/20/2008:
- 22:06 Ticket #9163 (CsrfMiddleware needs to reset ETag header) created by
- If you enable CsrfMiddleware with ConditionalGetMiddleware (or …
- 21:11 Ticket #9157 (Ellipses should be optional, and faux ellipses should be true ellipses ...) closed by
- wontfix: As always, we have the problem that putting multiple problems into one …
- 20:01 Ticket #9162 (Apostrophe in "release process" page title makes ugly HTML entity in ...) closed by
- duplicate: Whoops, dupe of #8885.
- 18:02 Ticket #9160 (ref/models/options has HTML in title) closed by
- duplicate: Dupe of #8885.
- 18:02 Ticket #9134 (Documentation title) closed by
- duplicate: Dupe of #8885.
- 17:33 Changeset [936b8ea]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 generic "button" class to the admin styles to allow applying …
- 16:46 Ticket #9162 (Apostrophe in "release process" page title makes ugly HTML entity in ...) created by
- The [http://docs.djangoproject.com/en/dev/internals/release-process/ …
- 16:37 Ticket #9161 (ModelMultipleChoiceField doesn't respect to_field_name in validation.) created by
- I believe these should be consistent,
- 15:51 Ticket #9160 (ref/models/options has HTML in title) created by
- http://docs.djangoproject.com/en/dev/ref/models/options/ The title …
- 14:35 Ticket #9159 (testing Client support for middleware) created by
- I propose the following improvement: The testing client is great for …
- 08:17 Ticket #9158 (django-admin.py print help to stderr) created by
- Command django-admin.py help print this text to stdout: […] and …
- 04:22 Ticket #9157 (Ellipses should be optional, and faux ellipses should be true ellipses ...) created by
- The truncatewords filter currently adds faux ellipses (three dots) to …
- 00:51 Ticket #9156 (Make tests self-contained) created by
- Hello, It would be nice if Django tests, both tests created by users …
09/19/2008:
- 22:12 Ticket #9155 (Translations cause AdminSite and auth models trouble) created by
- This is a horrifically specific bug, so I mostly post this as a …
- 21:59 Ticket #9154 (Cache compiled templates) created by
- I've seen compiled templates are not cached in loader class. You can …
- 21:42 Version1.1Features edited by
- (diff)
- 21:42 Version1.1Features edited by
- (diff)
- 21:23 Ticket #9153 (Forms (and formsets) don't always generate valid HTML for hidden fields) created by
-
Creating a form with only hidden fields and than calling
as_p()
on … - 20:56 Ticket #9152 (models.TextField encodes data wrong on 4001+ characters on Oracle 10g) created by
- When using a models.TextField with a length of greater than 4000 …
- 19:13 Version1.1Features edited by
- (diff)
- 17:46 Ticket #8806 (ModelAdmin should allow not default manager) closed by
- duplicate: This is pretty much a duplicate of #7510 (which has a required …
- 14:54 Version1.1Roadmap edited by
- (diff)
- 14:45 Changeset [af68a0cc]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 heading levels in docs/internals/committers git-svn-id: …
- 14:44 Changeset [de9acabf]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 contributing documentation to contain the new release process …
- 14:18 DjangoBranches edited by
- (diff)
- 13:27 Version1.1Roadmap edited by
- It is not possible to do a release in the past ;-) (diff)
- 13:25 Ticket #9151 (Admin "Recent Actions" should differentiate between Sites) created by
- If I set up two Sites which share the same database but use the Sites …
- 13:21 Ticket #9150 (Generic views should accept arguements for form_class) created by
- The form_class property for generic views such a …
- 13:00 Version1.1Roadmap edited by
- (diff)
- 13:00 Version1.1Roadmap edited by
- (diff)
- 12:59 Version1.1Roadmap edited by
- (diff)
- 12:59 Version1.1Roadmap created by
- 12:13 Ticket #9149 (Markup typo in syndication docs) created by
- At line 144 of docs/ref/contrib/syndication.txt …
- 11:47 Ticket #9145 (use of __import(stuff, '', '', [''])) closed by
- duplicate: duplicate of #8193
- 11:23 Ticket #9148 (Admin enforces default widgets, preventing the use of custom ones) created by
- When you inherit models.DateTimeField (and several other fields) you …
- 11:21 Ticket #9147 (FormPreview needs easier extensibility) created by
- In addition to #7222 and #8690, I have to override more parts of …
- 10:33 Ticket #9146 (handlers/base.py relies on cpython-specific behavior) created by
- Example of code: […] I think it should print NameError inside …
- 09:59 Ticket #9062 (admin disallows saving Null fk to more than one object) closed by
- duplicate: Unless I am missing something, this is more than related to #9039, it …
- 09:48 Ticket #9145 (use of __import(stuff, '', '', [''])) created by
- Which does not work on top of pypy for example: line 20 in …
- 09:16 DjangoJobs edited by
- Removed Estrate from page (diff)
- 07:32 Ticket #9144 (Bug with formsets validation in admin with models with m2m through ...) closed by
- duplicate: Sounds like #9076.
- 07:00 Ticket #9144 (Bug with formsets validation in admin with models with m2m through ...) created by
- Is very difficult to reproduce. In my case I only can reproduce in …
- 06:00 Ticket #9143 (Remove unused imports in comments code) created by
- Pyflakes found a number of unused imports in comments framework code. …
- 05:46 Version1.1Features edited by
- (diff)
- 05:37 Version1.1Features edited by
- (diff)
- 05:34 Version1.1Features edited by
- (diff)
- 05:04 Version1.1Features edited by
- (diff)
- 05:03 Version1.1Features edited by
- (diff)
- 04:36 Ticket #7239 (Using the url tag with the blocktrans one) closed by
- wontfix: Close as wontfix given the new "as" keyword in url tag. See this …
- 04:23 SprintIdeas edited by
- Removed washington dc sprint notice (diff)
- 04:19 LittleEasyImprovements edited by
- Removed fixed tickets (diff)
- 03:55 MultipleDatabaseSupport edited by
- (diff)
- 00:53 Ticket #9142 (Validation shouldn't be coupled with validation...) closed by
- invalid
- 00:38 Ticket #9142 (Validation shouldn't be coupled with validation...) created by
- Well, very simple. If i have a ModelForm and i want to change a fields …
- 00:24 DevelopersForHire edited by
- added TOC (diff)
- 00:19 DevelopersForHire edited by
- updating info (diff)
- 00:16 DevelopersForHire edited by
- updated my info (diff)
Note: See TracTimeline
for information about the timeline view.