Changes between Version 17 and Version 18 of new_meta_api


Ignore:
Timestamp:
Jul 11, 2014, 8:58:57 AM (10 years ago)
Author:
pirosb3
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • new_meta_api

    v17 v18  
    332332https://github.com/PirosB3/django/blob/soc2014_meta_refactor_upgrade_flags_get_field/django/db/models/options.py#L423
    333333
    334 Now, only 1 small loop is needed.
     334Now, only 1 much smaller loop is needed.
     335
    335336
    336337==== Benchmarks
     
    338339against django/master
    339340
     341Djangobench: each number was picked as median of 2000 trials.
    340342https://gist.github.com/PirosB3/35a9231ee0214427321d
     343
     344==== Backwards compatibility
     345All previous _meta functions will be backwards-compatible, with a DeprecationWarning.
     346
     347
     348==== Next Steps
     349- Feedback
     350- Code cleanup and code documentation
     351- Django manual documentation
     352- Decide deprecaction strategy
     353- More benchmarking
     354- Merge
Back to Top