Timeline
01/11/2013:
- 22:59 Changeset [a170c3f7]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed some now dead code from deletion (thanks to Carl Meyer for …
- 21:59 Ticket #19599 (incorrect instructions for configuration of Apache's WSGIPythonPath ...) created by
- The documentation for …
- 14:35 Ticket #19488 (Locale middleware with settings.APPEND_SLASH enabled is buggy (doesn't ...) closed by
- fixed: In bcdb4898cae2f24599b39845b8e4cd7edc202424: […]
- 14:35 Changeset [b3887ab9]stable/1.5.x by
- [1.5.x] Fixed #19488 -- Made i18n_patterns redirect work with …
- 14:27 Changeset [bcdb4898]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19488 -- Made i18n_patterns redirect work with non-slash-ending …
- 14:14 Changeset [1d03ff06]stable/1.5.x by
- [1.5.x] Fixed #19585 -- Fixed loading cookie value as a dict This …
- 14:14 Ticket #19585 (Unable to load cookie values as a dict) closed by
- fixed: In f08e739bc2ba5d3530a806378087227728369464: […]
- 14:09 Changeset [f08e739b]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19585 -- Fixed loading cookie value as a dict This regression …
- 13:53 Ticket #12817 (email validator is maybe too stingy (user@hostname fails)) closed by
- fixed: The fix for #4833 [4e2e8f39d19d79a59c2696b2c40cb619a54fa745] is …
- 13:46 Ticket #4833 (auth superuser setup rejects valid @localhost e-mail address) closed by
- fixed: In 4e2e8f39d19d79a59c2696b2c40cb619a54fa745: […]
- 13:45 Changeset [4e2e8f39]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #4833 -- Validate email addresses with localhost as domain
- 13:15 Changeset [1bbd36a3]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Minor DEBUG setting reference formatting edit.
- 12:52 Changeset [53621340]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed code examples in which render() calls were missing
request
… - 12:31 Changeset [f9a46d7b]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made dev server autoreloader ignore filenames reported as None. …
- 11:11 Ticket #19360 (annotate the sum of related TimeField) closed by
- fixed: In eb6c107624930c97390185fdbf7f887c50665808: […]
- 11:10 Changeset [eb6c1076]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19360 -- Raised an explicit exception for aggregates on …
- 10:53 Ticket #12914 (Use yaml faster C implementation when available) closed by
- fixed: In 2e55cf580e48b02165b7aafb0d9368c714742137: […]
- 10:52 Changeset [2e55cf58]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Adapted test assertion against yaml dump Fixes #12914 (again).
- 10:38 Ticket #19598 (Bug in inlines.js) created by
- I just noticed a small bug in inlines.js. In the part where the …
- 08:16 Ticket #19595 (The 'redirect' from django.shortcuts does not work in a view function ...) closed by
- invalid
- 07:31 Ticket #19591 (QuerySet silently allows querying with objects of wrong class) closed by
- duplicate: Duplicate of #16955
- 07:31 Ticket #19597 (jquery.js recommendations; minified jQuery not documented) created by
- The admin docs could be clearer about loading jquery.js. Also, …
- 07:10 Changeset [b86c3ddc]stable/1.5.x by
- [1.5.x] Fixed #19437 - Clarified pip install instructions in …
- 07:08 Ticket #19437 (improved documentation for django installation) closed by
- fixed: In 9f9a7f03d77e2b6002f841be42eccf8ff287f279: […]
- 06:26 Ticket #19596 (Django admin should use "_default_manager" not "objects" on csutom ...) created by
- My case: I created custom users model "MyUser" and set it as auth …
- 06:01 Changeset [9f9a7f03]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19437 - Clarified pip install instructions in contributing tutorial.
- 05:01 Ticket #10239 (Document modelform_factory) closed by
- fixed: In 71d76ec011b393990ba9f5fb63727dbe36c3c440: […]
- 05:01 Changeset [c94fcc4]stable/1.5.x by
- [1.5.x] Fixed #10239 - Added docs for modelform_factory Thanks …
- 05:00 Changeset [71d76ec0]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10239 - Added docs for modelform_factory Thanks ingenieroariel …
- 03:33 Ticket #19569 (Add "widgets" argument to function's modelformset_factory inputs) closed by
- duplicate: Seems a duplicate of #17416.
- 00:42 Ticket #14879 (Aggregates (Min, Max) for CharField fails with Postgresql) closed by
- worksforme: I can't reproduce this on Django 1.5b2 and PostgreSQL 9.1.7. It …
- 00:33 Ticket #19583 (FloatFields won't accept locale separators) closed by
- wontfix: I confirmed what Anssi and Simon said. The model layer shouldn't know …
01/10/2013:
- 17:06 Ticket #19595 (The 'redirect' from django.shortcuts does not work in a view function ...) created by
- The fragment of urls.py: […] The home/views.py: […] I …
- 16:18 Ticket #19594 (urlpatterns not respected for trailling slashed when mod_rewrite is on) created by
- 'django.core.handlers.base.get_script_name' behaves strangely when …
- 15:57 DjangoJobs edited by
- Forgot to add the US: to the state of Louisiana (diff)
- 15:57 DjangoJobs edited by
- Just added a Django Job in Louisiana (diff)
- 14:17 Changeset [72ef63bf]stable/1.5.x by
- [1.5.x] Fixed #19588 - Added create_superuser to UserManager docs. …
- 14:17 Ticket #19588 (UserManager documentation is missing create_superuser) closed by
- fixed: In 4da5947a876a4ec2cba9de8b0ef1513832328c67: […]
- 14:16 Changeset [4da5947]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19588 - Added create_superuser to UserManager docs. Thanks …
- 13:55 Ticket #19593 (Add flushing of stdout and stderr for the `manage.py runserver` ...) created by
- Because output is written without ever closing the fds until sys.exit …
- 09:09 Ticket #19592 (BaseForms validation and ValidationError's params) created by
- In forms/forms.py the _clean_fields function of BaseForm waits for …
- 08:57 Ticket #19591 (QuerySet silently allows querying with objects of wrong class) created by
- After a recent refactor, I thought our code was working correctly …
- 06:42 Ticket #19590 (Incorrect quotes in template example) closed by
- invalid: You are mixing Django versions, here. In dev version, this is the …
- 06:21 Ticket #19590 (Incorrect quotes in template example) created by
- https://docs.djangoproject.com/en/dev/topics/auth/default/ In the …
- 04:50 Ticket #19589 (assertRegexpMatches is deprecated on Python 3) created by
-
We have currently three occurrences of
assertRegexpMatches
in Django … - 03:22 Ticket #19588 (UserManager documentation is missing create_superuser) created by
- the method create_superuser is missing from UserManager …
- 02:47 Ticket #19587 (makemessages to update PO file only if translation's changed) created by
- I would like to run makemessages as a pre-commit procedure but …
- 02:07 Changeset [b4544dbd]stable/1.5.x by
- [1.5.x] Fixed #19573 -- Allow override of username field label in …
- 02:06 Ticket #19573 (It is not possible to overwrite field label in AuthenticationForm) closed by
- fixed: In cdad0b28d49eecb13773c112410f3c126fdd1625: […]
- 02:06 Changeset [cdad0b2]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19573 -- Allow override of username field label in …
01/09/2013:
- 22:12 Ticket #19578 (lazy prefetch_related) closed by
- wontfix: I am going to close this. There are two reasons for this: 1. I …
- 21:51 Ticket #19583 (FloatFields won't accept locale separators) closed by
- invalid: To me this seems like working as expected. The localization formats …
- 18:07 Ticket #19581 (Duplicate IDs with CheckboxSelectMultiple if ID passed to constructor) closed by
- fixed: In 62f842e2e568c87387e3da3ab76600bd0aab3e95: […]
- 18:06 Changeset [62f842e]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19581 -- ensure unique html ids with CheckboxSelectMultiple …
- 18:05 Changeset [c26541f5]stable/1.4.x by
- [1.4.x] Addeded CSS to bold deprecation notices. Thanks Sam Lai for …
- 18:05 Changeset [f9604c8]stable/1.5.x by
- [1.5.x] Addeded CSS to bold deprecation notices. Thanks Sam Lai for …
- 18:03 Changeset [227bd3f8]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Addeded CSS to bold deprecation notices. Thanks Sam Lai for …
- 17:34 Changeset [7f7b6a36]stable/1.5.x by
- [1.5.x] Fixed #19586 - Removed URL_VALIDATOR_USER_AGENT from setting …
- 17:34 Ticket #19586 (URL_VALIDATOR_USER_AGENT is said to be deprecated, but has actually ...) closed by
- fixed: In 066cf2d70e30d6fae2a53b71b44137afa44ae5fa: […]
- 17:32 Changeset [066cf2d]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19586 - Removed URL_VALIDATOR_USER_AGENT from setting docs. It …
- 16:34 Changeset [1d3368b]stable/1.5.x by
- [1.5.X] Fixed lockups in jenkins, refs #19546. Backport of …
- 16:32 Changeset [ce580dd]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed lockups in jenkins, refs #19546.
- 14:30 DevelopersForHire edited by
- Add Sprymix Inc. entry. (diff)
- 13:02 Changeset [785ec247]stable/1.5.x by
- [1.5.x] Skipped deprecation warning test on Python 2.6 Refs #19546. …
- 13:02 Changeset [e6949373]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Skipped deprecation warning test on Python 2.6 Refs #19546. On Python …
- 12:55 Changeset [efa3f71c]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Remove inaccurate comment regarding language names.
- 11:45 Ticket #19586 (URL_VALIDATOR_USER_AGENT is said to be deprecated, but has actually ...) created by
- The docs …
- 10:58 Ticket #19585 (Unable to load cookie values as a dict) created by
-
Starting from the
unicode_literals
patch, we lost the possibility to … - 10:30 ExtendingTemplates edited by
- (diff)
- 10:22 Ticket #19546 (Add logging configuration to test_sqlite.py) closed by
- fixed: In cfa70d0c94a43d94e3ee48db87f2b88c29a862e1: […]
- 10:19 Changeset [af8e858]stable/1.5.x by
- [1.5.x] Fixed #19546 - ensure that deprecation warnings are shown …
- 10:19 Changeset [cfa70d0c]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19546 - ensure that deprecation warnings are shown during tests …
- 10:12 Ticket #19584 (compilemessages does not report error when msgfmt fails or is missing) created by
- compile_messages does not check and propagate the return code of the …
- 05:35 Ticket #19583 (FloatFields won't accept locale separators) created by
- The locale decimal separator is used when generating a template using …
- 04:44 Sprints edited by
- (diff)
- 03:37 Ticket #19582 (Add tutorial on static files) created by
- Maybe it's just me, but I've seen so many users confused by how django …
- 03:03 Ticket #19581 (Duplicate IDs with CheckboxSelectMultiple if ID passed to constructor) created by
- When a CheckboxSelectMultiple widget is instantiated with attrs passed …
01/08/2013:
- 14:59 Changeset [7c39e04]stable/1.5.x by
- [1.5.x] Added sphinx substitutions in place of hardcoded version …
- 14:58 Changeset [1884868a]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added sphinx substitutions in place of hardcoded version numbers. …
- 14:45 Changeset [c95ae772]stable/1.5.x by
- [1.5.x] Fixed #19555 - Removed '2012' from tutorial 1. Thanks …
- 14:44 Ticket #19555 (tutorial pt 1 - update year for examples to work) closed by
- fixed: In 99315f709e26ea80de8ea3af4e336dbdbe467711: […]
- 14:43 Changeset [99315f70]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19555 - Removed '2012' from tutorial 1. Thanks rodrigorosa.lg …
- 13:24 Ticket #19580 (Unify reverse foreign key and m2m unsaved model querying) created by
- Currently when querying unsaved reverse relations the behavior …
- 13:16 Changeset [78739fae]stable/1.5.x by
-
[1.5.x] Fixed #19576 -- Use
six.with_metaclass
uniformously accross … - 13:14 Ticket #19576 (Use `six.with_metaclass` uniformously accross code base) closed by
- fixed: In f58efd07ff2b2edb377d02567615e79e8d05248b: […]
- 13:13 Changeset [f58efd07]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #19576 -- Use
six.with_metaclass
uniformously accross code base. - 13:03 Changeset [9d6d0de7]stable/1.5.x by
- [1.5.x] Fixed #17541 -- Fixed non-saved/nullable fk querying …
- 13:03 Ticket #17541 (Unexpected ForeignKey Behavior with self.pk == None) closed by
- fixed: In 55da775ce1bfba20db33b56c29957faa63917980: […]
- 13:02 Changeset [55da775c]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17541 -- Fixed non-saved/nullable fk querying
- 12:11 Changeset [beef02ee]stable/1.5.x by
- [1.5.x] Updated deprecated test assertions
- 12:08 Changeset [34ee7d9]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated deprecated test assertions
- 11:24 Ticket #16759 (Expensive sql.Query cloning) closed by
- fixed: In 23ca3a01940c63942885df4709712cebf4df79ec: […]
- 11:17 Changeset [23ca3a01]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16759 -- Remove use of deepcopy in qs.clone() The original …
- 09:13 Ticket #19579 (Docs aren't clear on purpose of signals' "providing_args") created by
- I would like to suggest to the developers that the purpose of …
- 08:20 Ticket #19578 (lazy prefetch_related) created by
- I suggest, that prefetch_related should be lazy. What I mean is, it …
- 07:50 Ticket #19577 (admin doc may encourage bad practices) created by
- On https://docs.djangoproject.com/en/1.4/ref/contrib/admin/ two places …
Note: See TracTimeline
for information about the timeline view.