Timeline
06/09/2011:
- 23:57 Sprint201106Argentina edited by
- added myself as attendee (diff)
- 21:02 Ticket #16102 (Link to the old django book + improving section) closed by
- duplicate: This is actually taken care of by #16207 along with a few other doc …
- 19:56 Ticket #16210 (Model validation tests broken in Python 2.5 after [16348]) created by
-
Just need to add "
from __future__ import with_statement
" at the top … - 19:17 Sprint201106Argentina edited by
- I'm in -- until 13hs -- (diff)
- 18:51 Ticket #13511 (RegexValidator pattern is optional and should be required) closed by
- fixed: In [16351]: […]
- 18:51 Changeset [b56ef75]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
- Fixes #13511 -- make regex parameter to RegexValidator to be optional. …
- 18:23 Sprint201106Argentina edited by
- (diff)
- 18:15 Ticket #16178 (Cleanup request classes' __repr__()) closed by
- fixed: In [16350]: […]
- 18:15 Changeset [db2f9bf]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 #16178 - Cleanup request classes'
__repr__()
Thanks to julien … - 17:51 DevelopersForHire edited by
- (diff)
- 16:00 Ticket #8161 (ManyToManyField with relation to self not saved in admin when using ...) closed by
- invalid: can't reproduce, ran both admin and the python code.
- 15:27 Ticket #16209 (Add alternative repositories to 'Installing the development version' ...) created by
- https://docs.djangoproject.com/en/dev/topics/install/#installing-develo …
- 15:27 Ticket #4212 (badly-defined ForeignKey to self does not cause an exception) closed by
- invalid: Can't reproduce this issue, works fine for me.
- 15:18 Ticket #5450 (save_m2m should raise an exception for unsaved models) closed by
- invalid: Closed this issue with the wrong resolution, it wasn't fixed but …
- 15:17 Ticket #5450 (save_m2m should raise an exception for unsaved models) reopened by
- 15:01 Ticket #16155 (Drop support for Python 2.4) closed by
- fixed: In [16349]: […]
- 15:01 Changeset [dff31de]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 #16155 -- Removed Python 2.4 compatibility constructs from code …
- 14:50 Ticket #16208 (natural key YAML deserialization using non-list natural keys broken ...) created by
- I'm using Django 1.2.5. I had trouble loading data from a fixture …
- 14:35 Changeset [da0c7cd7]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
- Clean up unique validation tests to not use bare excepts and use …
- 14:33 Ticket #5450 (save_m2m should raise an exception for unsaved models) closed by
- fixed
- 13:40 Sprint2011DjangoConEU edited by
- Slightly more useful report (diff)
- 13:33 Ticket #16207 (UserProfile documentation (not extensive enough)) created by
- https://docs.djangoproject.com/en/dev/topics/auth/#storing-additional-i …
- 13:25 Ticket #16206 (DB router example causes bug in django admin delete) created by
- Caused by auth models not having an _meta. Example based off the code …
- 13:24 Ticket #16205 (Beginners install guide for Windows) created by
- When people are completely new to Python and Django there are often …
- 12:47 Version1.3Roadmap edited by
- (diff)
- 12:03 Ticket #9459 (forms.DateTimeField() rendered with HiddenInput looses microseconds) closed by
- fixed: In [16347]: […]
- 12:03 Changeset [dce2786]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 #9459: forms.HiddenInput and DateTime field loses microseconds. …
- 11:42 Ticket #16204 (Remove unused functions in admin core.js (getCorrectYear and getISODate).) created by
- Functions getCorrectYear and getISODate are not used anymore. They …
- 11:31 Ticket #11515 (Admin actions javascript problem in Firefox.) closed by
- fixed: I was experiencing this with Firefox 3.something before the admin …
- 11:12 Ticket #16203 ('servers' test fails on Windows) created by
- The failure happens because the expected path is normalized with …
- 11:09 Ticket #16202 (Localflavor support for Slovenia (si)) created by
- Attached patch provides checking for: personal id number for slovenia, …
- 11:09 Ticket #16201 (When Content-Length is 0, MultiPartParser violates RFC2616) created by
- RFC 2616 says that: "Any Content-Length greater than or equal to zero …
- 11:06 Ticket #16200 (__init__ of TemplateIfParser has return statement) created by
- 10:59 Ticket #16199 (Create a secure cookie-based session backend) created by
- I have built a third-party implementation of this, but after talking …
- 10:58 Ticket #16198 (model_forms tests are still doctests.) created by
- Refactor model_forms tests to be unittests instead of doctests.
- 10:57 Ticket #16197 (Rewrite contrib auth to use class based views) created by
- Having classed based views for the auth app would make reusing them …
- 10:57 Ticket #16196 (Redundant or incorrect code in tests) created by
- Ran a static analysis tool on Django tests, found and fixed several …
- 10:39 Ticket #16195 (Document the ModelAdmin.get_changelist) created by
- Was commited in [11910]. It need some documentation.
- 10:39 Ticket #16186 (Remove inline CSS from admin templates) closed by
- fixed: In [16346]: […]
- 10:39 Changeset [dfcde781]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
- Fixes #16186 -- remove inline CSS in contrib.admin Thanks to bsimons …
- 10:23 Ticket #16194 (Typo error in admin docs... pagination stuff) closed by
- invalid
- 10:21 Ticket #16194 (Typo error in admin docs... pagination stuff) created by
- Look at the attached patch.
- 10:05 Ticket #8913 (Make the "must be unique" error messages in ModelForms customizable) closed by
- fixed: In [16345]: […]
- 10:05 Changeset [865d684a]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 #8913 - Make "must be unique" error messages customisable. …
- 10:02 Ticket #6442 (base.py: TypeError: 'str' object is not callable when importing a ...) closed by
- worksforme: I've verified this also. No longer an issue.
- 10:00 Sprint201106Argentina edited by
- (diff)
- 09:48 Sprint201106Argentina edited by
- (diff)
- 09:30 Ticket #6488 (Use JS iframe to hide select dropdowns in IE6) closed by
- wontfix: IE6 is no longer supported in the admin, I checked in IE7 and this …
- 09:23 Ticket #16193 (Use qunit to test javascript in django source) created by
- Use qunit to test javascript in django source, especially in …
- 09:06 Ticket #16192 (Make unique_together error messages in ModelForms customizable) created by
- This is related to ticket #8913 and Google groups discussion: …
- 08:59 Ticket #16191 (indentation typo in tutorial part 2) closed by
- invalid: The last line attaches the attribute short_description to the …
- 08:48 Ticket #16191 (indentation typo in tutorial part 2) created by
- On https://docs.djangoproject.com/en/1.3/intro/tutorial02/ the last …
- 08:46 Ticket #16190 (django.views.debug.technical_500_response() not much helpful for AJAX ...) created by
- When DEBUG=True and exception is raised inside a view, Django …
- 08:38 Ticket #16189 (Tests with URLField(verify_exists=True) should use a mock and not ...) created by
- Currently the testsuite tries to hit some domains to test the …
- 08:29 Ticket #16188 (Added locale formats for swiss german language) created by
- The swiss german number formats are slightly different than the german …
- 08:13 Changeset [7f6675a5]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
- Stopped staticfiles from modifying INSTALLED_APPS during test runtime. …
- 08:03 Ticket #16187 (Refactor lookup system) created by
- There are a few tickets that propose adding new lookup types …
- 07:48 Ticket #16186 (Remove inline CSS from admin templates) created by
- The templates in contrib.admin have a lot of inline javascript. Also …
- 07:45 Ticket #11834 (Colorized technical_500_response: django code is green, user code is red.) closed by
- fixed: In [16343]: […]
- 07:45 Changeset [7166011]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 #11834 -- Improved technical 500 stacktrace display. Thanks to …
- 07:03 Ticket #16185 (Allow to override TEST_RUNNER setting with a command-line option to ...) created by
- In order to enable the integration of the Django test framework with …
- 06:49 Ticket #16184 (GeoDjango inspectdb fails for PostGIS) created by
- GeoDjango inspectdb fails for PostGIS if there are more data types …
- 06:45 Ticket #16183 (Incorrect test in contrib.auth silently passes) created by
- There are a test case: …
- 06:20 Ticket #13629 (Admin Changelist: add app-model_name class to <body> tag) reopened by
- This isn't fixed until it has been checked in ;)
- 06:17 Ticket #13696 (Admin Edit Inline templates don' t output hidden field for PK when it ...) reopened by
- Replying to dArignac: > Status changed from assigned to …
- 06:14 Changeset [38878b59]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
- Removed old, incorrect comment git-svn-id: …
- 06:04 Ticket #13696 (Admin Edit Inline templates don' t output hidden field for PK when it ...) closed by
- fixed
- 05:53 Ticket #16182 (TimestampSigner should use a more precise timestamp) created by
- Generating a secure cookie using the TimestampSigner within the same …
- 05:47 Ticket #16181 (Template debugger highlights the row with error incorrectly) closed by
- duplicate: Duplicate ticket, check https://code.djangoproject.com/ticket/5831
- 05:39 Sprint2011DjangoConEU edited by
- Understanding settings.py issues (diff)
- 05:34 Ticket #16181 (Template debugger highlights the row with error incorrectly) created by
- Imagine you have a template like […] where loop is any not empty …
- 05:34 Sprint2011DjangoConEU edited by
- Adding link to tickets marked dceu2011 (diff)
- 05:16 Ticket #13629 (Admin Changelist: add app-model_name class to <body> tag) closed by
- fixed: I've updated the code to work with django 1.3. Also I've added more …
- 05:16 Ticket #13043 (Default manage.py should print ImportError) closed by
- duplicate: duplicate of #14130 (that is newer, but is already fixed)
- 05:07 CollaborateOnGithub edited by
- changed .patch to .diff per … (diff)
- 04:56 Ticket #16165 (Annotations get crazy when .values has many arguments (MySQL)) closed by
- worksforme: I can't reproduce this problem given the code you've provided and …
- 04:55 Ticket #16180 (IGNORED_PARAMS customization) created by
- Several times you "hack" the admin interface and want to use extra GET …
- 04:21 Ticket #16179 (Formwizard enhancement proposal) created by
- I'd like to propose the following changes to the formwizard: Add …
- 04:12 Ticket #9195 (Paginator.page() should raise PageNotAnInteger when given a NoneType value) closed by
- fixed: This was already addressed by SmileyChris in [16026] with a change to …
- 03:07 Ticket #14893 (TypeError when accessing deferred (defer(..)) geometry field when ...) closed by
- fixed: This issue seems to be fixed as a result of #15790 ([16228]) - the …
- 01:53 Sprint2011DjangoConEU edited by
- Added some tips on things to work on, and added a section for people … (diff)
06/08/2011:
- 23:03 Ticket #16178 (Cleanup request classes' __repr__()) created by
- As discussed in …
- 18:09 Changeset [cb2c669d]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 an unnecessary use of TransactionTestCase git-svn-id: …
- 17:53 Ticket #14206 (contrib:admin dynamic list_display support) closed by
- fixed: In [16340]: […]
- 17:53 Changeset [207e3ed9]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 #14206 - dynamic list_display support in admin Thanks to …
- 17:18 Ticket #14614 (Dont send Request message when handle_uncaught_exception()) closed by
- fixed: In [16339]: […]
- 17:18 Changeset [45e55b91]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 #14614 - filtering of sensitive information in 500 error …
- 16:46 Ticket #8901 (Django's guessed postgresql sequence name is incorrect if the ...) closed by
- fixed: Replying to HM: > This fix partially fixes #1946 but does …
- 16:09 Sprint2011DjangoConEU edited by
- (diff)
- 16:08 Sprint2011DjangoConEU edited by
- Another wild form-idea (diff)
- 15:51 Sprint2011DjangoConEU edited by
- Just a suggestion (diff)
- 14:54 Ticket #16177 (Link is broken in https://code.djangoproject.com/wiki/Tutorials) closed by
- invalid: I've updated the link, but will mark this ticket as invalid, as the …
- 14:42 Tutorials edited by
- Updated a broken link (diff)
- 14:42 Sprint201106Argentina edited by
- (diff)
- 14:01 Ticket #16177 (Link is broken in https://code.djangoproject.com/wiki/Tutorials) created by
- A link is broken https://code.djangoproject.com/wiki/Tutorials in the …
- 13:33 Sprint201106Argentina edited by
- add me (diff)
- 13:20 Sprint201106Argentina edited by
- (diff)
- 13:13 Sprints edited by
- (diff)
- 13:10 Sprint201106Argentina created by
- Added page
- 12:16 Ticket #16176 (Overwriting a property with field during model inheritance.) created by
- Documentation says (in …
- 11:22 Ticket #16175 (Use TemplateResponse in django.contrib.sitemaps) created by
- Like it was done for the admin in #15008 , it would be useful to …
- 08:26 Ticket #16174 (Class based view update for FormPreview) created by
-
I used the
FormPreview
class indjango.contrib.formtools.preview
… - 08:14 Barcodes edited by
- (diff)
- 07:47 Ticket #16173 (manager.get on foreign key fields (related fields)) created by
-
__get__
on ForeignKey field uses manager to query the values. The … - 06:47 Ticket #16172 (Filtering queryset using Q objects to find objects with two specific ...) closed by
- invalid: I believe the Q objects are doing what they are intended to do, it's …
- 06:12 Changeset [bb12a02b]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
- Deprecated legacy ways of calling cache_page git-svn-id: …
- 05:36 DjangoJobs edited by
- Smartodds ad (diff)
- 01:35 Ticket #16172 (Filtering queryset using Q objects to find objects with two specific ...) created by
- I've attached an example Django project with a unit test that …
06/07/2011:
- 17:11 Ticket #16171 ("Easy pickings unset" is confusing lots of people) created by
- People keep getting the message "Easy pickings unset" after making a …
- 16:17 Changeset [b67ff142]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
-
Removed an alias for
django.template.loader
that had been …
- 15:59 Changeset [7a600166]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
- Name this test method correctly. Refs [16334]. git-svn-id: …
- 15:52 Ticket #16170 (Run cleanupregistration on djangoproject.com) closed by
- duplicate: #16041 describes the same problem.
- 15:51 Changeset [fcf8312]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
- Made clear() on a reverse foreign key significantly more efficient. …
- 11:27 Ticket #16170 (Run cleanupregistration on djangoproject.com) created by
- Hi, could you run the ./manage.py cleanupregistration command on …
- 11:15 Ticket #14082 (modelform_factory should use the form's metaclass) closed by
- fixed: In [16334]: […]
- 11:15 Changeset [684b0396]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 #14082 -- Use metaclass of provided ModelForm subclass in …
- 11:11 Ticket #15832 (Use Babel instead of xgettext for handling .po files.) closed by
- fixed: Closed in favor of using Ned's JsLex (r16333).
- 11:11 Tickets #7704,14045,15495 batch updated by
- fixed: In [16333]: […]
- 11:11 Changeset [64e19ffb]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 #7704, #14045 and #15495 -- Introduce a lexer for Javascript to …
- 10:44 Ticket #16169 (Tutorial 2 with error in mysite/urls.py content) created by
- On piece of code of headline "Activate the admin site", the 3rd bold …
- 06:10 Ticket #16168 (Form validation is bypassed on Admin Inline ModelForms that define ...) created by
- When defining extra/overridden fields on modelforms, validation is …
- 02:07 Ticket #16167 (support for custom django-admin commands written as packages) created by
- django-admin commands currently only support implementation through …
06/06/2011:
- 23:06 Ticket #16166 (EmailField? does not comply with SMTP standard) created by
- Email addresses in the literal form (where the square brackets are …
- 21:24 Ticket #16165 (Annotations get crazy when .values has many arguments (MySQL)) created by
- Models in "mars" project: […] And here is the crazy annotation …
- 20:32 Ticket #11627 (Allow users to run individual test suites using manage.py) closed by
- duplicate: Duplicate of #6712.
- 15:49 Ticket #16163 (createsuperuser management command doesn't accept a password) closed by
-
invalid: I think the
--password
option is not made available by design. It … - 15:30 Ticket #16164 (Suggested approach for CSRF in AJAX requests doesn't work when cookie ...) closed by
- worksforme: This is a duplicate of #15925 and #15354 and it was fixed in r16192. …
- 11:50 Ticket #16164 (Suggested approach for CSRF in AJAX requests doesn't work when cookie ...) created by
- Looking at the …
- 09:38 Ticket #16163 (createsuperuser management command doesn't accept a password) created by
- Line 57/58 leads me to believe I should at some point be able to pass …
- 09:22 Ticket #16162 (DummyCache set_many missing timeout kwarg) created by
- DummyCache set_many missing timeout kwarg
- 07:20 Ticket #15671 (hasattr in RemoteUserMiddleware hides true errors and exceptions) closed by
- fixed: The implementation of the 'user' attribute added by the auth …
- 07:11 Changeset [d14eb139]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
- Removed an unnecessary import git-svn-id: …
- 06:51 Barcodes edited by
- (diff)
- 06:46 Barcodes created by
- 06:46 Ticket #16157 (Make sure that fields that are presented as single-line are validated ...) closed by
- wontfix: Closing as wontfix for all the reasons given by aaugustin. It is also …
- 06:31 Ticket #16154 (r16051 broke editing a filtered changelist) closed by
- fixed: Yep, let's close this, and use #11313 for ongoing issues.
- 06:14 Ticket #16161 (If extra static files are added into STATIC_ROOT, they are transformed ...) created by
- Here are the related settings: […] How to re-produce: 1. Run : …
- 05:20 Ticket #12401 (DateField/DateTimeField is not instantiated with Python ...) closed by
- invalid: Model attributes are not converted to the correct Python types when …
Note: See TracTimeline
for information about the timeline view.