Timeline
05/05/2012:
- 17:20 Ticket #14606 (Application module imported twice when running development server) closed by
- invalid: TicketClosingReasons/DontReopenTickets
- 16:38 Ticket #18276 (404 when accessing generic views documentation from google) closed by
- invalid: Function-based generic views which were documented in this page have …
- 16:05 Ticket #18276 (404 when accessing generic views documentation from google) created by
- I searched google for "django generic views" and the first result was …
- 15:33 Changeset [57102ce7]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Used io.BytesIO also for ContentFile. io.StringIO would force the …
- 14:41 Changeset [d7dfab5]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Replaced cStringIO.StringIO by io.BytesIO. Also replaced …
- 14:39 Ticket #18275 (documentation: invalid foreign key and select_related) created by
- Let's say Book has a foreign key to Author. If there is a invalid id …
- 09:54 Changeset [1583d402]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed the syntax used for the Python repl examples in docs and docstrings.
- 09:52 Ticket #17393 (Test runner should exclude __pycache__ directories) closed by
- fixed: Fixed in 865cd35c9b357e20994f6c6a51f2ae000ba0a3ee (was inadvertantly …
- 09:45 Changeset [208e26b3]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Commented on a line that inadvertantly slipped in commit 865cd35c …
- 08:17 Ticket #18181 (Not filling out a blank=True ForeignKey admin raw_id field raises ...) reopened by
- Sorry, I confused myself and so both missed out some important details …
- 07:06 Changeset [865cd35]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made more extensive usage of context managers with open.
- 03:25 Tutorials edited by
- Add page that helps to set mail notification via mail using signals (diff)
05/04/2012:
- 20:03 Ticket #18274 (Page not found) closed by
- fixed: It appears that this was a temporary problem caused by Jacob messing …
- 20:03 Ticket #18273 (page not working ...) closed by
- fixed: It appears that this was a temporary problem caused by Jacob messing …
- 17:11 Ticket #18274 (Page not found) created by
- https://docs.djangoproject.com/en/dev/howto/custom-template-tags/
- 16:58 Ticket #18273 (page not working ...) created by
- https://docs.djangoproject.com/en/dev/topics/forms/modelforms/
- 14:13 Ticket #14606 (Application module imported twice when running development server) reopened by
- I disagree with the decision to close this ticket. I'm trying to …
- 12:03 Ticket #18272 (ModelChoiceField's queryset attribute persists between two form instances) created by
- == Setup == Using the models from the tutorial: […] And the …
- 01:20 Changeset [ec5423df]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18270 -- Corrected variable name in password reset example. …
- 01:01 Ticket #18271 (Make TransactionTestCase flush tables after test run instead of before) created by
- TransactionTestCase does not clean up after a test is run. When the …
05/03/2012:
- 23:47 Ticket #18270 (Erroneous sample email template for password reset) created by
- The sample registration/password_reset_email.html email body template …
- 14:52 Ticket #18269 (From __future__ import unicode_literals) created by
- To the road to Python3, a possible next step would be to use the {{{ …
- 14:31 Changeset [11a53555]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Inserted more simplefilter calls to be sure warnings are emitted. …
- 14:26 Ticket #18268 (no branches in new git repository?!?!) closed by
- invalid: Thanks for the report. Porting the branches is a work in progress, and …
- 14:08 Ticket #18268 (no branches in new git repository?!?!) created by
- The old branches like 1.3.X, 1.4.X does only exist in …
- 13:47 Ticket #18267 (Clarify how to check if configuration is already called) created by
- [https://docs.djangoproject.com/en/dev/topics/settings/#either-configur …
- 13:36 Ticket #17787 (Clear setting-dependant caches when settings are overridden (in tests)) reopened by
- I'd like to review a few more settings :)
- 13:23 Ticket #18266 (Allow context processors to take the context as a second argument) created by
- It would be very useful if context processors could do what their name …
- 13:18 Changeset [00c0d3c]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made warning assertions work with or without -Wall python switch
- 11:35 Ticket #17787 (Clear setting-dependant caches when settings are overridden (in tests)) closed by
- fixed: Several settings are now using the setting_changed signal. I don't …
- 11:34 Ticket #17049 (The test suite should be deprecation-warning clean) closed by
- fixed: Patch committed in 10cf3c64273db407402ea9723569dfc8d059e186 I think …
- 11:30 Changeset [10cf3c64]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Used catch_warnings instead of save/restore methods. Refs #17049.
- 10:42 Changeset [e9a5660]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed broken URLs introduced in 1adc87cd32.
- 10:28 Ticket #18265 (request.user cached value does not track request.session change) created by
- During the Single-Sign On technique implementation I came to the need …
- 10:15 Ticket #18264 (manage user ands groups in django project without admin site) closed by
- invalid: TicketClosingReasons/UseSupportChannels
- 10:08 Ticket #18264 (manage user ands groups in django project without admin site) created by
- Hi working in a django project and i need manage users and groups but …
- 10:00 Changeset [ea28bc26]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed unused file from i18n regression tests.
- 09:54 Changeset [c0395de]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge branch 'master' of github.com:django/django
- 09:53 Changeset [1adc87cd]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated some URLs in the documentation to point to the new repository.
- 09:39 Changeset [b52672d]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Replaced deprecated TestCase methods. Refs #17049.
- 09:00 Ticket #18263 (admin/edit_inline/tabular.html only handles hidden fields correctly in ...) created by
- So, hidden fields arent suppost to get their own column in the tabular …
- 08:29 Ticket #18042 (Advance the deprecation warnings for the features that will be removed ...) closed by
- fixed: Fixed in e84f79f05113f546810c1908c7baef99fb1e874a.
- 08:27 Changeset [e84f79f]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18042 -- Advanced deprecation warnings. Thanks Ramiro for the …
- 07:22 Ticket #18262 ({% url %} in sample template not working because of quotes) created by
- The sample template at …
- 05:40 Ticket #18261 (Clarify the term "project root directory") created by
- The documentation at […] states that […] should be run from …
- 03:54 Ticket #18260 (Cache tag doesn't handle filter expresssions) created by
- I found the cache tag didn't well handle when I passed, for instance: …
- 02:00 Ticket #18214 (Serializers do not serialize iterators) closed by
- fixed: Fixed in 227cec686e512412f613c3d14743b85445765d92
- 01:57 Changeset [227cec68]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18214 -- Clarified the docs about serializable objects.
05/02/2012:
- 18:24 Ticket #17776 (DoesNotExist is not picklable) reopened by
- Reopening because this problem affects the combination of Django, …
- 18:22 Ticket #18163 (Use a faster password hasher in test_sqlite.py) closed by
- fixed: Merged here: …
- 18:06 Changeset [b86a0018]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #28 from akaariai/ticket_18163 Ticket 18163 - use …
- 17:29 Ticket #18211 (Add a signal to notifying when a ModelAdmin has been registered with ...) closed by
-
wontfix: I agree with Keryn that catching the
NotRegistered
or … - 16:53 Ticket #13693 (error_messages for fields in Model don't carry over to ModelForm) reopened by
- Reopening this ticket based on Honza's comment "I completely agree …
- 12:42 Ticket #1286 (Automatic detection of primary key with inspectdb for MySQL) closed by
- fixed: I am pretty sure this has been fixed, MySQL passes introspection …
- 10:43 Ticket #18258 (Too aggressive statements spliting in custom sql) closed by
- wontfix: We need a better way to run custom SQL. I don't believe there is any …
- 10:24 Ticket #18259 (Standalone templates also require ROOT_URLCONF setup) created by
- [https://docs.djangoproject.com/en/1.2/ref/templates/api/#configuring-t …
- 08:51 Ticket #18237 (Custom error messages in ModelForm-s) closed by
- wontfix: If you disagree with a core developer who closed a ticket as wontfix, …
- 08:50 Ticket #18258 (Too aggressive statements spliting in custom sql) created by
- Currently django.core.management.sql.custom_sql_for_model splits …
- 08:34 Ticket #18237 (Custom error messages in ModelForm-s) reopened by
- Defining form field to override error message is, in my opinion, …
- 05:37 Ticket #18257 (Possible minor typo) created by
- https://docs.djangoproject.com/en/1.4/ref/contrib/contenttypes/ Minor …
- 04:48 Ticket #18256 (MySQL error (1005, "Can't create table '\\db_name\\.#sql-4a8_98' ...) created by
- I am getting MySQL (errno: 150) while trying to run syncdb. I have …
- 02:50 Ticket #18255 (Inconsistent data type for BigIntegerField after calling full_clean()) created by
- Example: […] When saving the model I get: […] This means that …
- 02:19 Ticket #18237 (Custom error messages in ModelForm-s) closed by
- wontfix: There is a simple way, subclass the form and override the error …
Note: See TracTimeline
for information about the timeline view.