| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-26 | Fixed #23346 -- Fixed lazy() to lookup methods on the real object, not ↵ | Gavin Wahl | |
| resultclasses. Co-Authored-By: Rocky Meza <rmeza@fusionbox.com> | |||
| 2014-10-20 | Fixed #23688 -- Updated cached_property to preserve docstring of original ↵ | John-Scott Atlakson | |
| function | |||
| 2014-09-05 | Limited lines to 119 characters in django/ | Tim Graham | |
| refs #23395. | |||
| 2014-07-01 | Fixed #22691 -- Added aliasing to cached_property. | Curtis | |
| 2014-03-13 | Simplified implementation of collectstatic command. | Baptiste Mispelon | |
| Since d2e242d16c6dde6f4736086fb38057424bed3edb made isinstance() calls work correctly on LazyObject, we can simplify the implementation of is_local_storage added in 7e27885c6e7588471fd94a4def16b7081577bdfc. | |||
| 2014-03-13 | Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject. | Baptiste Mispelon | |
| This commit also added tests for LazyObject and refactored the testsuite of SimpleLazyObject so that it can share test cases with LazyObject. | |||
| 2014-03-08 | Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings | Claude Paroz | |
| Thanks Anssi Kääriäinen for the idea and Simon Charette for the review. | |||
| 2014-03-03 | Fixed many typos in comments and docstrings. | Rodolfo Carvalho | |
| Thanks Piotr Kasprzyk for help with the patch. | |||
| 2013-11-19 | Use `classmethod` as a decorator. | xuxiang | |
| 2013-11-15 | Fixed the use of the -ise suffix, where -ize is prefered | Alex Gaynor | |
| 2013-11-11 | Fix syntax error under Python 3.2. | Aymeric Augustin | |
| 2013-11-11 | Fixed #21351 -- Replaced memoize with Python's lru_cache. | Bouke Haarsma | |
| Replaced the custom, untested memoize with a similar decorator from Python's 3.2 stdlib. Although some minor performance degradation (see ticket), it is expected that in the long run lru_cache will outperform memoize once it is implemented in C. Thanks to EvilDMP for the report and Baptiste Mispelon for the idea of replacing memoize with lru_cache. | |||
| 2013-09-10 | Fixed #20841 -- Added messages to NotImplementedErrors | Gregor MacGregor | |
| Thanks joseph at vertstudios.com for the suggestion. | |||
| 2013-09-02 | Replaced "not PY3" by "PY2", new in six 1.4.0. | Aymeric Augustin | |
| 2013-08-19 | Merge remote-tracking branch 'core/master' into schema-alteration | Andrew Godwin | |
| Conflicts: docs/ref/django-admin.txt | |||
| 2013-08-18 | Some code simplification | Alex Gaynor | |
| 2013-08-18 | Update LazyObject method proxy declarations to simpler form. | Nick Bruun | |
| 2013-08-15 | Regression test and patch for ticket #20924. | Nick Bruun | |
| 2013-07-22 | Merge branch 'master' into schema-alteration | Andrew Godwin | |
| Conflicts: django/db/backends/mysql/introspection.py django/db/backends/oracle/creation.py django/db/backends/postgresql_psycopg2/creation.py django/db/models/base.py django/db/models/loading.py | |||
| 2013-07-14 | Fixed #20746 -- Removed Python 2.6 specific code/docs | Tim Graham | |
| 2013-06-07 | Merge remote-tracking branch 'core/master' into schema-alteration | Andrew Godwin | |
| Conflicts: django/db/models/fields/related.py | |||
| 2013-05-21 | Imported copyreg from six.moves | Claude Paroz | |
| 2013-05-21 | Fixed #20212 - __reduce__ should only be defined for Py3+. | Daniel Lindsley | |
| 2013-05-19 | Fix proxy objects to respect != | Andrew Godwin | |
| 2013-04-19 | Fix != operations on lazy objects. | Alex Gaynor | |
| 2013-03-18 | Fixed #19456 -- Avoid infinite recursion when tracing LazyObject.__init__. | Aymeric Augustin | |
| Thanks blaze33 for the patch. | |||
| 2013-03-18 | Fixed #18447 -- Made LazyObject unwrap on dict access. | Aymeric Augustin | |
| Thanks Roman Gladkov and Zbigniew Siciarz. | |||
| 2013-03-06 | PEP8 cleanup of functional.py | Preston Holmes | |
| 2013-03-06 | Fixed #19543 -- implemented SimpleLazyObject.__repr__ | Preston Holmes | |
| Thanks to Florian Hahn for the patch | |||
| 2013-02-25 | Fixed #19634 -- Added proper __hash__ methods. | Aymeric Augustin | |
| Classes overriding __eq__ need a __hash__ such that equal objects have the same hash. Thanks akaariai for the report and regebro for the patch. | |||
| 2013-02-23 | Fixed #19872 | Tomek Paczkowski | |
| Made cached_property to behave as property when accessed via class. | |||
| 2013-01-30 | Fixed #19160 -- Made lazy plural translations usable. | Aymeric Augustin | |
| Many thanks to Alexey Boriskin, Claude Paroz and Julien Phalip. | |||
| 2012-12-15 | Fixed a couple of docstring typos. | Ramiro Morales | |
| 2012-10-26 | Properly support pickling of LazyObjects in Python 3.3 | Ian Clelland | |
| 2012-08-21 | Removed obsolete __members__ definitions | Claude Paroz | |
| This was useful for pre-Python 2.6 support. See commit c6e8e5d9. | |||
| 2012-08-07 | [py3] Ported django.utils.functional. | Aymeric Augustin | |
| 2012-08-07 | [py3] Fixed access to dict keys/values/items. | Aymeric Augustin | |
| 2012-08-04 | Fixed a mistake in function documentation 'django.utils.functional.partition' | Tim Graham | |
| Thanks Raman Barkholenka for the patch. | |||
| 2012-07-22 | [py3] Replaced unicode/str by six.text_type/bytes. | Aymeric Augustin | |
| 2012-05-18 | Got rid of old __cmp__methods replaced by rich comparison. | Claude Paroz | |
| The __cmp__ methods are unsupported in Python 3. _doctest.py has been left untouched because it is likely it will not be migrated to Python 3. | |||
| 2012-05-07 | Fixed total_ordering for Python < 2.7.2 | Anssi Kääriäinen | |
| The total_ordering in Python versions prior to 2.7.2 is buggy, and this caused infinite recursion for Field comparisons on those versions. Use the borrowed total_ordering for all Python versions prior to 2.7.2. The buggy total_ordering was introduced in commit 5cbfb48b92cb26a335f9c8c0f79d3390290103e2 | |||
| 2012-05-07 | Made model fields comparable to other objects | Simon Charette | |
| Fixed #17851 -- Added __lt__ and @total_ordering to models.Field, made sure these work correctly on other objects than Field, too. | |||
| 2012-01-08 | Try to save memory and time when using lazy objects by refering to their ↵ | Alex Gaynor | |
| function via the closure, and not making it an attribute on each instance. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17360 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-15 | Fixed #16563 - Error pickling request.user | Luke Plant | |
| Thanks to zero.fuxor for the report git-svn-id: http://code.djangoproject.com/svn/django/trunk@17202 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-10-21 | move an mport out of a function | Alex Gaynor | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17020 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-09-30 | Fixed #14270 - related manager classes should be cached | Luke Plant | |
| Thanks to Alex Gaynor for the report and initial patch, and mrmachine for more work on it. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16916 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-09-09 | Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ↵ | Alex Gaynor | |
| places. This provides a performance benefit when inserting multiple objects. THanks to Russ for the review, and Simon Meers for the MySQl implementation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16739 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-06-01 | Allow SimpleLazyObjects to return None without constantly being reevaluated, ↵ | Alex Gaynor | |
| also proxy ``__nonzero__``, and do some codecleanup as well. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16308 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-06-01 | Fixed #9200 -- Added new form wizard to formtools based on class based ↵ | Jannis Leidel | |
| views. Many thanks to Stephan Jäkel, ddurham and ElliottM for their work. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16307 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-05-31 | Cleaned up how ``request.user`` is set, this is a follow up to [16297]. ↵ | Alex Gaynor | |
| Thanks for the review Luke. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16305 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
