Timeline
08/16/2011:
- 23:06 Changeset [0e3d8bc]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removing the old url resolution method in contrib.auth.admin.UserAdmin …
- 15:44 Ticket #16643 (Test Email Backend (locmem) accepts email with blank recipients) created by
- The email backend used in the testing frameworks accepts all messages …
- 14:13 Ticket #9353 (Django documentation bundles on download page) closed by
- fixed: There're now links to offline versions in the sidebar on the docs site.
- 11:01 Ticket #16642 (TemplateView get_context_data returns params dict) created by
- the TemplateResponseView class based view should return kwargs as a …
- 10:24 Ticket #16636 (Wording in documentation for contrib.auth could be improved on ...) closed by
- wontfix: https://docs.djangoproject.com/en/1.3/internals/contributing/#reporting …
- 10:06 Ticket #16636 (Wording in documentation for contrib.auth could be improved on ...) reopened by
- I'm not clear on the protocol for replies - does the person closing a …
- 05:27 Ticket #16641 (Ordering not used on ForeignKeyField form field RadioSelect widget) closed by
- duplicate: This was already reported in #6585.
- 05:25 Ticket #2679 (Admin.ordering isn't working for edit_inline ForeignKey fields) closed by
- fixed: Closing as fixed as per Ramiro's comment.
- 03:06 Ticket #16641 (Ordering not used on ForeignKeyField form field RadioSelect widget) created by
- Hi, I've spotted some inconsistency using the ordering option on …
- 00:09 Ticket #16640 (load static doesn't import from a base template) closed by
- invalid: This is the template language working as designed. Every template is a …
08/15/2011:
- 23:55 Ticket #16640 (load static doesn't import from a base template) created by
- When importing a template that uses "load static", it doesn't import …
- 17:06 Ticket #16639 (Optimize Model initialization by sending pre and post init signals ...) created by
- The attached patch implements an optimization to Model object …
- 15:12 Ticket #16638 (Erratum in 'Creating forms from models') closed by
- worksforme: I'm sorry but as far as I can tell, the current statement is correct.
- 14:44 Ticket #16638 (Erratum in 'Creating forms from models') created by
- In sentence "This is because it isn't possible to save many-to-many …
- 12:35 Ticket #16637 (Admin site gives DoesNoteExist at /admin/) closed by
- invalid: Not a bug
- 11:44 Ticket #16637 (Admin site gives DoesNoteExist at /admin/) created by
- After enabling the admin site in settings.py and urls.py the admin …
- 11:32 Ticket #3881 (Don't mask server exception with session save exception) reopened by
- I'm still seeing exactly this problem in 1.3 beta. I applied the …
- 10:55 Ticket #16636 (Wording in documentation for contrib.auth could be improved on ...) closed by
- wontfix: It does always return True. See #16635 for additional explanation.
- 10:52 Ticket #16635 (Wording in documentation for contrib.auth could be improved on ...) closed by
- wontfix: The referenced doc is describing the methods implemented in the auth …
- 09:39 Ticket #16490 (For select_for_update feature: DatabaseError not raised as expected ...) reopened by
- After doing some investigation on #13906, I've come to the conclusion …
- 09:15 Ticket #16636 (Wording in documentation for contrib.auth could be improved on ...) created by
- https://docs.djangoproject.com/en/1.3/topics/auth/#django.contrib.auth. …
- 09:10 Ticket #16635 (Wording in documentation for contrib.auth could be improved on ...) created by
- https://docs.djangoproject.com/en/1.3/topics/auth/#django.contrib.auth. …
- 06:59 Ticket #16634 ("m2m_changed" signals never gets fired from the admin site) created by
- Well, dont know if this is a bug or if I've a concept error. But try …
- 05:07 Ticket #16633 (Static files in 1.3) closed by
- invalid: No, you don't have to put the line to your urls.py if you use the …
- 04:57 Ticket #16633 (Static files in 1.3) created by
- Just noticed the following in 1.3. (correct me if I'm wrong) But it …
- 04:56 Ticket #16632 (204 (No Content) responses without content-type crashes django if UA ...) created by
- A HTTP 204 response (no content) doesn't return an entity-body in the …
- 04:01 Ticket #15206 (Group: use select_related for permissions on admin change_form) closed by
- fixed: In [16620]: […]
- 04:01 Changeset [283526a5]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15206 -- Added select_related call to the permissions field of …
- 03:29 Ticket #16523 (manage.py's runserver autoreloading is broken in Jython) closed by
- fixed: In [16619]: […]
- 03:29 Changeset [d37e3ba]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16523 -- Made path handling in autoreload code work on Jython. …
- 03:22 Ticket #16631 (Logic in check_settings() in staticfiles app when no base_file is ...) closed by
- fixed: In [16618]: […]
- 03:22 Changeset [cfba2460]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16631 -- Fixed embarrassing typo introduced in r16617. Thanks, …
- 03:20 Ticket #16631 (Logic in check_settings() in staticfiles app when no base_file is ...) created by
- "manage.py runserver" fails even when STATIC_URL is configured in …
08/14/2011:
- 22:25 CollaborateOnGithub edited by
- DELETING SPAM. WHY DON'T YOU HAVE A CAPTCHA???????? (diff)
- 20:10 UsingVimWithDjango edited by
- Removed spam (diff)
- 19:26 Ticket #16628 (Provide a class to hold application-based settings) closed by
- duplicate: I'm going to mark this a duplicate of #3591, which is a much more …
- 16:26 Ticket #15132 (The runserver command is missing --verbosity and --traceback) closed by
- wontfix: Please don't reopen tickets closed as "wontfix" by core developers. If …
- 15:44 DevelopersForHire edited by
- (diff)
- 15:42 DevelopersForHire edited by
- I have added my details (diff)
- 14:39 Ticket #15132 (The runserver command is missing --verbosity and --traceback) reopened by
- There is a extension called django-extensions which has a …
- 13:43 UsingVimWithDjango edited by
- (diff)
- 13:40 UsingVimWithDjango edited by
- (diff)
- 13:39 UsingVimWithDjango edited by
- (diff)
- 13:36 Ticket #16630 (Support for HTML5 input types) created by
- I attached a patch that adds support for HTML5 input types (URL, …
- 13:15 Ticket #16629 (STATIC_ROOT should not be required by {% static %} when using ...) closed by
- fixed: In [16617]: […]
- 13:15 Changeset [2980f2ab]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16629 -- Relaxed check for STATIC_ROOT and STATIC_URL settings …
- 12:43 Ticket #16629 (STATIC_ROOT should not be required by {% static %} when using ...) created by
- The development server uses its own views for serving static files …
- 11:01 DevelopersForHire edited by
- (diff)
- 00:23 Ticket #16628 (Provide a class to hold application-based settings) created by
- When developing a portable application it would be useful to have a …
08/13/2011:
- 23:11 Tutorials edited by
- I added a site in general tutorials section (diff)
- 15:58 Ticket #16626 (login_required attribute in class-based Generic Views) closed by
- worksforme: I'm not in favor of tying the generic views to the auth framework. If …
- 13:19 DevelopersForHire edited by
- updated my profile (diff)
- 08:51 Ticket #6644 (FormPreview doesn't pass tests) closed by
- fixed: In [16616]: […]
- 08:51 Changeset [a13de6cd]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #6644 -- Fixed django.contrib.formtools tests to be better …
- 06:58 Ticket #16621 (typos in documentation) closed by
- fixed: In [16615]: […]
- 06:58 Changeset [566b329]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard …
- 06:53 Ticket #14695 (Field's `name` kwarg gets paved over) closed by
- fixed: In [16614]: […]
- 06:53 Changeset [1abafe69]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14695 -- Stopped model fields from incorrectly overwriting the …
- 06:53 Ticket #16613 (manage.py test fails on database creation (MySQL)) closed by
- fixed: In [16613]: […]
- 06:53 Changeset [c0a4c04e]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16613 -- Fixed test for introspected foreign keys in the MySQL …
- 06:25 Ticket #16606 (Typo in csrf docs) closed by
- fixed: In [16612]: […]
- 06:25 Changeset [f3bf6223]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16606 - Typo in docs/ref/contrib/csrf.txt; thanks selwin. …
- 06:23 Ticket #16627 (Warning when building the docs) closed by
- fixed: In [16611]: […]
- 06:23 Changeset [e11c647d]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16627 -- Fixed docs build warning. git-svn-id: …
- 05:24 Ticket #16627 (Warning when building the docs) created by
- […]
Note: See TracTimeline
for information about the timeline view.